Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const PPSPixelG4Hit & |
hit |
|
) |
| |
Definition at line 212 of file PPSPixelG4Hit.cc.
213 os <<
" Data of this PPSPixelG4Hit are:\n" 214 <<
" Time slice ID: " <<
hit.timeSliceID() <<
"\n" 215 <<
" EnergyDeposit = " <<
hit.energyLoss() <<
"\n" 216 <<
" Energy of primary particle (ID = " <<
hit.trackID() <<
") = " <<
hit.incidentEnergy() <<
" (MeV)" 218 <<
" Local entry and exit points in PPS unit number " <<
hit.unitID() <<
" are: " <<
hit.entryPoint() <<
" (mm)" 219 <<
hit.exitPoint() <<
" (mm)" 221 <<
" Global posizion in PPS unit number " <<
hit.unitID() <<
" are: " <<
hit.meanPosition() <<
" (mm)" 223 <<
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n";