|
ATLAS Offline Software
|
Go to the documentation of this file.
14 m_rawRpcTriggerHitVec{std::move(rawRpcTriggerHitVec)} {}
22 if (
this != &rhs) {
copy(rhs); }
32 log << MSG::WARNING <<
"Refuse to put an empty MuonCalibRawRpcTriggerHit in MuonCalibRawTriggerHitCollection" <<
endmsg;
void addMuonCalibRawTriggerHit(const CalibRawRpcTriggerHitPtr &rawTriggerHit)
add a MuonCalibRawRpcHit to the collection
int numberOfMuonCalibRawRpcTriggerHits() const
retrieve the number of MuonCalibRawRpcHits in the collection
std::shared_ptr< const MuonCalibRawRpcTriggerHit > CalibRawRpcTriggerHitPtr
typedef of a set of MuonCalibRawRpcTriggerHit s
MuonCalibRawRpcTriggerHitVec m_rawRpcTriggerHitVec
set of MuonCalibRawRpcHit s
IMessageSvc * getMessageSvc(bool quiet=false)
const MuonCalibRawRpcTriggerHitVec & get() const
void copy(const MuonCalibRawTriggerHitCollection &other)
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
std::vector< CalibRawRpcTriggerHitPtr > MuonCalibRawRpcTriggerHitVec
typedef of an iterator of the set muonCalibRawRpcTriggerHit s
MuonCalibRawTriggerHitCollection()=default
MuonCalibRawTriggerHitCollection & operator=(const MuonCalibRawTriggerHitCollection &rhs)
assingment operator