ATLAS Offline Software
Loading...
Searching...
No Matches
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"
11
12class MsgStream;
13
14class EventIDCnv_p1 : public T_AthenaPoolTPCnvConstBase<EventID, EventID_p1> {
15public:
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
This class provides a unique identification for each event, in terms of run/event number and/or a tim...
This class provides persistent representation for EventID.
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const EventID_p1 *persObj, EventID *transObj, MsgStream &log) const override
virtual void transToPers(const EventID *transObj, EventID_p1 *persObj, MsgStream &log) const override
virtual EventID * createTransientConst(const EventID_p1 *persObj, MsgStream &log) const override
This class provides a unique identification for each event, in terms of run/event number and/or a tim...
Definition EventID.h:35
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.