13 #ifndef PID_DSK_INFO_H 14 #define PID_DSK_INFO_H 16 #include "TClonesArray.h" 18 #include "FairRootManager.h" 19 #include "FairPropagator.h" 21 #include "FairGeane.h" 77 #endif // PID_DSK_INFO_H Bool_t GetInfo(PndTrack *track, PndPidCandidate *pidCand)
Add DSK information to PidCandidate.
ClassDef(PndPidDskInfo, 1)
PndPidDskInfo()
Default constructor.
Bool_t Setup(FairRootManager *manager, PndPropagator *propagator, PndPidDetectorParams::DetectorParams *params)
Setup DSK info.
TClonesArray * fDskParticle
Dsk particle/hit TCA.
void ActivateDebugNtuple(Bool_t debug_mode)
Set debug mode of detector.
Int_t SetDetectorHits(FairRootManager *manager)
Fill detector hit TCAs and adjust detector mode.
~PndPidDskInfo()
Default destructor.
Class for accessing PID detector information of DSK.
Base class for accessing PID detector information.
Propagator interface class for PandaRoot.