ATLAS Offline Software
CaloTTOnAttrIdMapCnv.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 CaloTTOnAttrIdMapCnv_H
12 #define CaloTTOnAttrIdMapCnv_H
13 
16 
18 
23 {
24  friend class CnvFactory<CaloTTOnAttrIdMapCnv>;
25 public:
26  CaloTTOnAttrIdMapCnv(ISvcLocator* svcloc);
27  virtual ~CaloTTOnAttrIdMapCnv();
28 
30  virtual StatusCode initialize();
31 
35 
36 };
37 
38 #endif
39 
CaloTTOnAttrIdMapCnv::initialize
virtual StatusCode initialize()
initialization
Definition: CaloTTOnAttrIdMapCnv.cxx:30
CaloTTOnAttrIdMapCnvBase
T_AthenaPoolCustCnv< CaloTTOnAttrIdMap, CaloTTOnAttrId_P > CaloTTOnAttrIdMapCnvBase
Definition: CaloTTOnAttrIdMapCnv.h:17
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.
CaloTTOnAttrIdMapCnv::~CaloTTOnAttrIdMapCnv
virtual ~CaloTTOnAttrIdMapCnv()
Definition: CaloTTOnAttrIdMapCnv.cxx:26
CaloTTOnAttrIdMapCnv
Create derived converter to customize the saving of MyClass.
Definition: CaloTTOnAttrIdMapCnv.h:23
CaloTTOnAttrIdMap
Definition: CaloTTOnAttrIdMap.h:33
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
CaloTTOnAttrIdMapCnv::transToPers
virtual StatusCode transToPers(CaloTTOnAttrIdMap *obj, CaloTTOnAttrId_P *&persObj)
Extend base-class conversion method.
Definition: CaloTTOnAttrIdMapCnv.cxx:45
CaloTTOnAttrId_P
This is a database object holding the TT online-attribute map.
Definition: CaloTTOnAttrId_P.h:22
CaloTTOnAttrIdMapCnv::CaloTTOnAttrIdMapCnv
CaloTTOnAttrIdMapCnv(ISvcLocator *svcloc)
Definition: CaloTTOnAttrIdMapCnv.cxx:20
python.PyAthena.obj
obj
Definition: PyAthena.py:135
CaloTTOnAttrIdMapCnv::persToTrans
virtual StatusCode persToTrans(CaloTTOnAttrIdMap *&transObj, CaloTTOnAttrId_P *obj)
Definition: CaloTTOnAttrIdMapCnv.cxx:62
CaloTTOnAttrIdMap.h