ATLAS Offline Software
Loading...
Searching...
No Matches
TgcPrepDataContainerCnv_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 TgcPREPDATACONTAINERCNV_P2_H
6#define TgcPREPDATACONTAINERCNV_P2_H
7
11#include "GaudiKernel/ToolHandle.h"
13
14#include <iostream>
15
16class TgcIdHelper;
17
18
19namespace Muon{
22class TgcPrepDataContainerCnv_p2 : public T_AthenaPoolTPCnvBase<Muon::TgcPrepDataContainer, Muon::TgcPrepDataContainer_p2>
23{
24public:
26
27 virtual void persToTrans(const Muon::TgcPrepDataContainer_p2* persCont,
29 MsgStream &log) ;
30 virtual void transToPers(const Muon::TgcPrepDataContainer* transCont,
32 MsgStream &log) ;
33
34 virtual Muon::TgcPrepDataContainer* createTransient(const Muon::TgcPrepDataContainer_p2* persObj, MsgStream& log);
35
36
37private:
39 const TgcIdHelper *m_TgcId{nullptr};
40 ToolHandle < Trk::IEventCnvSuperTool > m_eventCnvTool{"Trk::EventCnvSuperTool/EventCnvSuperTool"};
41 bool m_isInitialized{false};
42 StatusCode initialize(MsgStream &log);
43};
44}
45
46
47#endif
48
49
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
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 transToPers(const Muon::TgcPrepDataContainer *transCont, Muon::TgcPrepDataContainer_p2 *persCont, MsgStream &log)
ToolHandle< Trk::IEventCnvSuperTool > m_eventCnvTool
virtual void persToTrans(const Muon::TgcPrepDataContainer_p2 *persCont, Muon::TgcPrepDataContainer *transCont, MsgStream &log)
virtual Muon::TgcPrepDataContainer * createTransient(const Muon::TgcPrepDataContainer_p2 *persObj, MsgStream &log)
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
MuonPrepDataContainerT< TgcPrepData > TgcPrepDataContainer
MuonPRD_Container_p2< TgcPrepData_p2 > TgcPrepDataContainer_p2
void initialize()