|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUONCALIBRAWHITASSICATIONMAP_H
6 #define MUONCALIBRAWHITASSICATIONMAP_H
void addRpcRawHit(RpcCalibRawHitPtr hit)
add associated raw rpc hit
std::map< MuonFixedId, CscCalibRawHitPtr > m_associatedRawCscHits
maps of raw hits on track
TgcCalibRawHitPtr getRawTgcHit(const MuonFixedId &id) const
get raw tgc hit for given Identifier, returns 0 if not on track
std::shared_ptr< MuonCalibRawMdtHit > MdtCalibRawHitPtr
typedef of a set of MuonCalibRawMdtHit s
void addTgcRawHit(TgcCalibRawHitPtr hit)
add associated raw tgc hit
std::shared_ptr< const MuonCalibRawCscHit > CscCalibRawHitPtr
typedef of a set of MuonCalibRawCscHit s
void addCscRawHit(CscCalibRawHitPtr hit)
add associated raw csc hit
std::shared_ptr< const MuonCalibRawRpcHit > RpcCalibRawHitPtr
typedef of a set of MuonCalibRawRpcHit s
void addMdtRawHit(MdtCalibRawHitPtr hit)
add associated raw mdt hit
MdtCalibRawHitPtr getRawMdtHit(const MuonFixedId &id) const
get raw mdt hit for given Identifier, returns 0 if not on track
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
CscCalibRawHitPtr getRawCscHit(const MuonFixedId &id) const
get raw csc hit for given Identifier, returns 0 if not on track
std::map< MuonFixedId, MdtCalibRawHitPtr > m_associatedRawMdtHits
MuonCalibRawHitCollection::CscCalibRawHitPtr CscCalibRawHitPtr
MuonCalibRawHitCollection::RpcCalibRawHitPtr RpcCalibRawHitPtr
MuonCalibRawHitCollection::MdtCalibRawHitPtr MdtCalibRawHitPtr
RpcCalibRawHitPtr getRawRpcHit(const MuonFixedId &id) const
get raw rpc hit for given Identifier, returns 0 if not on track
MuonCalibRawHitCollection::TgcCalibRawHitPtr TgcCalibRawHitPtr
std::map< MuonFixedId, RpcCalibRawHitPtr > m_associatedRawRpcHits
Define macros for attributes used to control the static checker.
std::map< MuonFixedId, TgcCalibRawHitPtr > m_associatedRawTgcHits
std::shared_ptr< const MuonCalibRawTgcHit > TgcCalibRawHitPtr
typedef of a set of MuonCalibRawTgcHit s