ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCalibRawTriggerHitCollection.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#include <algorithm>
8
10
11
12namespace MuonCalib {
20
26
28 if (rawTriggerHit) {
29 m_rawRpcTriggerHitVec.emplace_back(rawTriggerHit);
30 } else {
31 MsgStream log(Athena::getMessageSvc(), "MuonCalibRawTriggerHitCollection");
32 log << MSG::WARNING << "Refuse to put an empty MuonCalibRawRpcTriggerHit in MuonCalibRawTriggerHitCollection" << endmsg;
33 }
34 }
41
42} // namespace MuonCalib
#define endmsg
void addMuonCalibRawTriggerHit(const CalibRawRpcTriggerHitPtr &rawTriggerHit)
add a MuonCalibRawRpcHit to the collection
std::shared_ptr< const MuonCalibRawRpcTriggerHit > CalibRawRpcTriggerHitPtr
typedef of a set of MuonCalibRawRpcTriggerHit s
std::vector< CalibRawRpcTriggerHitPtr > MuonCalibRawRpcTriggerHitVec
typedef of an iterator of the set muonCalibRawRpcTriggerHit s
int numberOfMuonCalibRawRpcTriggerHits() const
retrieve the number of MuonCalibRawRpcHits in the collection
MuonCalibRawTriggerHitCollection & operator=(const MuonCalibRawTriggerHitCollection &rhs)
assingment operator
void copy(const MuonCalibRawTriggerHitCollection &other)
MuonCalibRawRpcTriggerHitVec m_rawRpcTriggerHitVec
set of MuonCalibRawRpcHit s
const MuonCalibRawRpcTriggerHitVec & get() const
IMessageSvc * getMessageSvc(bool quiet=false)
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
STL namespace.