5#ifndef MuonCalibMdtTruthHit_h
6#define MuonCalibMdtTruthHit_h
31 std::ostream &
dump(std::ostream &stream)
const;
std::ostream & operator<<(std::ostream &stream, const MuonCalib::MuonCalibMdtTruthHit &truth)
Class with truth information of a MDT hit, containing:
double time() const
retrieve the time
MuonFixedId m_ID
identifier of the truth hit, (a MuonFixedId, not an Identifier)
double gpositionX() const
retrieve the global X position
MuonFixedId identify() const
retrieve the MuonFixedId
MuonCalibMdtTruthHit & operator=(const MuonCalibMdtTruthHit &rhs)=default
assignment operator
void setBarCode(int barCode)
sets the barcode
double gpositionZ() const
retrieve the global Z position
void setPositionAlongTube(double positionAlongTube)
sets the position along tube
void setgPositionY(double gpositionY)
sets the global Y position
void setIdentifier(MuonFixedId id)
sets the MuonFixedId
int barCode() const
retrieve the barcode
double driftRadius() const
retrieve the driftradius
double positionAlongTube() const
retrieve the position along tube
double m_positionAlongTube
position along tube
void setTime(double time)
sets the time
double gpositionY() const
retrieve the global Y position
void setgPosition(Amg::Vector3D newPos)
void setgPositionZ(double gpositionZ)
sets the global Z position
double m_driftRadius
drift radius
MuonCalibMdtTruthHit()=default
default constructor
~MuonCalibMdtTruthHit()=default
destructor
void setDriftRadius(double driftRadius)
sets the driftradius
void setgPositionX(double gpositionX)
sets the global X position
MuonCalibMdtTruthHit(const MuonCalibMdtTruthHit &truth)=default
copyconstructor
Implements fixed identifiers not dependent upon Athena Identifier for internal use in the calibration...
Eigen::Matrix< double, 3, 1 > Vector3D
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.