10 #define HE3TRACKINFO_H
12 #include <simulation/dataobjects/SimHitBase.h>
45 HE3G4TrackInfo(
int trackID,
int PDG,
float Mass,
float Energy,
const float* vtx,
const float* mom):
48 std::copy(vtx, vtx + 3,
m_vtx);
49 std::copy(mom, mom + 3,
m_mom);
Class HE3G4TrackInfo - Geant4 simulated hit for the Microtpc detector.
float getEnergy() const
Return energy.
HE3G4TrackInfo()
default constructor for ROOT
float getMass() const
Return mass.
TVector3 getMomentum() const
Return momentum.
HE3G4TrackInfo(int trackID, int PDG, float Mass, float Energy, const float *vtx, const float *mom)
Standard constructor.
int getTrackID() const
Return track ID.
int getPDG() const
Return PDG.
const float * getProductionVertexArray() const
Return production array as float array.
TVector3 getProductionVertex() const
Return production vertex.
const float * getMomentumArray() const
Return momentum as float array.
ClassDef(RelationsInterface, 0)
defines interface for accessing relations of objects in StoreArray.
Class SimHitBase - A common base for subdetector SimHits.
Abstract base class for different kinds of events.