ATLAS Offline Software
Loading...
Searching...
No Matches
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
11class MsgStream;
12class TBADCRawCont;
13
14
15class TBADCRawContCnv_p1 : public T_AthenaPoolTPCnvConstBase<TBADCRawCont, TBADCRawCont_p1>
16{
17public:
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
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const TBADCRawCont *trans, TBADCRawCont_p1 *pers, MsgStream &log) const override
virtual void persToTrans(const TBADCRawCont_p1 *pers, TBADCRawCont *trans, MsgStream &log) const override
"TBEvent/TBADCRawCont.h"
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.