1 #ifndef __KVRECONNUCTRAJECTORY_H
2 #define __KVRECONNUCTRAJECTORY_H
4 #include "KVGeoDNTrajectory.h"
6 #include <unordered_map>
38 Int_t fIndependentIdentifications;
40 std::unordered_map<std::string, KVDetector*> fDetLabels;
42 std::map<std::string, KVDetector*> fDetLabels;
60 return fIndependentIdentifications;
#define ClassDefOverride(name, id)
Base class for detector geometry description, interface to energy-loss calculations.
Path taken by particles through multidetector geometry.
Information on relative positions of detectors & particle trajectories.
Base class for all detectors or associations of detectors in array which can identify charged particl...
Path through detector array used to reconstruct detected particle.
virtual ~KVReconNucTrajectory()
KVReconNucTrajectory & operator=(const KVReconNucTrajectory &)
Int_t GetNumberOfIndependentIdentifications() const
void ls(Option_t *="") const override
KVIDTelescope * GetIDTelescope(const TString &) const
void Copy(TObject &obj) const override
KVDetector * GetDetector(const TString &label) const