Go to the documentation of this file.
79 return out <<
"{time=" << timeStamp.
Time() <<
"ns, volID=" << timeStamp.
VolumeID() <<
"}";
bool operator==(const HoughTrackStub &lhs, const HoughTrackStub &rhs)
Definition: HoughTrackStub.h:41
#define DEFAULT_INIT(x)
Definition: DefaultValues.h:23
TimeStamp()
Constructor.
Definition: TimeStamp.h:34
void SetVolumeID(unsigned int volumeID)
Set the ID of the time measurement volume.
Definition: TimeStamp.h:63
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:22
std::ostream & operator<<(std::ostream &os, const Vec3D &vec)
Write coordinates to stream.
Definition: Vec3D.h:345
float m_time
Time measurement (ns).
Definition: TimeStamp.h:66
float Time() const
Get the time measurement.
Definition: TimeStamp.h:45
virtual ~TimeStamp()=default
Virtual destructor
unsigned int m_volumeId
ID of the time measurement volume.
Definition: TimeStamp.h:67
unsigned int VolumeID() const
Get the unique identifier of the sensitive element.
Definition: TimeStamp.h:57
TimeStamp object for transient data model.
Definition: TimeStamp.h:30
void SetTime(float time)
Set the time of the time measurement.
Definition: TimeStamp.h:51
TimeStamp(float time, unsigned int volumeID)
Definition: TimeStamp.h:36