ATLAS Offline Software
LArShapeSubsetCnv_p2.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARCONDTPCNV_LARSHAPESUBSETCNV_P2_H
6 #define LARCONDTPCNV_LARSHAPESUBSETCNV_P2_H
7 
12 
13 class MsgStream;
14 
17 
19  : public T_AthenaPoolTPCnvConstBase<LArShapeTransType2, LArShapePersType2 >
20 {
21 public:
24 
26  virtual void persToTrans(const LArShapePersType2* persObj, LArShapeTransType2* transObj, MsgStream &log) const override;
27  virtual void transToPers(const LArShapeTransType2* transObj, LArShapePersType2* persObj, MsgStream &log) const override;
28 
29 };
30 
31 #endif
LArShapeSubsetCnv_p2::LArShapeSubsetCnv_p2
LArShapeSubsetCnv_p2()
Definition: LArShapeSubsetCnv_p2.h:25
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
LArShapeSubsetCnv_p2::persToTrans
virtual void persToTrans(const LArShapePersType2 *persObj, LArShapeTransType2 *transObj, MsgStream &log) const override
Definition: LArShapeSubsetCnv_p2.cxx:9
LArShapeSubsetCnv_p2
Definition: LArShapeSubsetCnv_p2.h:20
LArShapePersType2
LArShapeSubset_p2 LArShapePersType2
Definition: LArShapeSubsetCnv_p2.h:16
LArShapeSubsetCnv_p2::transToPers
virtual void transToPers(const LArShapeTransType2 *transObj, LArShapePersType2 *persObj, MsgStream &log) const override
Definition: LArShapeSubsetCnv_p2.cxx:167
T_AthenaPoolTPConverter.h
LArShapeSubset_p2
persistent class container of LArConditionsSubset for LArShape data.
Definition: LArShapeSubset_p2.h:30
LArShapeSubset_p2.h
This file defines the class used for persistent container of LArShapeSubset.
LArShapeTransType2
LArConditionsSubset< LArShapeP2 > LArShapeTransType2
Definition: LArShapeSubsetCnv_p2.h:13
LArConditionsSubset
template class for use for I/O of conditions data
Definition: LArConditionsSubset.h:122
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
LArConditionsSubset.h
This file defines the template class used for I/O of conditions data.
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
TPConverterConstBase
Definition: TPConverter.h:776
LArShapeP2.h