Go to the documentation of this file.
24 #ifndef CBMMUCHDIGITIZEGEM_H
25 #define CBMMUCHDIGITIZEGEM_H 1
30 #include "TClonesArray.h"
32 #include "TPolyLine.h"
33 #include "TStopwatch.h"
71 virtual void Exec(Option_t* opt);
133 Double_t
Sigma_n_e(Double_t Tkin, Double_t mass);
139 Double_t
MPV_n_e(Double_t Tkin, Double_t mass);
260 virtual InitStatus
Init();
void SetDTime(Double_t dTime)
Bool_t AddCharge(CbmMuchSectorRadial *s, UInt_t ne, Int_t iPoint, Double_t time, Double_t driftTime, Double_t phi1, Double_t phi2)
Double_t fTimeTot
Total execution time.
Double_t fNofDigisTot
Total number of digis created.
virtual InitStatus Init()
Double_t fPerPadNoiseRate
void DetectorParameters(CbmMuchModule *module)
Double_t GetNPrimaryElectronsPerCm(const CbmMuchPoint *point, int detectortype)
Bool_t ExecPoint(const CbmMuchPoint *point, Int_t)
Double_t fNofSignalsTot
Total Number of signals.
void SetDriftVelocity(Double_t velocity)
void SetAlgorithm(Int_t algorithm)
virtual void Exec(Option_t *opt)
Double_t fNofPointsTot
Total number of points processed.
void SetNADCChannels(UInt_t nADCChannels)
void SetPerPadNoiseRate(Double_t noiserate)
void SetTimeBinWidth(Double_t timeBinWidth)
void SetDeadPadsFrac(Double_t deadPadsFrac)
Int_t fNofNoiseTot
Set this boolean variable to True if want to generated Elecronics Noise.
Int_t GenerateNoise(Double_t, Double_t)
Double_t MPV_n_e(Double_t Tkin, Double_t mass)
void SetGenerateNoise(Bool_t Noise)
void SetTimeOverThreshold(Bool_t tot)
std::map< UInt_t, UInt_t > fAddressCharge
Function to sample the noise charge.
Int_t fNofDigis
Number of created digis in Exec.
Data class for an analog signal in the MUCH Simple data class used in the digitisation process of the...
void AddNoiseSignal(CbmMuchPad *, Double_t, Double_t)
void SetMcChain(TChain *mcChain)
CbmMuchDigi * ConvertSignalToDigi(CbmMuchSignal *)
Base class template for CBM digitisation tasks.
void SetMeanNoise(UInt_t meanNoise)
Double_t Sigma_n_e(Double_t Tkin, Double_t mass)
Double_t fPreviousEventTime
Double_t fTimeDigiFirst
Time of first digi sent to DAQ.
Int_t GenerateNoisePerModule(CbmMuchModuleGem *, Double_t, Double_t)
Int_t fNofPoints
Number of points processed in Exec.
Bool_t fGenerateElectronicsNoise
Previous Event Time.
CbmMuchGeoScheme * fGeoScheme
Int_t GetNofSignals() const
CbmMuchDigitizeGem & operator=(const CbmMuchDigitizeGem &)=delete
Int_t fNofSignals
Number of signals.
static const Double_t gkResponsePeriod
Bool_t BufferSignals(Int_t, Double_t, Double_t)
ECbmModuleId GetSystemId() const
Detector system ID.
Double_t fTimeDigiLast
Time of last digi sent to DAQ.
void SetMeanGasGain(Double_t gasGain)
CbmMuchDigitizeGem(const CbmMuchDigitizeGem &)=delete
void SetQMaximum(UInt_t qMax)
void SetQThreshold(UInt_t qThreshold)
Int_t fNofEvents
Total number of events processed.
@ kMuch
Muon detection system.
virtual ~CbmMuchDigitizeGem()
void SetLight(Bool_t islight)
void ReadAndRegister(Long_t)
void SetSpotRadius(Double_t spotRadius=0.05)