ATLAS Offline Software
CaloTTPpmRxIdMapCnv.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
11 #ifndef CaloTTPpmRxIdMapCnv_H
12 #define CaloTTPpmRxIdMapCnv_H
13 
16 
18 
23 {
24  friend class CnvFactory<CaloTTPpmRxIdMapCnv>;
25 public:
26  CaloTTPpmRxIdMapCnv(ISvcLocator* svcloc);
27  virtual ~CaloTTPpmRxIdMapCnv();
28 
30  virtual StatusCode initialize();
31 
35 
36 };
37 
38 #endif
39 
CaloTTPpmRxIdMapCnv
Create derived converter to customize the saving of MyClass.
Definition: CaloTTPpmRxIdMapCnv.h:23
CaloTTPpmRxIdMapCnv::persToTrans
virtual StatusCode persToTrans(CaloTTPpmRxIdMap *&transObj, CaloTTPpmRxId_P *obj)
Definition: CaloTTPpmRxIdMapCnv.cxx:62
CaloTTPpmRxIdMapCnv::transToPers
virtual StatusCode transToPers(CaloTTPpmRxIdMap *obj, CaloTTPpmRxId_P *&persObj)
Extend base-class conversion method.
Definition: CaloTTPpmRxIdMapCnv.cxx:45
CaloTTPpmRxIdMapCnvBase
T_AthenaPoolCustCnv< CaloTTPpmRxIdMap, CaloTTPpmRxId_P > CaloTTPpmRxIdMapCnvBase
Definition: CaloTTPpmRxIdMapCnv.h:17
CaloTTPpmRxIdMapCnv::~CaloTTPpmRxIdMapCnv
virtual ~CaloTTPpmRxIdMapCnv()
Definition: CaloTTPpmRxIdMapCnv.cxx:26
CaloTTPpmRxIdMap.h
T_AthenaPoolCustCnv
This templated class provides the converter to translate an object to/from its persistent POOL repres...
Definition: T_AthenaPoolCustCnv.h:35
T_AthenaPoolCustCnv.h
his file contains the class definition for the templated T_AthenaPoolCustCnv class.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
CnvFactory
Abstract factory to create the converter.
Definition: ToyConverter.h:16
CaloTTPpmRxId_P
This is a database object holding the TT PPM to RX channels map.
Definition: CaloTTPpmRxId_P.h:22
CaloTTPpmRxIdMapCnv::initialize
virtual StatusCode initialize()
initialization
Definition: CaloTTPpmRxIdMapCnv.cxx:30
CaloTTPpmRxIdMap
This is a StoreGate object holding the TT PPM to RX channels map.
Definition: CaloTTPpmRxIdMap.h:27
python.PyAthena.obj
obj
Definition: PyAthena.py:135
CaloTTPpmRxIdMapCnv::CaloTTPpmRxIdMapCnv
CaloTTPpmRxIdMapCnv(ISvcLocator *svcloc)
Definition: CaloTTPpmRxIdMapCnv.cxx:20