1 #ifndef SimG4CMS_CaloHitID_H 2 #define SimG4CMS_CaloHitID_H 15 CaloHitID(
float tSlice = 1,
bool ignoreTkID =
false);
25 void setID(uint32_t unitID,
double timeSlice,
int trackID, uint16_t
depth = 0);
bool operator<(const CaloHitID &) const
bool operator>(const CaloHitID &) const
std::ostream & operator<<(std::ostream &, const CaloHitID &)
CaloHitID(uint32_t unitID, double timeSlice, int trackID, uint16_t depth=0, float tSlice=1, bool ignoreTkID=false)
bool operator==(const CaloHitID &) const
void setID(uint32_t unitID, double timeSlice, int trackID, uint16_t depth=0)
const CaloHitID & operator=(const CaloHitID &)