9#ifndef MuonCalibCscTruthHit_h
10#define MuonCalibCscTruthHit_h
33 std::ostream &
dump(std::ostream &stream)
const;
std::ostream & operator<<(std::ostream &stream, const MuonCalib::MuonCalibCscTruthHit &truth)
Class with truth information of a RPC hit, containing:
MuonCalibCscTruthHit & operator=(const MuonCalibCscTruthHit &rhs)=default
assignment operator
MuonCalibCscTruthHit()=default
default constructor
void setTime(double time)
sets the time
~MuonCalibCscTruthHit()=default
destructor
double time() const
retrieve the time
MuonFixedId identify() const
retrieve the MuonFixedId
int barCode() const
retrieve the barcode
void setBarCode(int barCode)
sets the barcode
MuonCalibCscTruthHit(const MuonCalibCscTruthHit &truth)=default
copy constructor
void setIdentifier(MuonFixedId id)
sets the MuonFixedId
MuonFixedId m_ID
identifier of the truth hit, (a MuonFixedId, not an Identifier)
Implements fixed identifiers not dependent upon Athena Identifier for internal use in the calibration...
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.