25 stream <<
"MuonCalibRawRpcHit with" << std::endl;
26 stream <<
" identifier " <<
identify() << std::endl;
28 stream <<
" occupancy " <<
occupancy() << std::endl;
29 stream <<
" time " <<
t() << std::endl;
30 stream <<
" width " <<
width() << std::endl;
31 stream <<
" length " <<
length() << std::endl;
std::ostream & operator<<(std::ostream &stream, const MuonCalib::MuonCalibRawRpcHit &hit)
Calib-EDM version of RpcPrepData class, containing uncalibrated information.
void setT(float t)
sets the time
void setOccupancy(int occ)
sets the occupancy
const MuonFixedId & identify() const
retrieve the MuonFixedId
float t() const
retrieve the time
void setWidth(float width)
sets the strip width
float width() const
retrieve the strip width
void setLength(float length)
sets the strip length
MuonCalibRawRpcHit()=default
default constructor
void setId(MuonFixedId Id)
sets the MuonFixedId
std::ostream & dump(std::ostream &stream) const
dump to be used for operator<<() to dump the MuonCalibRawRpcHit
float length() const
retrieve the strip length
const Amg::Vector3D & globalPosition() const
retrieve the position expressed in global coordinates
void setGlobalPosition(const Amg::Vector3D &glob)
sets the position expressed in global coordinates
int occupancy() const
retrieve the occupancy (-1 == not assigned to any segment)
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.