146 os <<
" Data of this TotemRPG4Hit are:" << std::endl
147 <<
" Time slice ID: " <<
hit.timeSliceID() << std::endl
148 <<
" EnergyDeposit = " <<
hit.energyLoss() << std::endl
149 <<
" Energy of primary particle (ID = " <<
hit.trackID() <<
") = " <<
hit.incidentEnergy() <<
" (MeV)" << std::endl
150 <<
" Entry point in Totem unit number " <<
hit.unitID() <<
" is: " <<
hit.entry() <<
" (mm)" << std::endl;
151 os <<
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" << std::endl;
void setEntry(G4ThreeVector xyz)
G4ThreeVector localExit() const
G4ThreeVector localEntry() const
G4ThreeVector exit() const
void setIncidentEnergy(double e)
G4ThreeVector entry() const
double energyLoss() const
G4ThreeVector local_exit_
double thetaAtEntry() const
double phiAtEntry() const
double theIncidentEnergy_
void setLocalEntry(const G4ThreeVector &theLocalEntryPoint)
void addEnergyLoss(double e)
void setExit(G4ThreeVector xyz)
const TotemRPG4Hit & operator=(const TotemRPG4Hit &right)
void setLocalExit(const G4ThreeVector &theLocalExitPoint)
void setThetaAtEntry(double t)
void setUnitID(unsigned int i)
Log< level::Info, false > LogInfo
void setPhiAtEntry(double f)
G4ThreeVector local_entry_
double incidentEnergy() const
void setParticleType(short i)
void setEnergyLoss(double e)
unsigned int trackID() const
void setTimeSlice(double d)
std::ostream & operator<<(std::ostream &os, const TotemRPG4Hit &hit)