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