ATLAS Offline Software
LArCaliWaveSubsetCnv_p3.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_LARcaliWAVEsubsetCNV_P3_H
6 #define LARCONDTPCNV_LARcaliWAVEsubsetCNV_P3_H
7 
12 
13 class MsgStream;
14 
16 
18  : public T_AthenaPoolTPCnvConstBase<LArCWTransType, LArCaliWaveSubset_p3 >
19 {
20 public:
23 
25  virtual void persToTrans(const LArCaliWaveSubset_p3* persObj, LArCWTransType* transObj, MsgStream &log) const override;
26  virtual void transToPers(const LArCWTransType* transObj, LArCaliWaveSubset_p3* persObj, MsgStream &log) const override;
27 
28 };
29 
30 #endif
LArCaliWaveSubset_p3.h
This file defines the class used for persistent container of LArCaliWave.
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
LArCaliWaveSubsetCnv_p3
Definition: LArCaliWaveSubsetCnv_p3.h:19
LArCaliWaveSubsetCnv_p3::LArCaliWaveSubsetCnv_p3
LArCaliWaveSubsetCnv_p3()
Definition: LArCaliWaveSubsetCnv_p3.h:24
LArCaliWave.h
LArCaliWaveSubsetCnv_p3::transToPers
virtual void transToPers(const LArCWTransType *transObj, LArCaliWaveSubset_p3 *persObj, MsgStream &log) const override
Definition: LArCaliWaveSubsetCnv_p3.cxx:161
T_AthenaPoolTPConverter.h
LArCaliWaveSubset_p3
persistent class container of LArCaliWave data.
Definition: LArCaliWaveSubset_p3.h:27
LArCaliWaveSubsetCnv_p3::persToTrans
virtual void persToTrans(const LArCaliWaveSubset_p3 *persObj, LArCWTransType *transObj, MsgStream &log) const override
Definition: LArCaliWaveSubsetCnv_p3.cxx:10
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.
LArCWTransType
LArConditionsSubset< LArCaliWaveVec > LArCWTransType
Definition: LArCaliWaveSubsetCnv_p3.h:13
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
TPConverterConstBase
Definition: TPConverter.h:776