#include "G4VHit.hh"
#include "DataFormats/Math/interface/Point3D.h"
#include <cstdint>
#include <iostream>
Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const TotemG4Hit & |
|
|
) |
| |
Definition at line 180 of file TotemG4Hit.cc.
181 os <<
" Data of this TotemG4Hit are:\n" 182 <<
" Time slice ID: " <<
hit.getTimeSliceID() <<
"\n" 183 <<
" EnergyDeposit = " <<
hit.getEnergyLoss() <<
"\n" 184 <<
" Energy of primary particle (ID = " <<
hit.getTrackID() <<
") = " <<
hit.getIncidentEnergy() <<
" (MeV)" 186 <<
" Entry point in Totem unit number " <<
hit.getUnitID() <<
" is: " <<
hit.getEntry() <<
" (mm)" 188 <<
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n";