ATLAS Offline Software
Loading...
Searching...
No Matches
PileUpEventInfoCnv_p2.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_P2_H
6#define EVENTATHENAPOOL_PILEUPEVENTINFOCNV_P2_H
7
11
12class MsgStream;
13class PileUpEventInfoCnv_p2 : public T_AthenaPoolTPCnvConstBase<PileUpEventInfo, PileUpEventInfo_p2> {
14public:
18
19 virtual void persToTrans(const PileUpEventInfo_p2* persObj, PileUpEventInfo* transObj, MsgStream &log) const override;
20 virtual void transToPers(const PileUpEventInfo* transObj, PileUpEventInfo_p2* persObj, MsgStream &log) const override;
21};
22
23template<>
26{
27public:
28};
29
30#endif
This class provides information about an overlaid event.
This class is the persistent representation of PileUpEventInfo_p2.
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const PileUpEventInfo *transObj, PileUpEventInfo_p2 *persObj, MsgStream &log) const override
virtual void persToTrans(const PileUpEventInfo_p2 *persObj, PileUpEventInfo *transObj, MsgStream &log) const override
This class provides information about an overlaid event.
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.