9#ifndef MuonCalibTgcTruthHit_h
10#define MuonCalibTgcTruthHit_h
33 std::ostream&
dump(std::ostream& stream)
const;
std::ostream & operator<<(std::ostream &stream, const MuonCalib::MuonCalibTgcTruthHit &truth)
Class with truth information of a RPC hit, containing:
void setTime(double time)
sets the time
MuonCalibTgcTruthHit(const MuonCalibTgcTruthHit &truth)=default
copyconstructor
MuonCalibTgcTruthHit()=default
default constructor
MuonCalibTgcTruthHit & operator=(const MuonCalibTgcTruthHit &rhs)=default
assignment operator
const MuonFixedId & identify() const
retrieve the MuonFixedId
double time() const
retrieve the time
MuonFixedId m_ID
identifier of the truth hit, (is a MuonFixedId, not an Identifier)
void setBarCode(int barCode)
sets the barcode
void setIdentifier(MuonFixedId id)
sets the MuonFixedId
~MuonCalibTgcTruthHit()=default
destructor
int barCode() const
retrieve the barcode
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.