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