22 <<
", initial (parent) energy " << mInitialEnergy;
47 result.SetEnergyLoss(
result.GetEnergyLoss() + rhs.GetEnergyLoss());
float GetEnergyLoss() const
void SetEnergyLoss(float val)
short GetDetectorID() const
EMCAL simulation hit information.
Hit & operator+=(const Hit &rhs)
Adds energy loss from the other point to this point.
Bool_t operator<(const Hit &rhs) const
Sorting points according to parent particle and detector volume.
void PrintStream(std::ostream &stream) const
Writing point information to an output stream;.
Bool_t operator==(const Hit &rhs) const
Check whether the points are from the same parent and in the same detector volume.
Hit operator+(const Hit &lhs, const Hit &rhs)
Creates a new point base on this point but adding the energy loss of the right hand side.
std::ostream & operator<<(std::ostream &stream, const Cell &cell)
Stream operator for EMCAL cell.