Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const TotemG4Hit & |
hit |
|
) |
| |
Definition at line 179 of file TotemG4Hit.cc.
180 os <<
" Data of this TotemG4Hit are:\n"
181 <<
" Time slice ID: " <<
hit.getTimeSliceID() <<
"\n"
182 <<
" EnergyDeposit = " <<
hit.getEnergyLoss() <<
"\n"
183 <<
" Energy of primary particle (ID = " <<
hit.getTrackID() <<
") = " <<
hit.getIncidentEnergy() <<
" (MeV)"
185 <<
" Entry point in Totem unit number " <<
hit.getUnitID() <<
" is: " <<
hit.getEntry() <<
" (mm)"
187 <<
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n";