Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const BscG4Hit & |
hit |
|
) |
| |
Definition at line 126 of file BSCG4Hit.cc.
References BscG4Hit::getEM(), BscG4Hit::getEnergyDeposit(), BscG4Hit::getEnergyLoss(), BscG4Hit::getEntry(), BscG4Hit::getEntryLocalP(), BscG4Hit::getExitLocalP(), BscG4Hit::getHadr(), BscG4Hit::getIncidentEnergy(), BscG4Hit::getPabs(), BscG4Hit::getParticleType(), BscG4Hit::getTimeSlice(), BscG4Hit::getTimeSliceID(), BscG4Hit::getTof(), BscG4Hit::getTrackID(), and BscG4Hit::getUnitID().
127 os <<
" Data of this BscG4Hit are:" << std::endl
132 <<
" Tof : " << hit.
getTof() << std::endl
134 <<
" elmenergy = " << hit.
getEM() << std::endl
135 <<
" hadrenergy = " << hit.
getHadr() << std::endl
138 <<
" Pabs = " << hit.
getPabs() << std::endl
139 <<
" Energy of primary particle (ID = " << hit.
getTrackID()
141 <<
" Entry point in Bsc unit number " << hit.
getUnitID()
142 <<
" is: " << hit.
getEntry() <<
" (mm)" << std::endl;
143 os <<
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" int getParticleType() const
float getIncidentEnergy() const
int getTimeSliceID() const
const G4ThreeVector & getExitLocalP() const
const G4ThreeVector & getEntry() const
float getEnergyDeposit() const
const G4ThreeVector & getEntryLocalP() const
uint32_t getUnitID() const
double getTimeSlice() const
float getEnergyLoss() const