ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Event
EventTPCnv
EventTPCnv
PileUpEventInfoCnv_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_PILEUPEVENTINFOCNV_P1_H
6
#define EVENTATHENAPOOL_PILEUPEVENTINFOCNV_P1_H
7
8
#include "
EventInfo/PileUpEventInfo.h
"
9
#include "
EventTPCnv/PileUpEventInfo_p1.h
"
10
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
11
12
class
MsgStream;
13
class
PileUpEventInfoCnv_p1
:
public
T_AthenaPoolTPCnvConstBase
<PileUpEventInfo, PileUpEventInfo_p1> {
14
public
:
15
PileUpEventInfoCnv_p1
() {}
16
using
base_class::persToTrans
;
17
using
base_class::transToPers
;
18
19
virtual
void
persToTrans
(
const
PileUpEventInfo_p1
* persObj,
PileUpEventInfo
* transObj, MsgStream &log)
const override
;
20
virtual
void
transToPers
(
const
PileUpEventInfo
* transObj,
PileUpEventInfo_p1
* persObj, MsgStream &log)
const override
;
21
};
22
23
template
<>
24
class
T_TPCnv
<
PileUpEventInfo
,
PileUpEventInfo_p1
>
25
:
public
PileUpEventInfoCnv_p1
26
{
27
public
:
28
};
29
30
#endif
PileUpEventInfo.h
This class provides information about an overlaid event.
PileUpEventInfo_p1.h
This class is the persistent representation of PileUpEventInfo_p1.
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
PileUpEventInfoCnv_p1::persToTrans
virtual void persToTrans(const PileUpEventInfo_p1 *persObj, PileUpEventInfo *transObj, MsgStream &log) const override
Definition
PileUpEventInfoCnv_p1.cxx:32
PileUpEventInfoCnv_p1::transToPers
virtual void transToPers(const PileUpEventInfo *transObj, PileUpEventInfo_p1 *persObj, MsgStream &log) const override
Definition
PileUpEventInfoCnv_p1.cxx:16
PileUpEventInfoCnv_p1::PileUpEventInfoCnv_p1
PileUpEventInfoCnv_p1()
Definition
PileUpEventInfoCnv_p1.h:15
PileUpEventInfo_p1
Definition
PileUpEventInfo_p1.h:20
PileUpEventInfo
This class provides information about an overlaid event.
Definition
PileUpEventInfo.h:38
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