ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCalibRawTriggerHitCollection.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5//*********************************************************//
6// Class to store MuonCalibRawTriggerHit classes //
7//*********************************************************//
8
9#ifndef MuonCalibRawTriggerHitCollection_h
10#define MuonCalibRawTriggerHitCollection_h
11
12#include <iostream>
13#include <memory>
14#include <vector>
15
17#include "GaudiKernel/MsgStream.h"
18
19namespace MuonCalib {
20
22
26
54
55} // namespace MuonCalib
56
57#endif
Calib-EDM version of RpcRawData class.
void addMuonCalibRawTriggerHit(const CalibRawRpcTriggerHitPtr &rawTriggerHit)
add a MuonCalibRawRpcHit to the collection
~MuonCalibRawTriggerHitCollection()=default
destructor
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
singleton-like access to IMessageSvc via open function and helper
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.