ATLAS Offline Software
Loading...
Searching...
No Matches
TgcCoinDataContainerCnv_p3.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/* Takashi Kubota - June 30, 2008 */
6#ifndef TGCCOINDATACONTAINERCNV_P3_H
7#define TGCCOINDATACONTAINERCNV_P3_H
8
9//-----------------------------------------------------------------------------
10//
11// file: TgcCoinDataContainerCnv_p3.h
12//
13//-----------------------------------------------------------------------------
14
16
20
21namespace MuonGM{ class MuonDetectorManager;}
22
23class MsgStream;
24class TgcIdHelper;
25
26namespace Muon{
27 class TgcCoinDataContainerCnv_p3 : public T_AthenaPoolTPCnvBase< Muon::TgcCoinDataContainer, Muon::MuonCoinDataContainer_p1 >
28
29 {
30 public:
34 virtual void persToTrans(const PERS* persCont, TRANS* transCont, MsgStream &log);
35 virtual void transToPers(const TRANS* transCont, PERS* persCont, MsgStream &log);
36 virtual Muon::TgcCoinDataContainer* createTransient(const Muon::MuonCoinDataContainer_p1* persObj, MsgStream& log);
37 private:
38 StatusCode initialize(MsgStream &log);
39
41 ToolHandle < Trk::IEventCnvSuperTool > m_eventCnvTool{"Trk::EventCnvSuperTool/EventCnvSuperTool"};
44 };
45
46}
47#endif
48
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...
ToolHandle< Trk::IEventCnvSuperTool > m_eventCnvTool
virtual void persToTrans(const PERS *persCont, TRANS *transCont, MsgStream &log)
Muon::MuonCoinDataContainer_p1 PERS
virtual Muon::TgcCoinDataContainer * createTransient(const Muon::MuonCoinDataContainer_p1 *persObj, MsgStream &log)
const MuonGM::TgcReadoutElement * getReadOutElement(const Identifier &id) const
virtual void transToPers(const TRANS *transCont, PERS *persCont, 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()