ATLAS Offline Software
TileTTL1CellCnv_p1.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // TileTTL1CellCnv_p1.h
8 // Transient/Persistent converter for TileTTL1Cell class
9 // Author: Alexander Solodkov <Sanya.Solodkov@cern.ch>
10 // Date: June 2009
12 #ifndef TILETPCNV_TILETTL1CELLCNV_P1_H
13 #define TILETPCNV_TILETTL1CELLCNV_P1_H
14 
15 // AthenaPoolCnvSvc includes
17 
18 // TileTPCnv includes
20 
21 // TileEvent includes
22 #include "TileEvent/TileTTL1Cell.h"
23 
24 class MsgStream;
25 
26 class TileTTL1CellCnv_p1 : public T_AthenaPoolTPCnvConstBase<TileTTL1Cell, TileTTL1Cell_p1> {
27 
28 public:
31 
32 
36 
40  virtual void persToTrans(const TileTTL1Cell_p1* persObj, TileTTL1Cell* transObj, MsgStream &log) const override;
41 
45  virtual void transToPers(const TileTTL1Cell* transObj, TileTTL1Cell_p1* persObj, MsgStream &log) const override;
46 
47 };
48 
49 #endif //> TILETPCNV_TILETTL1CELLCNV_P1_H
TileTTL1CellCnv_p1
Definition: TileTTL1CellCnv_p1.h:26
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
TileTTL1Cell
Definition: TileTTL1Cell.h:37
TileTTL1CellCnv_p1::TileTTL1CellCnv_p1
TileTTL1CellCnv_p1()
Default constructor:
Definition: TileTTL1CellCnv_p1.h:35
TileTTL1Cell_p1.h
T_AthenaPoolTPConverter.h
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
TileTTL1Cell.h
TileTTL1CellCnv_p1::transToPers
virtual void transToPers(const TileTTL1Cell *transObj, TileTTL1Cell_p1 *persObj, MsgStream &log) const override
Method creating the persistent representation TileTTL1Cell_p1 from its transient representation TileT...
Definition: TileTTL1CellCnv_p1.cxx:29
TileTTL1Cell_p1
Definition: TileTTL1Cell_p1.h:20
TileTTL1CellCnv_p1::persToTrans
virtual void persToTrans(const TileTTL1Cell_p1 *persObj, TileTTL1Cell *transObj, MsgStream &log) const override
Method creating the transient representation TileTTL1Cell from its persistent representation TileTTL1...
Definition: TileTTL1CellCnv_p1.cxx:18
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
TPConverterConstBase
Definition: TPConverter.h:776