1 #ifndef PID_CALORIMETER_INFO_H 2 #define PID_CALORIMETER_INFO_H 7 #include "TClonesArray.h" 9 #include "FairRootManager.h" 10 #include "FairRuntimeDb.h" 11 #include "FairPropagator.h" 13 #include "FairGeane.h" 14 #include "FairLogger.h" 61 std::vector<TrackQualities_t>
Table;
64 void Remove(Int_t trackId, Int_t emcIndex);
72 virtual void FillCorrelationMap() = 0;
79 LOG(warn) <<
"PndPidCalorimeterInfo::GetClusterCount: Function not implemented in base class.";
119 void GetNeutralInfo(Int_t nbr_tracks, TClonesArray *neutralArray) = 0;
133 #endif // PID_CALORIMETER_INFO_H
PndPidCalorimeterInfo()
Default constructor.
QualityTable_t fQualityTable
Base class for accessing PID detector information of calorimeter system (EMC, FSC).
Bool_t SetParContainers(FairRuntimeDb *db)=0
Set parameter containers.
virtual Int_t GetClusterCount()
Default destructor.
bool operator<(const TrackQualities_t &other) const
virtual Bool_t GetInfo(PndTrack *track, PndPidCandidate *pidCand)=0
Add calorimeter information to PidCandidate.
virtual Int_t SetDetectorHits(FairRootManager *manager)=0
Fill detector hit TCAs and adjust detector mode.
std::vector< EmcQualityEntry_t > Qualities
void GetNeutralInfo(Int_t nbr_tracks, TClonesArray *neutralArray)=0
Include calorimeter information in neutral PndPidCandidate.
float & operator[](int i)
std::vector< TrackQualities_t > Table
std::map< Int_t, Bool_t > fClusterList
List of clusters for track correlation.
Base class for accessing PID detector information.
Propagator interface class for PandaRoot.
bool operator<(const EmcQualityEntry_t &other) const
std::map< Int_t, Double_t > fClusterQ
List of emc quality correlated to clusters.
virtual void ActivateDebugNtuple(Bool_t debug_mode)
Set debug mode of detector.
Bool_t Setup(FairRootManager *manager, PndPropagator *propagator, PndPidDetectorParams::DetectorParams *params)
Setup calorimeter info.
std::map< Int_t, std::pair< Double_t, Int_t > > fCorrelatedTracks
Map of matched track and emc id's.
ClassDef(PndPidCalorimeterInfo, 2)