ATLAS Offline Software
Loading...
Searching...
No Matches
TgcCoinDataContainerCnv_p2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TGCCOINDATACONTAINERCNV_P2_H
6#define TGCCOINDATACONTAINERCNV_P2_H
7
8//-----------------------------------------------------------------------------
9//
10// file: TgcCoinDataContainerCnv_p2.h
11//
12//-----------------------------------------------------------------------------
13
15
19
20namespace MuonGM{ class MuonDetectorManager;}
21
22class MsgStream;
23class TgcIdHelper;
24
25namespace Muon{
26 class TgcCoinDataContainerCnv_p2 : public T_AthenaPoolTPCnvBase< Muon::TgcCoinDataContainer, Muon::MuonCoinDataContainer_p1 >
27
28 {
29 public:
33 virtual void persToTrans(const PERS* persCont, TRANS* transCont, MsgStream &log);
34 virtual void transToPers(const TRANS* transCont, PERS* persCont, MsgStream &log);
35 virtual Muon::TgcCoinDataContainer* createTransient(const Muon::MuonCoinDataContainer_p1* persObj, MsgStream& log);
36 private:
37 StatusCode initialize(MsgStream &log);
38
40 ToolHandle < Trk::IEventCnvSuperTool > m_eventCnvTool{"Trk::EventCnvSuperTool/EventCnvSuperTool"};
43 };
44
45}
46#endif
47
RpcSectorLogicContainer_p1 PERS
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
The MuonDetectorManager stores the transient representation of the Muon Spectrometer geometry and pro...
A TgcReadoutElement corresponds to a single TGC chamber; therefore typically a TGC station contains s...
const MuonGM::TgcReadoutElement * getReadOutElement(const Identifier &id) const
virtual void persToTrans(const PERS *persCont, TRANS *transCont, MsgStream &log)
virtual void transToPers(const TRANS *transCont, PERS *persCont, MsgStream &log)
ToolHandle< Trk::IEventCnvSuperTool > m_eventCnvTool
Muon::MuonCoinDataContainer_p1 PERS
virtual Muon::TgcCoinDataContainer * createTransient(const Muon::MuonCoinDataContainer_p1 *persObj, MsgStream &log)
Ensure that the Athena extensions are properly loaded.
Definition GeoMuonHits.h:27
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
MuonCoinDataContainer< TgcCoinDataCollection > TgcCoinDataContainer
void initialize()