36   entry(0), theIncidentEnergy(0.0), theTrackID(-1),
    37   theUnitID(0), theTimeSlice(0.0), theEnergyDeposit(0.0)
   105   os << 
" Data of this CCalHit are:"<< 
G4endl   107      << 
" \t Energy of primary particle (ID = " << hit.
getTrackID()
   109      << 
" \t Entry point in Calorimeter unit number " << hit.
getUnitID()
 
int getTimeSliceID() const
 
double getTimeSlice() const
 
void setIncidentEnergy(double e)
 
void setEntry(CLHEP::Hep3Vector xyz)
 
friend std::ostream & operator<<(std::ostream &, const CCalHit &)
 
G4GLOB_DLL std::ostream G4cout
 
double getEnergyDeposit() const
 
unsigned int getUnitID() const
 
void setTimeSlice(double d)
 
void setEnergyDeposit(const double e)
 
CLHEP::Hep3Vector getEntry() const
 
void setUnitID(unsigned int i)
 
void addEnergyDeposit(const CCalHit &aHit)
 
const CCalHit & operator=(const CCalHit &right)
 
double getIncidentEnergy() const