Go to the documentation of this file. 1 #ifndef SimG4Core_TrackInformation_H
2 #define SimG4Core_TrackInformation_H
5 #include "G4VUserTrackInformation.hh"
6 #include "G4Allocator.hh"
15 inline void *
operator new(size_t);
65 track->GetPosition().y() / CLHEP::cm,
66 track->GetPosition().z() / CLHEP::cm,
67 track->GetGlobalTime());
93 void Print()
const override;
119 : G4VUserTrackInformation(),
ROOT::Math::LorentzVector< ROOT::Math::PxPyPzE4D< float > > XYZTLorentzVectorF
Lorentz vector with cylindrical internal representation using pseudorapidity.