8 #include "G4SystemOfUnits.hh"
64 os <<
" Data of this CaloG4Hit are:" <<
"\n"
65 <<
" HitID: " << hit.
getID() <<
"\n"
66 <<
" EnergyDeposit of EM particles = " << hit.
getEM() <<
"\n"
67 <<
" EnergyDeposit of HD particles = " << hit.
getHadr() <<
"\n"
70 <<
" Entry point in Calorimeter (global) : " << hit.
getEntry()
72 <<
" Position of Hit (global) : " << hit.
getPosition() <<
"\n"
73 <<
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n";
math::XYZPoint getPosition() const
G4ThreadLocal G4Allocator< CaloG4Hit > * fpCaloG4HitAllocator
void setEntryLocal(double x, double y, double z)
double getIncidentEnergy() const
std::ostream & operator<<(std::ostream &out, const ALILine &li)
void addEnergyDeposit(double em, double hd)
const CaloG4Hit & operator=(const CaloG4Hit &right)
math::XYZPoint entryLocal
void setEntry(double x, double y, double z)
math::XYZPoint getEntryLocal() const
math::XYZPoint getEntry() const