9#ifndef MuonCalibRawCscHit_h
10#define MuonCalibRawCscHit_h
40 std::ostream &
dump(std::ostream &stream)
const;
std::ostream & operator<<(std::ostream &stream, const MuonCalib::MuonCalibRawCscHit &rawHit)
Calib-EDM version of CscPrepData class, containing uncalibrated information.
float width() const
retrieve the strip width
void setId(MuonFixedId Id)
sets the MuonFixedId
Amg::Vector3D m_Gpos
position of the hit in global coordinates
float charge() const
retrieve the charge
void setGlobalPosition(const Amg::Vector3D &glob)
sets the position expressed in global coordinates
float t() const
retrieve the time
int m_occupancy
occupancy (-1 == not assigned to any segment)
void setOccupancy(int occ)
sets the occupancy
~MuonCalibRawCscHit()=default
destructor
MuonCalibRawCscHit()=default
default constructor
void setT(float t)
sets the time
MuonFixedId m_id
identifier of the raw hit, (a MuonFixedId, not an Identifier)
void setWidth(float width)
sets the strip width
void setCharge(float charge)
sets the charge
int occupancy() const
retrieve the occupancy (-1 == not assigned to any segment)
MuonCalibRawCscHit & operator=(const MuonCalibRawCscHit &rhs)
assingment operator
const Amg::Vector3D & globalPosition() const
retrieve the position expressed in global coordinates
MuonCalibRawCscHit(const MuonCalibRawCscHit &hit)=default
copy constructor
const MuonFixedId & identify() const
retrieve the MuonFixedId
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.