Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const PPSDiamondG4Hit & |
hit |
|
) |
| |
Definition at line 165 of file PPSDiamondG4Hit.cc.
166 os <<
" Data of this PPSDiamondG4Hit are:" << std::endl
167 <<
" Time slice ID: " <<
hit.timeSliceID() << std::endl
168 <<
" EnergyDeposit = " <<
hit.energyLoss() << std::endl
169 <<
" Energy of primary particle (ID = " <<
hit.trackID() <<
") = " <<
hit.incidentEnergy() <<
" (MeV)"
171 <<
" Local entry and exit points in PPS unit number " <<
hit.unitID() <<
" are: " <<
hit.entry() <<
" (mm)"
172 <<
hit.exit() <<
" (mm)"
174 <<
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" << std::endl;