177 os <<
" Data of this FP420G4Hit are:" << std::endl
182 <<
" Tof : " << hit.
getTof() << std::endl
184 <<
" elmenergy = " << hit.
getEM() << std::endl
185 <<
" hadrenergy = " << hit.
getHadr() << std::endl
191 <<
" X at Entry = " << hit.
getX() << std::endl
192 <<
" Y at Entry = " << hit.
getY() << std::endl
193 <<
" Z at Entry = " << hit.
getZ() << std::endl
194 <<
" VtxX = " << hit.
getVx() << std::endl
195 <<
" VtxY = " << hit.
getVy() << std::endl
196 <<
" VtxZ = " << hit.
getVz() << std::endl
197 <<
" parentID = " << hit.
getParentId() << std::endl
198 <<
" Pabs = " << hit.
getPabs() << std::endl
201 <<
" Entry point in FP420 unit number " << hit.
getUnitID() <<
" is: " << hit.
getEntry() <<
" (mm)" << std::endl;
202 os <<
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" << std::endl;
const FP420G4Hit & operator=(const FP420G4Hit &right)
double getEnergyDeposit() const
void setPhiAtEntry(float f)
void setEntry(const G4ThreeVector &xyz)
G4ThreeVector getExitLocalP() const
unsigned int getTrackID() const
void addEnergyDeposit(double em, double hd)
float getPhiAtEntry() const
unsigned int getUnitID() const
void setEnergyLoss(float e)
double getIncidentEnergy() const
G4ThreeVector getEntryLocalP() const
void setTimeSlice(double d)
float getEnergyLoss() const
void setEntryLocalP(const G4ThreeVector &xyz1)
void setIncidentEnergy(double e)
int getTimeSliceID() const
void setExitLocalP(const G4ThreeVector &xyz1)
int getParticleType() const
void setParticleType(short i)
void setThetaAtEntry(float t)
void setUnitID(unsigned int i)
std::ostream & operator<<(std::ostream &os, const FP420G4Hit &hit)
G4ThreeVector getEntry() const
double getTimeSlice() const
void addEnergyLoss(float e)
float getThetaAtEntry() const