ATLAS Offline Software
EventStreamInfoCnv_p3.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef EVENTATHENAPOOL_EVENTSTREAMINFOCNV_P3_H
6 #define EVENTATHENAPOOL_EVENTSTREAMINFOCNV_P3_H
7 
17 
18 class MsgStream;
19 
23 class EventStreamInfoCnv_p3 : public T_AthenaPoolTPCnvConstBase<EventStreamInfo, EventStreamInfo_p3> {
24 public:
28 
29  virtual void persToTrans(const EventStreamInfo_p3* persObj, EventStreamInfo* transObj, MsgStream &log) const override;
30  virtual void transToPers(const EventStreamInfo* transObj, EventStreamInfo_p3* persObj, MsgStream &log) const override;
31 };
32 
33 template<>
35 public:
36 };
37 
38 #endif
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
EventStreamInfoCnv_p3::EventStreamInfoCnv_p3
EventStreamInfoCnv_p3()
Definition: EventStreamInfoCnv_p3.h:25
EventStreamInfo.h
This file contains the class definition for the EventStreamInfo class.
EventStreamInfo_p3
This class is the persistent representation of EventStreamInfo.
Definition: EventStreamInfo_p3.h:22
EventStreamInfoCnv_p3::persToTrans
virtual void persToTrans(const EventStreamInfo_p3 *persObj, EventStreamInfo *transObj, MsgStream &log) const override
Definition: EventStreamInfoCnv_p3.cxx:19
EventStreamInfoCnv_p3
This class provides the converter to customize the saving of EventStreamInfo_p3.
Definition: EventStreamInfoCnv_p3.h:23
T_AthenaPoolTPConverter.h
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
EventStreamInfo
This class provides the summary information stored for data written as a Event Stream.
Definition: EventStreamInfo.h:28
EventStreamInfoCnv_p3::transToPers
virtual void transToPers(const EventStreamInfo *transObj, EventStreamInfo_p3 *persObj, MsgStream &log) const override
Definition: EventStreamInfoCnv_p3.cxx:38
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
EventStreamInfo_p3.h
This file contains the class definition for the EventStreamInfo_p3 class.
TPConverterConstBase
Definition: TPConverter.h:776
T_TPCnv
Definition: T_AthenaPoolTPConverter.h:17