6 #include "TClonesArray.h"     8 #include "FairPropagator.h"    10 #include "FairGeane.h"    11 #include "FairRootManager.h"    61   std::unique_ptr<PndGeoHandling> 
fGeoH{
nullptr}; 
    72 #endif // PID_MVD_INFO_H 
Int_t fMvdHitCount
Number of mvd hits. 
 
std::unique_ptr< PndGeoHandling > fGeoH
Handler for MVD geometry. 
 
PndPidMvdInfo()
Default constructor. 
 
Class for accessing PID detector information of MVD. 
 
TClonesArray * fMvdHitsStrip
Mvd strip detector hits TCA. 
 
Double_t fMvdELoss
Energy Loss in MVD. 
 
void SetFast(Bool_t fast_mode)
 
TClonesArray * fMvdHitsPixel
Mvd pixel detector hits TCA. 
 
~PndPidMvdInfo()
default destructor. 
 
Base class for accessing PID detector information of tracking system (MVD, STT, GEM, FTS). 
 
ClassDef(PndPidMvdInfo, 1)
 
virtual Int_t SetDetectorHits(FairRootManager *manager)
Fill detector hit TCAs and adjust detector mode. 
 
Bool_t fFast
if kTRUE add only number of hits in MVD. 
 
Propagator interface class for PandaRoot. 
 
Double_t fMvdPath
MVD path crossed by the particle. 
 
virtual Bool_t GetInfo(PndTrack *track, PndPidCandidate *pidCand)
Add MVD information to PidCandidate. 
 
Bool_t Setup(FairRootManager *manager, PndPropagator *propagator, PndPidDetectorParams::DetectorParams *params)
Setup FTS info.