CbmRoot
|
#include <CbmTrdDigitizer.h>
Public Types | |
enum | CbmTrdSimDef { kTime = 0, kNoise, kWeightDistance, kFASP } |
typedef std::pair< std::unique_ptr< CbmTrdDigi >, std::unique_ptr< CbmMatch > > | Data |
Short for data to be handled (pair of digi and match) More... | |
Public Member Functions | |
CbmTrdDigitizer (CbmTrdRadiator *radiator=NULL) | |
Constructor. More... | |
virtual | ~CbmTrdDigitizer () |
Destructor. More... | |
ECbmModuleId | GetSystemId () const |
Detector system ID. More... | |
virtual InitStatus | Init () |
Inherited from FairTask. More... | |
virtual void | SetParContainers () |
Inherited from FairTask. More... | |
virtual void | Exec (Option_t *option) |
Inherited from FairTask. More... | |
virtual void | Finish () |
Inherited from FairTask. More... | |
Bool_t | CheckOutput () |
Check the output for being time-sorted. More... | |
void | ClearOutput () |
Clear the output arrays. More... | |
ULong64_t | FillTimeSlice (CbmTimeSlice *timeSlice) |
Move data from the DaqBuffer into the current time slice. More... | |
ULong64_t | FillTimeSlice (CbmTimeSlice *timeSlice, Double_t fillTime) |
Move data from the DaqBuffer into the current time slice. More... | |
ULong64_t | GetDaqBufferSize () const |
Size of DAQ buffer @value Number of data in the DAQ buffer. More... | |
virtual ULong64_t | GetDaqBufferSize () const =0 |
Size of DAQ buffer @value Number of data in the DAQ buffer. More... | |
std::string | GetDaqBufferStatus () const |
Debug output of DAQ buffer status @value String with status of DAQ buffer. More... | |
virtual std::string | GetDaqBufferStatus () const =0 |
Status of DAQ buffer @value Status string of the DAQ buffer. More... | |
Double_t | GetDaqBufferTimeFirst () const |
Time stamp of first data in the DAQ buffer @value Time stamp of first data in the DAQ buffer. More... | |
virtual Double_t | GetDaqBufferTimeFirst () const =0 |
Time of first datum in DAQ buffer @value Time of first datum in DAQ buffer. More... | |
Double_t | GetDaqBufferTimeLast () const |
Time stamp of last data in the DAQ buffer @value Time stamp of last data in the DAQ buffer. More... | |
virtual Double_t | GetDaqBufferTimeLast () const =0 |
Time of last datum in DAQ buffer @value Time of last datum in DAQ buffer. More... | |
void | RegisterOutput () |
Register the output arrays. More... | |
void | SendData (CbmTrdDigi *digi, CbmMatch *match=nullptr) |
Send a digi and the corresponding match object to the DAQ. More... | |
virtual void | FillCustomData (Double_t, Bool_t=kTRUE) |
Fill custom data into time slice. More... | |
void | GetEventInfo () |
Get event information. More... | |
Double_t | GetEventTime () const |
Current event time @value Start time of current event [ns]. More... | |
void | SetCreateMatches (Bool_t choice=kTRUE) |
Set creation of links to MC. More... | |
void | SetEventMode (Bool_t choice=kTRUE) |
Set event-by-event mode. More... | |
void | SetProduceNoise (Bool_t choice=kTRUE) |
Set production of inter-event noise. More... | |
Static Public Member Functions | |
static Bool_t | AddNoise () |
static Bool_t | IsTimeBased () |
static Bool_t | UseWeightedDist () |
static Bool_t | UseFASP () |
static void | SetAddNoise (Bool_t set=kTRUE) |
static void | SetUseFASP (Bool_t set=kTRUE) |
static void | SetTimeBased (Bool_t set=kTRUE) |
static void | SetWeightedDist (Bool_t set=kTRUE) |
Protected Attributes | |
Bool_t | fEventMode |
Bool_t | fProduceNoise |
Flag for event-by-event mode. More... | |
Bool_t | fCreateMatches |
Flag for production of inter-event noise. More... | |
Int_t | fCurrentInput |
Flag for creation of links to MC. More... | |
Int_t | fCurrentEvent |
Number of current input. More... | |
Int_t | fCurrentMCEntry |
Number of current MC event. More... | |
Double_t | fCurrentEventTime |
Number of current MC entry. More... | |
Private Member Functions | |
CbmTrdDigitizer (const CbmTrdDigitizer &) | |
CbmTrdDigitizer & | operator= (const CbmTrdDigitizer &) |
void | FlushBuffers () |
Flush local digi buffers to CbmDaqBuffer. More... | |
CbmTrdModuleSim * | AddModule (Int_t detId) |
Create module for current MC point. More... | |
void | ResetCounters () |
Recursive reset all private monitoring counters. More... | |
virtual void | ResetArrays () |
Clear data arrays. More... | |
ClassDef (CbmTrdDigitizer, 1) | |
ULong64_t | FillTimeSlice (CbmTimeSlice *timeSlice, Bool_t checkLimit, Double_t fillTime) |
Move data from the DaqBuffer into the current time slice. More... | |
Private Attributes | |
Double_t | fLastEventTime |
time of last event [ns] More... | |
Int_t | fpoints |
Int_t | nofBackwardTracks |
Float_t | fEfficiency |
Digi production efficiency [0..1]. More... | |
TClonesArray * | fPoints |
Trd MC points. More... | |
TClonesArray * | fTracks |
MC Track information. More... | |
std::vector< CbmTrdDigi > * | fDigis |
Output CbmTrdDigi array. More... | |
std::vector< CbmMatch > * | fDigiMatches |
Output CbmMatch array. More... | |
CbmTrdParSetAsic * | fAsicPar |
parameter list for ASIC characterization More... | |
CbmTrdParSetGas * | fGasPar |
parameter list for HV status More... | |
CbmTrdParSetDigi * | fDigiPar |
parameter list for read-out geometry More... | |
CbmTrdParSetGain * | fGainPar |
parameter list for keV->ADC gain conversion More... | |
CbmTrdParSetGeo * | fGeoPar |
parameter list for geometry definitions More... | |
CbmTrdRadiator * | fRadiator |
parametrization of radiator TR yield More... | |
CbmTrdRawToDigiR * | fConverter |
CbmTrdCheckUtil * | fQA |
std::map< Int_t, CbmTrdModuleSim * > | fModuleMap |
list of modules being processed More... | |
std::map< Int_t, std::pair< CbmTrdDigi *, CbmMatch * > > | fDigiMap |
TString | fBranchName |
Output branch name. More... | |
std::vector< CbmMatch > * | fMatches |
Output array (Digi) More... | |
std::multimap< double, Data > | fDaqBuffer |
Output array (CbmMatch) More... | |
Static Private Attributes | |
static Int_t | fConfig = 0 |
Configuration map for the digitizer. See CbmTrdSimDef for details. More... | |
Definition at line 36 of file CbmTrdDigitizer.h.
|
inherited |
Short for data to be handled (pair of digi and match)
Definition at line 43 of file CbmDigitize.h.
Definition at line 38 of file CbmTrdDigitizer.h.
CbmTrdDigitizer::CbmTrdDigitizer | ( | CbmTrdRadiator * | radiator = NULL | ) |
Constructor.
[in] | radiator | TRD radiator to be used in digitization. |
Definition at line 54 of file CbmTrdDigitizer.cxx.
References fRadiator.
|
virtual |
Destructor.
Definition at line 81 of file CbmTrdDigitizer.cxx.
References fConverter, fDigiMatches, fDigis, fModuleMap, fQA, and ResetArrays().
|
private |
|
private |
Create module for current MC point.
[in] | detId | unique identifier of module. |
The geometry structure is treelike with cave as the top node. For the TRD there are keeping volume trd_vXXy_1 which is only container for the different layers. The trd layer is again only a container for all volumes of this layer. Loop over all nodes below the top node (cave). If one of the nodes contains a string trd it must be TRD detector. Now loop over the layers and then over all modules of the layer to extract in the end all active regions (gas) of the complete TRD. For each of the gas volumes get the information about size and position from the geomanager and the sizes of the sectors and pads from the definitions in CbmTrdPads. This info is then stored in a CbmTrdModule object for each of the TRD modules.
Definition at line 297 of file CbmTrdDigitizer.cxx.
References fAsicPar, fConverter, fDigiPar, fGainPar, fGasPar, fGeoPar, fModuleMap, fQA, fRadiator, CbmTrdAddress::GetLayerId(), CbmTrdGeoHandler::GetModuleAddress(), CbmTrdGeoHandler::GetModuleOrientation(), CbmTrdParSet::GetModulePar(), CbmTrdParSetAsic::GetModuleSet(), CbmTrdGeoHandler::GetModuleType(), CbmTrdModuleAbstract::GetPath(), and UseFASP().
Referenced by Exec().
|
inlinestatic |
Definition at line 55 of file CbmTrdDigitizer.h.
References fConfig, and kNoise.
Referenced by CbmTrdModuleSimR::AddNoise(), CbmTrdModuleSimR::AddNoiseADC(), Init(), and CbmTrdModuleSimR::MakeDigi().
|
inlinevirtualinherited |
Check the output for being time-sorted.
Implements CbmDigitizeBase.
Definition at line 63 of file CbmDigitize.h.
|
private |
|
inlinevirtualinherited |
|
virtual |
Inherited from FairTask.
Definition at line 140 of file CbmTrdDigitizer.cxx.
References AddModule(), CbmDigitizeBase::fCurrentEvent, CbmDigitizeBase::fCurrentEventTime, CbmDigitizeBase::fCurrentInput, CbmDigitizeBase::fCurrentMCEntry, fLastEventTime, fModuleMap, fpoints, fPoints, fTracks, CbmDigitizeBase::GetEventInfo(), CbmMCTrack::GetMass(), CbmMCTrack::GetP(), CbmMCTrack::GetPdgCode(), CbmTrdPoint::GetXIn(), CbmTrdPoint::GetXOut(), CbmTrdPoint::GetYIn(), CbmTrdPoint::GetYOut(), CbmTrdPoint::GetZIn(), CbmTrdPoint::GetZOut(), IsTimeBased(), CbmTrdModuleSim::MakeDigi(), nofBackwardTracks, ResetCounters(), CbmDigitize< CbmTrdDigi >::SendData(), CbmTrdModuleSim::SetGamma(), and CbmTrdModuleSim::SetLinkId().
|
inlinevirtualinherited |
Fill custom data into time slice.
fillTime | Time until data can be filled |
limit | If kTRUE, only data up to fillTime will be treated; otherwise, all. |
This method allows the digitizer to implement additional functionality than writing digis and match objects. It will be called from CbmDaq.
Definition at line 68 of file CbmDigitizeBase.h.
|
inlinevirtualinherited |
Move data from the DaqBuffer into the current time slice.
timeSlice | Pointer to current time slice object @value Number of digi objects filled into the time slice. |
For regular time slices, all data with time stamp within the interval of the current time slice are moved from the buffer to the time slice. For time slices of type kFlexible or kEvent, all data will be moved.
Implements CbmDigitizeBase.
Definition at line 101 of file CbmDigitize.h.
|
inlineprivateinherited |
Move data from the DaqBuffer into the current time slice.
timeSlice | Pointer to current time slice object |
fillTime | Time up to which data will be moved [ns] @value Number of digi objects filled into the time slice. |
For regular time slices, all data with time stamp within the interval of the current time slice are moved from the buffer to the time slice. For time slices of type kFlexible or kEvent, all data will be moved.
If checkLimit is selected, only data with time stamp less than fillTime are moved.
Definition at line 256 of file CbmDigitize.h.
|
inlinevirtualinherited |
Move data from the DaqBuffer into the current time slice.
timeSlice | Pointer to current time slice object |
fillTime | Time up to which data will be moved [ns] @value Number of digi objects filled into the time slice. |
Move data with time stamp up to fillTime from the buffer to the time slice. For regular time slices, only data with time stamp within the time slice interval will be moved. For time slices of type kFlexible or kEvent, all data up to fillTime will be moved.
Implements CbmDigitizeBase.
Definition at line 118 of file CbmDigitize.h.
|
virtual |
Inherited from FairTask.
Definition at line 285 of file CbmTrdDigitizer.cxx.
References CbmTrdCheckUtil::DumpPlots(), FlushBuffers(), fQA, and IsTimeBased().
|
private |
Flush local digi buffers to CbmDaqBuffer.
Definition at line 260 of file CbmTrdDigitizer.cxx.
References fModuleMap, and CbmDigitize< CbmTrdDigi >::SendData().
Referenced by Finish().
|
inlineinherited |
Size of DAQ buffer @value Number of data in the DAQ buffer.
Definition at line 128 of file CbmDigitize.h.
|
pure virtualinherited |
Size of DAQ buffer @value Number of data in the DAQ buffer.
Implemented in CbmDigitize< Digi >.
|
inlineinherited |
Debug output of DAQ buffer status @value String with status of DAQ buffer.
Definition at line 136 of file CbmDigitize.h.
|
pure virtualinherited |
Status of DAQ buffer @value Status string of the DAQ buffer.
Implemented in CbmDigitize< Digi >.
|
inlineinherited |
Time stamp of first data in the DAQ buffer @value Time stamp of first data in the DAQ buffer.
Definition at line 150 of file CbmDigitize.h.
|
pure virtualinherited |
Time of first datum in DAQ buffer @value Time of first datum in DAQ buffer.
Implemented in CbmDigitize< Digi >.
|
inlineinherited |
Time stamp of last data in the DAQ buffer @value Time stamp of last data in the DAQ buffer.
Definition at line 161 of file CbmDigitize.h.
|
pure virtualinherited |
Time of last datum in DAQ buffer @value Time of last datum in DAQ buffer.
Implemented in CbmDigitize< Digi >.
|
inherited |
Get event information.
MC input number, entry number and event time are taken from FairEventHeader and stored in the private data members for convenience. Note that the MC entry number need not coincide with the event number, for instance if the run does not start with the first MC entry, or in the case of mixed MC inputs to digitization.
Definition at line 48 of file CbmDigitizeBase.cxx.
References CbmDigitizeBase::fCurrentEvent, CbmDigitizeBase::fCurrentEventTime, CbmDigitizeBase::fCurrentInput, and CbmDigitizeBase::fCurrentMCEntry.
Referenced by CbmMvdDigitizer::Exec(), CbmPsdSimpleDigitizer::Exec(), CbmRichDigitizer::Exec(), CbmTofDigitize::Exec(), CbmMuchDigitizeGem::Exec(), Exec(), and CbmStsDigitize::Exec().
|
inlineinherited |
Current event time @value Start time of current event [ns].
Definition at line 107 of file CbmDigitizeBase.h.
References CbmDigitizeBase::fCurrentEventTime.
|
inlinevirtual |
Detector system ID.
Implements CbmDigitizeBase.
Definition at line 61 of file CbmTrdDigitizer.h.
References kTrd.
|
virtual |
Inherited from FairTask.
Definition at line 110 of file CbmTrdDigitizer.cxx.
References AddNoise(), fConverter, CbmDigitizeBase::fEventMode, fPoints, fQA, fRadiator, fTracks, CbmTrdRadiator::Init(), IsTimeBased(), CbmDigitize< CbmTrdDigi >::RegisterOutput(), SetTimeBased(), and UseWeightedDist().
|
inlinestatic |
Definition at line 56 of file CbmTrdDigitizer.h.
References fConfig, and kTime.
Referenced by CbmTrdModuleSimR::AddDigitoPulseBuffer(), CbmTrdModuleSimR::CbmTrdModuleSimR(), Exec(), Finish(), Init(), CbmTrdModuleSimR::ProcessPulseBuffer(), and CbmTrdModuleSimR::ScanPadPlane().
|
private |
|
inlineinherited |
Register the output arrays.
Arrays for the digis and the match objects will be created and registered as output to the ROOT tree. The current implementation uses std::vector as container.
Definition at line 175 of file CbmDigitize.h.
|
privatevirtual |
Clear data arrays.
Definition at line 412 of file CbmTrdDigitizer.cxx.
References fDigiMatches, and fDigis.
Referenced by ~CbmTrdDigitizer().
|
private |
Recursive reset all private monitoring counters.
Loop over modules and calls ResetCounters on each
Definition at line 400 of file CbmTrdDigitizer.cxx.
References fModuleMap, fpoints, and nofBackwardTracks.
Referenced by Exec().
|
inlineinherited |
Send a digi and the corresponding match object to the DAQ.
digi | Pointer to digi object (template parameter) |
match | Pointer to match object |
TODO: The interface should be unique pointers, meaning that the digitisers have to create objects by unique pointers from the start.
Definition at line 219 of file CbmDigitize.h.
|
inlinestatic |
Definition at line 83 of file CbmTrdDigitizer.h.
|
inlineinherited |
Set creation of links to MC.
Choice | If kTRUE, the match objects will be created |
Definition at line 143 of file CbmDigitizeBase.h.
References CbmDigitizeBase::fCreateMatches.
Referenced by CbmDigitization::Run().
|
inlineinherited |
Set event-by-event mode.
Choice | If kTRUE, the digitizer will run in event-by-event mode |
Definition at line 149 of file CbmDigitizeBase.h.
References CbmDigitizeBase::fEventMode.
Referenced by CbmDigitization::Run().
|
virtual |
|
inlineinherited |
Set production of inter-event noise.
Choice | If kTRUE, the digitizer will produce noise |
Definition at line 155 of file CbmDigitizeBase.h.
References CbmDigitizeBase::fProduceNoise.
Referenced by CbmDigitization::Run().
|
inlinestatic |
Definition at line 89 of file CbmTrdDigitizer.h.
References fConfig, and kTime.
Referenced by Init().
|
inlinestatic |
Definition at line 86 of file CbmTrdDigitizer.h.
|
inlinestatic |
Definition at line 92 of file CbmTrdDigitizer.h.
References fConfig, and kWeightDistance.
|
inlinestatic |
Definition at line 58 of file CbmTrdDigitizer.h.
References fConfig, and kFASP.
Referenced by AddModule().
|
inlinestatic |
Definition at line 57 of file CbmTrdDigitizer.h.
References fConfig, and kWeightDistance.
Referenced by CbmTrdModuleSimR::AddDigi(), CbmTrdModuleSimR::AddDigitoBuffer(), CbmTrdModuleSimR::AddDigitoPulseBuffer(), and Init().
|
private |
parameter list for ASIC characterization
Definition at line 135 of file CbmTrdDigitizer.h.
Referenced by AddModule(), and SetParContainers().
|
privateinherited |
Output branch name.
Definition at line 230 of file CbmDigitize.h.
|
staticprivate |
Configuration map for the digitizer. See CbmTrdSimDef for details.
Definition at line 119 of file CbmTrdDigitizer.h.
Referenced by AddNoise(), IsTimeBased(), SetAddNoise(), SetTimeBased(), SetUseFASP(), SetWeightedDist(), UseFASP(), and UseWeightedDist().
|
private |
Definition at line 142 of file CbmTrdDigitizer.h.
Referenced by AddModule(), Init(), and ~CbmTrdDigitizer().
|
protectedinherited |
Flag for production of inter-event noise.
Definition at line 161 of file CbmDigitizeBase.h.
Referenced by CbmRichDigitizer::AddDigisToOutputArray(), CbmDigitize< CbmTrdDigi >::ClearOutput(), CbmStsDigitize::CreateDigi(), CbmDigitize< CbmTrdDigi >::FillTimeSlice(), CbmPsdSimpleDigitizer::Init(), CbmDigitize< CbmTrdDigi >::RegisterOutput(), and CbmDigitizeBase::SetCreateMatches().
|
protectedinherited |
Number of current input.
Definition at line 163 of file CbmDigitizeBase.h.
Referenced by CbmMuchDigitizeGem::BufferSignals(), CbmMvdDigitizer::Exec(), CbmPsdSimpleDigitizer::Exec(), CbmRichDigitizer::Exec(), CbmTofDigitize::Exec(), CbmMuchDigitizeGem::Exec(), Exec(), CbmMuchDigitizeGem::GenerateNoise(), CbmDigitizeBase::GetEventInfo(), and CbmRichDigitizer::ProcessMcEvent().
|
protectedinherited |
Number of current MC entry.
Definition at line 165 of file CbmDigitizeBase.h.
Referenced by CbmMuchDigitizeGem::AddCharge(), CbmRichDigitizer::AddNoiseDigis(), CbmMuchDigitizeGem::BufferSignals(), CbmPsdSimpleDigitizer::Exec(), CbmMvdDigitizer::Exec(), CbmRichDigitizer::Exec(), CbmTofDigitize::Exec(), CbmMuchDigitizeGem::Exec(), Exec(), CbmStsDigitize::Exec(), CbmMuchDigitizeGem::GenerateNoise(), CbmDigitizeBase::GetEventInfo(), CbmDigitizeBase::GetEventTime(), CbmTofDigitize::MergeSameChanDigis(), CbmRichDigitizer::ProcessMcEvent(), CbmStsDigitize::ProcessMCEvent(), and CbmRichDigitizer::ProcessPoint().
|
protectedinherited |
Flag for creation of links to MC.
Definition at line 162 of file CbmDigitizeBase.h.
Referenced by CbmMuchDigitizeGem::AddCharge(), CbmMuchDigitizeGem::BufferSignals(), CbmMuchDigitizeGem::Exec(), Exec(), CbmDigitizeBase::GetEventInfo(), CbmTofDigitize::MergeSameChanDigis(), CbmRichDigitizer::ProcessMcEvent(), and CbmStsDigitize::ProcessMCEvent().
|
protectedinherited |
Number of current MC event.
Definition at line 164 of file CbmDigitizeBase.h.
Referenced by CbmMuchDigitizeGem::AddCharge(), CbmMuchDigitizeGem::BufferSignals(), Exec(), CbmDigitizeBase::GetEventInfo(), CbmTofDigitize::MergeSameChanDigis(), CbmRichDigitizer::ProcessMcEvent(), and CbmStsDigitize::ProcessMCEvent().
|
privateinherited |
Output array (CbmMatch)
DAQ buffer. Here, the digis and matches are buffered until they are filled into the time slice output (ROOT branch). The map key is the digi time.
Definition at line 239 of file CbmDigitize.h.
|
private |
Definition at line 150 of file CbmTrdDigitizer.h.
|
private |
Output CbmMatch array.
Definition at line 133 of file CbmTrdDigitizer.h.
Referenced by ResetArrays(), and ~CbmTrdDigitizer().
|
private |
parameter list for read-out geometry
Definition at line 137 of file CbmTrdDigitizer.h.
Referenced by AddModule(), and SetParContainers().
|
private |
Output CbmTrdDigi array.
Definition at line 132 of file CbmTrdDigitizer.h.
Referenced by ResetArrays(), and ~CbmTrdDigitizer().
|
private |
Digi production efficiency [0..1].
Definition at line 128 of file CbmTrdDigitizer.h.
|
protectedinherited |
Definition at line 159 of file CbmDigitizeBase.h.
Referenced by CbmRichDigitizer::AddDigi(), CbmTofDigitize::DigitizeDirectClusterSize(), CbmMuchDigitizeGem::Exec(), CbmStsDigitize::Exec(), CbmMuchDigitizeGem::Finish(), CbmStsDigitize::Finish(), CbmTofDigitize::Init(), CbmRichDigitizer::Init(), Init(), CbmMuchDigitizeGem::Init(), CbmStsDigitize::InitParams(), and CbmDigitizeBase::SetEventMode().
|
private |
parameter list for keV->ADC gain conversion
Definition at line 138 of file CbmTrdDigitizer.h.
Referenced by AddModule(), and SetParContainers().
|
private |
parameter list for HV status
Definition at line 136 of file CbmTrdDigitizer.h.
Referenced by AddModule(), and SetParContainers().
|
private |
parameter list for geometry definitions
Definition at line 139 of file CbmTrdDigitizer.h.
Referenced by AddModule(), and SetParContainers().
|
private |
|
privateinherited |
Output array (Digi)
Definition at line 232 of file CbmDigitize.h.
|
private |
list of modules being processed
Definition at line 147 of file CbmTrdDigitizer.h.
Referenced by AddModule(), Exec(), FlushBuffers(), ResetCounters(), and ~CbmTrdDigitizer().
|
private |
Definition at line 125 of file CbmTrdDigitizer.h.
Referenced by Exec(), and ResetCounters().
|
private |
|
protectedinherited |
Flag for event-by-event mode.
Definition at line 160 of file CbmDigitizeBase.h.
Referenced by CbmRichDigitizer::Exec(), CbmStsDigitize::InitParams(), and CbmDigitizeBase::SetProduceNoise().
|
private |
Definition at line 143 of file CbmTrdDigitizer.h.
Referenced by AddModule(), Finish(), Init(), and ~CbmTrdDigitizer().
|
private |
parametrization of radiator TR yield
Definition at line 140 of file CbmTrdDigitizer.h.
Referenced by AddModule(), CbmTrdDigitizer(), and Init().
|
private |
MC Track information.
Definition at line 131 of file CbmTrdDigitizer.h.
|
private |
Definition at line 126 of file CbmTrdDigitizer.h.
Referenced by Exec(), and ResetCounters().