4 #include "TClonesArray.h"     6 #include "FairRootManager.h"     7 #include "FairPropagator.h"    66 #endif // PID_DRC_INFO_H 
Bool_t GetInfo(PndTrack *track, PndPidCandidate *pidCand)
Add DRC information to PidCandidate. 
 
PndPidDrcInfo()
Default constructor. 
 
Int_t SetDetectorHits(FairRootManager *manager)
Fill detector hit TCAs and adjust detector mode. 
 
~PndPidDrcInfo()
Default destructor. 
 
void ActivateDebugNtuple(Bool_t debug_mode)
Set debug mode of detector. 
 
TClonesArray * fDrcHit
Drc hit TCA. 
 
TClonesArray * fDrcPoint
Drc point TCA. 
 
Bool_t Setup(FairRootManager *manager, PndPropagator *propagator, PndPidDetectorParams::DetectorParams *params)
Setup DRC info. 
 
Base class for accessing PID detector information. 
 
Propagator interface class for PandaRoot. 
 
ClassDef(PndPidDrcInfo, 1)
 
Class for accessing PID detector information of DRC.