 |
Belle II Software
release-05-01-25
|
12 #ifndef HE3TRACKINFO_H
13 #define HE3TRACKINFO_H
15 #include <simulation/dataobjects/SimHitBase.h>
33 class HE3G4TrackInfo :
public SimHitBase {
43 HE3G4TrackInfo(
int trackID,
int PDG,
float Mass,
float Energy,
const float* vtx,
const float* mom):
47 std::copy(mom, mom + 3,
m_mom);
TVector3 getMomentum() const
Return momentum.
ClassDef(RelationsInterface, 0)
defines interface for accessing relations of objects in StoreArray.
int getPDG() const
Return PDG.
int getTrackID() const
Return track ID.
const float * getMomentumArray() const
Return momentum as float array.
Abstract base class for different kinds of events.
TVector3 getProductionVertex() const
Return production vertex.
float getEnergy() const
Return energy.
HE3G4TrackInfo()
default constructor for ROOT
const float * getProductionVertexArray() const
Return production array as float array.
float getMass() const
Return mass.
Class HE3G4TrackInfo - Geant4 simulated hit for the Microtpc detector.