ATLAS Offline Software
LArPhysWaveSubsetCnv_p1.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_LARphysWAVEsubsetCNV_P1_H
6 #define LARCONDTPCNV_LARphysWAVEsubsetCNV_P1_H
7 
12 
13 class MsgStream;
14 
17 
19  : public T_AthenaPoolTPCnvConstBase<LArPWTransType, LArPWPersType >
20 {
21 public:
24 
26  virtual void persToTrans(const LArPWPersType* persObj, LArPWTransType* transObj, MsgStream &log) const override;
27  virtual void transToPers(const LArPWTransType* transObj, LArPWPersType* persObj, MsgStream &log) const override;
28 };
29 
30 #endif
LArPhysWaveSubset_p1
persistent class container of LArPhysWave data.
Definition: LArPhysWaveSubset_p1.h:28
LArPWPersType
LArPhysWaveSubset_p1 LArPWPersType
Definition: LArPhysWaveSubsetCnv_p1.h:16
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
LArPhysWave.h
LArPhysWaveSubsetCnv_p1::LArPhysWaveSubsetCnv_p1
LArPhysWaveSubsetCnv_p1()
Definition: LArPhysWaveSubsetCnv_p1.h:25
LArPhysWaveSubset_p1.h
This file defines the class used for persistent container of LArPhysWave.
T_AthenaPoolTPConverter.h
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.
LArPhysWaveSubsetCnv_p1
Definition: LArPhysWaveSubsetCnv_p1.h:20
LArPWTransType
LArConditionsSubset< LArPhysWave > LArPWTransType
Definition: LArPhysWaveSubsetCnv_p1.h:13
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
LArPhysWaveSubsetCnv_p1::transToPers
virtual void transToPers(const LArPWTransType *transObj, LArPWPersType *persObj, MsgStream &log) const override
Definition: LArPhysWaveSubsetCnv_p1.cxx:139
LArPhysWaveSubsetCnv_p1::persToTrans
virtual void persToTrans(const LArPWPersType *persObj, LArPWTransType *transObj, MsgStream &log) const override
Definition: LArPhysWaveSubsetCnv_p1.cxx:9
TPConverterConstBase
Definition: TPConverter.h:776