ATLAS Offline Software
LArTTCellMapCnv.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LArTTCellMapCnv_H
6 #define LArTTCellMapCnv_H
7 
10 
11 #include <string>
12 
14 
19 {
20  friend class CnvFactory<LArTTCellMapCnv>;
21 public:
22  LArTTCellMapCnv(ISvcLocator* svcloc);
23  virtual ~LArTTCellMapCnv();
24 
26  virtual StatusCode initialize();
27 
29  virtual StatusCode transToPers(LArTTCellMap* obj, LArTTCell_P*& persObj);
30  virtual StatusCode persToTrans(LArTTCellMap*& transObj, LArTTCell_P* obj);
31 
32 };
33 
34 #endif
LArTTCellMapCnv::~LArTTCellMapCnv
virtual ~LArTTCellMapCnv()
Definition: LArTTCellMapCnv.cxx:21
LArTTCellMapCnv
Create derived converter to customize the saving of MyClass.
Definition: LArTTCellMapCnv.h:19
LArTTCellMapCnvBase
T_AthenaPoolCustCnv< LArTTCellMap, LArTTCell_P > LArTTCellMapCnvBase
Definition: LArTTCellMapCnv.h:13
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.
LArTTCellMapCnv::persToTrans
virtual StatusCode persToTrans(LArTTCellMap *&transObj, LArTTCell_P *obj)
Definition: LArTTCellMapCnv.cxx:57
LArTTCellMap.h
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
LArTTCellMapCnv::transToPers
virtual StatusCode transToPers(LArTTCellMap *obj, LArTTCell_P *&persObj)
Extend base-class conversion method.
Definition: LArTTCellMapCnv.cxx:40
LArTTCell_P
This is a database object holding the offline TT-cell map.
Definition: LArTTCell_P.h:23
LArTTCellMap
This is a StoreGate object holding the offline TT-cell map.
Definition: LArTTCellMap.h:29
LArTTCellMapCnv::initialize
virtual StatusCode initialize()
initialization
Definition: LArTTCellMapCnv.cxx:25
python.PyAthena.obj
obj
Definition: PyAthena.py:135
LArTTCellMapCnv::LArTTCellMapCnv
LArTTCellMapCnv(ISvcLocator *svcloc)
Definition: LArTTCellMapCnv.cxx:15