ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Event
EventTPCnv
EventTPCnv
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
13
14
#include "
EventInfo/EventStreamInfo.h
"
15
#include "
EventTPCnv/EventStreamInfo_p3.h
"
16
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
17
18
class
MsgStream;
19
23
class
EventStreamInfoCnv_p3
:
public
T_AthenaPoolTPCnvConstBase
<EventStreamInfo, EventStreamInfo_p3> {
24
public
:
25
EventStreamInfoCnv_p3
() {}
26
using
base_class::persToTrans
;
27
using
base_class::transToPers
;
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
<>
34
class
T_TPCnv
<
EventStreamInfo
,
EventStreamInfo_p3
> :
public
EventStreamInfoCnv_p3
{
35
public
:
36
};
37
38
#endif
EventStreamInfo.h
This file contains the class definition for the EventStreamInfo class.
EventStreamInfo_p3.h
This file contains the class definition for the EventStreamInfo_p3 class.
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
EventStreamInfoCnv_p3::EventStreamInfoCnv_p3
EventStreamInfoCnv_p3()
Definition
EventStreamInfoCnv_p3.h:25
EventStreamInfoCnv_p3::persToTrans
virtual void persToTrans(const EventStreamInfo_p3 *persObj, EventStreamInfo *transObj, MsgStream &log) const override
Definition
EventStreamInfoCnv_p3.cxx:19
EventStreamInfoCnv_p3::transToPers
virtual void transToPers(const EventStreamInfo *transObj, EventStreamInfo_p3 *persObj, MsgStream &log) const override
Definition
EventStreamInfoCnv_p3.cxx:38
EventStreamInfo_p3
This class is the persistent representation of EventStreamInfo.
Definition
EventStreamInfo_p3.h:22
EventStreamInfo
This class provides the summary information stored for data written as a Event Stream.
Definition
EventStreamInfo.h:28
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
T_TPCnv
Definition
T_AthenaPoolTPConverter.h:17
Generated on
for ATLAS Offline Software by
1.17.0