ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Event
EventTPCnv
EventTPCnv
EventIDCnv_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_EVENTIDCNV_P1_H
6
#define EVENTATHENAPOOL_EVENTIDCNV_P1_H
7
8
#include "
EventInfo/EventID.h
"
9
#include "
EventTPCnv/EventID_p1.h
"
10
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
11
12
class
MsgStream;
13
14
class
EventIDCnv_p1
:
public
T_AthenaPoolTPCnvConstBase
<EventID, EventID_p1> {
15
public
:
16
EventIDCnv_p1
() {}
17
using
base_class::persToTrans
;
18
using
base_class::transToPers
;
19
20
virtual
void
persToTrans
(
const
EventID_p1
* persObj,
EventID
* transObj, MsgStream &log)
const override
;
21
virtual
void
transToPers
(
const
EventID
* transObj,
EventID_p1
* persObj, MsgStream &log)
const override
;
22
23
virtual
EventID
*
createTransientConst
(
const
EventID_p1
* persObj, MsgStream& log)
const override
;
24
};
25
26
#endif
EventID.h
This class provides a unique identification for each event, in terms of run/event number and/or a tim...
EventID_p1.h
This class provides persistent representation for EventID.
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
EventIDCnv_p1::persToTrans
virtual void persToTrans(const EventID_p1 *persObj, EventID *transObj, MsgStream &log) const override
Definition
EventIDCnv_p1.cxx:21
EventIDCnv_p1::transToPers
virtual void transToPers(const EventID *transObj, EventID_p1 *persObj, MsgStream &log) const override
Definition
EventIDCnv_p1.cxx:8
EventIDCnv_p1::EventIDCnv_p1
EventIDCnv_p1()
Definition
EventIDCnv_p1.h:16
EventIDCnv_p1::createTransientConst
virtual EventID * createTransientConst(const EventID_p1 *persObj, MsgStream &log) const override
Definition
EventIDCnv_p1.cxx:34
EventID_p1
Definition
EventID_p1.h:17
EventID
This class provides a unique identification for each event, in terms of run/event number and/or a tim...
Definition
EventID.h:35
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.
Generated on
for ATLAS Offline Software by
1.17.0