|
CbmRoot
|
#include <CbmMvdDigiToHitTB.h>
Public Member Functions | |
| CbmMvdDigiToHitTB () | |
| CbmMvdDigiToHitTB (const char *name, Int_t mode=0, Int_t iVerbose=1) | |
| ~CbmMvdDigiToHitTB () | |
| void | Exec (Option_t *opt) |
| void | ShowDebugHistos () |
Private Member Functions | |
| virtual InitStatus | Init () |
| virtual InitStatus | ReInit () |
| virtual void | Finish () |
| void | Register () |
| void | GetMvdGeometry () |
| void | Reset () |
| void | PrintParameters () const |
| std::string | ParametersToString () const |
| CbmMvdDigiToHitTB (const CbmMvdDigiToHitTB &) | |
| CbmMvdDigiToHitTB | operator= (const CbmMvdDigiToHitTB &) |
| ClassDef (CbmMvdDigiToHitTB, 1) | |
Private Attributes | |
| Int_t | fMode |
| Bool_t | fShowDebugHistos |
| CbmMvdDetector * | fDetector |
| TClonesArray * | fEvents |
| TClonesArray * | fInputDigis |
| TClonesArray * | fEventDigis |
| TClonesArray * | fCluster |
| UInt_t | fClusterPluginNr |
| TString | fBranchName |
| TStopwatch | fTimer |
| ROOT timer. | |
Definition at line 25 of file CbmMvdDigiToHitTB.h.
| CbmMvdDigiToHitTB::CbmMvdDigiToHitTB | ( | ) |
Default constructor
Definition at line 40 of file CbmMvdDigiToHitTB.cxx.
References CbmMvdDigiToHitTB().
Referenced by CbmMvdDigiToHitTB(), CbmMvdDigiToHitTB(), ClassDef(), and operator=().
Standard constructor
| name | Task name |
| mode | 0 = MAPS, 1 = Ideal |
Definition at line 44 of file CbmMvdDigiToHitTB.cxx.
References fBranchName, fCluster, fClusterPluginNr, fDetector, fEventDigis, fEvents, fInputDigis, fMode, fShowDebugHistos, and fTimer.
| CbmMvdDigiToHitTB::~CbmMvdDigiToHitTB | ( | ) |
|
private |
References CbmMvdDigiToHitTB().
|
private |
References CbmMvdDigiToHitTB().
| void CbmMvdDigiToHitTB::Exec | ( | Option_t * | opt | ) |
Definition at line 72 of file CbmMvdDigiToHitTB.cxx.
References fCluster, fClusterPluginNr, fDetector, fEventDigis, fEvents, fInputDigis, fTimer, and kMvdDigi.
|
privatevirtual |
Virtual method Finish
Definition at line 172 of file CbmMvdDigiToHitTB.cxx.
References fDetector, and PrintParameters().
|
private |
Definition at line 185 of file CbmMvdDigiToHitTB.cxx.
|
privatevirtual |
Intialisation
Definition at line 107 of file CbmMvdDigiToHitTB.cxx.
References fCluster, fDetector, fEventDigis, fEvents, fInputDigis, fShowDebugHistos, and CbmMvdDetector::Instance().
|
private |
References CbmMvdDigiToHitTB().
|
private |
Definition at line 192 of file CbmMvdDigiToHitTB.cxx.
Referenced by PrintParameters().
|
private |
Print digitisation parameters
Definition at line 189 of file CbmMvdDigiToHitTB.cxx.
References ParametersToString().
Referenced by Finish().
|
private |
Register the output arrays to the IOManager
|
privatevirtual |
Reinitialisation
Definition at line 167 of file CbmMvdDigiToHitTB.cxx.
|
private |
|
inline |
Definition at line 44 of file CbmMvdDigiToHitTB.h.
References fShowDebugHistos.
|
private |
Definition at line 60 of file CbmMvdDigiToHitTB.h.
Referenced by CbmMvdDigiToHitTB().
|
private |
Definition at line 55 of file CbmMvdDigiToHitTB.h.
Referenced by CbmMvdDigiToHitTB(), Exec(), Init(), Reset(), and ~CbmMvdDigiToHitTB().
|
private |
Definition at line 58 of file CbmMvdDigiToHitTB.h.
Referenced by CbmMvdDigiToHitTB(), and Exec().
|
private |
Definition at line 50 of file CbmMvdDigiToHitTB.h.
Referenced by CbmMvdDigiToHitTB(), Exec(), Finish(), and Init().
|
private |
Definition at line 54 of file CbmMvdDigiToHitTB.h.
Referenced by CbmMvdDigiToHitTB(), Exec(), and Init().
|
private |
Definition at line 52 of file CbmMvdDigiToHitTB.h.
Referenced by CbmMvdDigiToHitTB(), Exec(), and Init().
|
private |
Definition at line 53 of file CbmMvdDigiToHitTB.h.
Referenced by CbmMvdDigiToHitTB(), Exec(), and Init().
|
private |
Hit producer mode (0 = MAPS, 1 = Ideal)
Definition at line 48 of file CbmMvdDigiToHitTB.h.
Referenced by CbmMvdDigiToHitTB().
|
private |
Definition at line 49 of file CbmMvdDigiToHitTB.h.
Referenced by CbmMvdDigiToHitTB(), Init(), and ShowDebugHistos().
|
private |
ROOT timer.
Definition at line 63 of file CbmMvdDigiToHitTB.h.
Referenced by CbmMvdDigiToHitTB(), and Exec().