PandaRoot
PndPidTrackingDetectorInfo.h
Go to the documentation of this file.
1 #ifndef PID_TRACKING_DETECTOR_INFO_H
2 #define PID_TRACKING_DETECTOR_INFO_H
3 
4 #include "FairRootManager.h"
5 #include "FairPropagator.h"
6 #include "PndPropagator.h"
7 #include "FairGeane.h"
8 
9 #include "PndPidDetectorInfo.h"
10 
20  public:
23 
31  Bool_t Setup(FairRootManager *manager, PndPropagator *propagator, PndPidDetectorParams::DetectorParams *params);
32 
34 };
35 
36 #endif // PID_TRACKING_DETECTOR_INFO_H
Base class for accessing PID detector information of tracking system (MVD, STT, GEM, FTS).
ClassDef(PndPidTrackingDetectorInfo, 1)
Base class for accessing PID detector information.
Propagator interface class for PandaRoot.
Definition: PndPropagator.h:52
Bool_t Setup(FairRootManager *manager, PndPropagator *propagator, PndPidDetectorParams::DetectorParams *params)
Default destructor.
virtual ~PndPidTrackingDetectorInfo()
Default constructor.