|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MuonCalibRawMdtHit_h
6 #define MuonCalibRawMdtHit_h
32 std::ostream &
dump(std::ostream &
stream)
const;
70 #endif // MuonCalibRawMdtHit_h
const Amg::Vector3D & localPosition() const
retrieve the position expressed in local (station) coordinates
const Amg::Vector3D & globalPosition() const
retrieve the position expressed in global coordinates
int tdcCount() const
retrieve tdc counts
MuonFixedId m_id
identifier of the raw hit, (is a MuonFixedId, not an Identifier)
Amg::Vector3D m_Lpos
position of the hit in local (station) coordinates
void setId(MuonFixedId Id)
sets the MuonFixedId
Amg::Vector3D m_Gpos
position of the hit in global coordinates
void setGlobalPosition(const Amg::Vector3D &glob)
sets the position expressed in global coordinates
void setDriftRadiusError(double dr)
sets the error on the drift radius
void setDriftTime(double t)
sets the drift time
void setAdc(int adc)
sets adc counts
std::ostream & dump(std::ostream &stream) const
dump to be used for operator<<() to dump the MuonCalibRawMdtHit
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
double m_dr
error on the drift radius
const MuonFixedId & identify() const
retrieve the MuonFixedId
MuonCalibRawMdtHit(const MuonCalibRawMdtHit &hit)=default
copyconstructor
void setLocalPosition(const Amg::Vector3D &loc)
sets the position expressed in local (station) coordinates
int adcCount() const
retrieve adc counts
MuonCalibRawMdtHit & operator=(const MuonCalibRawMdtHit &rhs)=default
assignment operator
std::ostream & operator<<(std::ostream &stream, const MuonCalib::MuonCalibRawMdtHit &rawHit)
double driftRadiusError() const
retrieve the error on the drift radius
Eigen::Matrix< double, 3, 1 > Vector3D
~MuonCalibRawMdtHit()=default
destructor
MuonCalibRawMdtHit()=default
default constructor
void setOccupancy(int occ)
sets the occupancy
double driftTime() const
retrieve the drift time
double driftRadius() const
retrieve the drift radius
void setTdc(int tdc)
sets tdc counts
void setDriftRadius(double r)
sets the drift radius
int occupancy() const
retrieve the occupancy (-1 == not assigned to any segment)
int m_occupancy
occupancy (-1 == not assigned to any segment)