ATLAS Offline Software
LArSingleFloatSubsetCnv_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 //Dear emacs, this is -*-c++-*-
6 #ifndef LARCONDTPCNV_LARSINGLEFLOATSUBSETCNV_P1_H
7 #define LARCONDTPCNV_LARSINGLEFLOATSUBSETCNV_P1_H
8 
13 
14 class MsgStream;
15 
18 
20  : public T_AthenaPoolTPCnvConstBase<SingleFloatTransType,SingleFloatPersType>
21 {
22 public:
25 
27  virtual void persToTrans(const SingleFloatPersType* persObj, SingleFloatTransType* transObj, MsgStream &log) const override;
28  virtual void transToPers(const SingleFloatTransType* transObj, SingleFloatPersType* persObj, MsgStream &log) const override;
29 };
30 
31 
32 
33 #endif
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
LArSingleFloatP.h
LArSingleFloatSubsetCnv_p1::LArSingleFloatSubsetCnv_p1
LArSingleFloatSubsetCnv_p1()
Definition: LArSingleFloatSubsetCnv_p1.h:26
SingleFloatPersType
LArSingleFloatSubset_p1 SingleFloatPersType
Definition: LArSingleFloatSubsetCnv_p1.h:17
T_AthenaPoolTPConverter.h
LArSingleFloatSubsetCnv_p1::persToTrans
virtual void persToTrans(const SingleFloatPersType *persObj, SingleFloatTransType *transObj, MsgStream &log) const override
Definition: LArSingleFloatSubsetCnv_p1.cxx:11
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.
LArSingleFloatSubset_p1.h
This file defines the class used for persistent container of LArSingleFloatSubset.
LArConditionsSubset.h
This file defines the template class used for I/O of conditions data.
SingleFloatTransType
LArConditionsSubset< LArSingleFloatP > SingleFloatTransType
Definition: LArSingleFloatSubsetCnv_p1.h:14
LArSingleFloatSubsetCnv_p1
Definition: LArSingleFloatSubsetCnv_p1.h:21
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
LArSingleFloatSubsetCnv_p1::transToPers
virtual void transToPers(const SingleFloatTransType *transObj, SingleFloatPersType *persObj, MsgStream &log) const override
Definition: LArSingleFloatSubsetCnv_p1.cxx:62
LArSingleFloatSubset_p1
persistent class container of LArConditionsSubset for LArSingleFloat data.
Definition: LArSingleFloatSubset_p1.h:30
TPConverterConstBase
Definition: TPConverter.h:776