ATLAS Offline Software
TBADCRawContCnv_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TBTPCNV_TBADCRAWCONTCNV_P1
6 #define TBTPCNV_TBADCRAWCONTCNV_P1
7 
10 
11 class MsgStream;
12 class TBADCRawCont;
13 
14 
15 class TBADCRawContCnv_p1 : public T_AthenaPoolTPCnvConstBase<TBADCRawCont, TBADCRawCont_p1>
16 {
17 public:
20 
21 
23 
24  virtual void persToTrans(const TBADCRawCont_p1* pers, TBADCRawCont* trans, MsgStream &log) const override;
25  virtual void transToPers(const TBADCRawCont* trans, TBADCRawCont_p1* pers, MsgStream &log) const override;
26 };
27 
28 
29 
30 #endif
31 
32 
TBADCRawCont_p1
Definition: TBADCRawCont_p1.h:15
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
TBADCRawContCnv_p1
Definition: TBADCRawContCnv_p1.h:16
TBADCRawContCnv_p1::TBADCRawContCnv_p1
TBADCRawContCnv_p1()
Definition: TBADCRawContCnv_p1.h:22
T_AthenaPoolTPConverter.h
TBADCRawCont_p1.h
TBADCRawContCnv_p1::transToPers
virtual void transToPers(const TBADCRawCont *trans, TBADCRawCont_p1 *pers, MsgStream &log) const override
Definition: TBADCRawContCnv_p1.cxx:40
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
TPConverterConstBase
Definition: TPConverter.h:776
TBADCRawCont
Definition: TBADCRawCont.h:20
TBADCRawContCnv_p1::persToTrans
virtual void persToTrans(const TBADCRawCont_p1 *pers, TBADCRawCont *trans, MsgStream &log) const override
Definition: TBADCRawContCnv_p1.cxx:13