PandaRoot
PndPidGemInfo.h
Go to the documentation of this file.
1 #ifndef PID_GEM_INFO_H
2 #define PID_GEM_INFO_H
3 
4 #include "FairRootManager.h"
5 
6 #include "PndTrack.h"
7 #include "PndPidCandidate.h"
9 
18  public:
19  PndPidGemInfo();
20  ~PndPidGemInfo();
21 
25  Int_t SetDetectorHits(FairRootManager *) { return 1; };
26 
34  Bool_t GetInfo(PndTrack *track, PndPidCandidate *pidCand);
35 
37 };
38 
39 #endif // PID_DRC_INFO_H
Class for accessing PID detector information of GEM.
Definition: PndPidGemInfo.h:17
PndPidGemInfo()
Default constructor.
ClassDef(PndPidGemInfo, 1)
Base class for accessing PID detector information of tracking system (MVD, STT, GEM, FTS).
~PndPidGemInfo()
Default Destructor.
Bool_t GetInfo(PndTrack *track, PndPidCandidate *pidCand)
Add GEM information to PidCandidate.
Int_t SetDetectorHits(FairRootManager *)
No detector hits needed here.
Definition: PndPidGemInfo.h:25