ATLAS Offline Software
Loading...
Searching...
No Matches
RpcCoinDataContainerCnv_p1.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 RpcCOINDATACONTAINERCNV_P1_H
7#define RpcCOINDATACONTAINERCNV_P1_H
8
9//-----------------------------------------------------------------------------
10//
11// file: RpcCoinDataContainerCnv_p1.h
12//
13//-----------------------------------------------------------------------------
14
16
19#include "RpcCoinData_p1.h"
20
21
22namespace MuonGM{ class MuonDetectorManager;}
23
24class MsgStream;
25class RpcIdHelper;
26
27namespace Muon{
28 class RpcCoinDataContainerCnv_p1 : public T_AthenaPoolTPCnvBase< Muon::RpcCoinDataContainer, Muon::MuonPRD_Container_p2<RpcCoinData_p1> >
29
30 {
31 public:
35 virtual void persToTrans(const PERS* persCont, TRANS* transCont, MsgStream &log);
36 virtual void transToPers(const TRANS* transCont, PERS* persCont, MsgStream &log);
37 virtual TRANS* createTransient(const PERS* persObj, MsgStream& log);
38 private:
39 StatusCode initialize(MsgStream &log);
40
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...
Class to contain the Muon Prep Raw Data.
Muon::MuonPRD_Container_p2< RpcCoinData_p1 > PERS
const MuonGM::MuonDetectorManager * m_muonDetMgr
virtual TRANS * createTransient(const PERS *persObj, MsgStream &log)
virtual void persToTrans(const PERS *persCont, TRANS *transCont, MsgStream &log)
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< RpcCoinDataCollection > RpcCoinDataContainer
void initialize()