ATLAS Offline Software
Loading...
Searching...
No Matches
EventStreamInfoCnv_p1.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_P1_H
6#define EVENTATHENAPOOL_EVENTSTREAMINFOCNV_P1_H
7
13
17
18class MsgStream;
19
23class EventStreamInfoCnv_p1 : public T_AthenaPoolTPCnvConstBase<EventStreamInfo, EventStreamInfo_p1> {
24public:
28
29 virtual void persToTrans(const EventStreamInfo_p1* persObj, EventStreamInfo* transObj, MsgStream &log) const override;
30 virtual void transToPers(const EventStreamInfo* transObj, EventStreamInfo_p1* persObj, MsgStream &log) const override;
31};
32
33template<>
37
38#endif
This file contains the class definition for the EventStreamInfo class.
This file contains the class definition for the EventStreamInfo_p1 class.
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const EventStreamInfo_p1 *persObj, EventStreamInfo *transObj, MsgStream &log) const override
virtual void transToPers(const EventStreamInfo *transObj, EventStreamInfo_p1 *persObj, MsgStream &log) const override
This class is the persistent representation of EventStreamInfo.
This class provides the summary information stored for data written as a Event Stream.
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.