ATLAS Offline Software
PileUpEventInfoCnv_p4.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_P4_H
6 #define EVENTATHENAPOOL_PILEUPEVENTINFOCNV_P4_H
7 
11 
12 class MsgStream;
13 class PileUpEventInfoCnv_p4 : public T_AthenaPoolTPCnvConstBase<PileUpEventInfo, PileUpEventInfo_p4> {
14 public:
18 
19  virtual void persToTrans(const PileUpEventInfo_p4* persObj, PileUpEventInfo* transObj, MsgStream &log) const override;
20  virtual void transToPers(const PileUpEventInfo* transObj, PileUpEventInfo_p4* persObj, MsgStream &log) const override;
21 };
22 
23 template<>
25  : public PileUpEventInfoCnv_p4
26 {
27 public:
28 };
29 
30 #endif
PileUpEventInfo.h
This class provides information about an overlaid event. It extends EventInfo with a list of sub-evts...
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
PileUpEventInfoCnv_p4::PileUpEventInfoCnv_p4
PileUpEventInfoCnv_p4()
Definition: PileUpEventInfoCnv_p4.h:15
PileUpEventInfoCnv_p4
Definition: PileUpEventInfoCnv_p4.h:13
PileUpEventInfo_p4
Definition: PileUpEventInfo_p4.h:20
T_AthenaPoolTPConverter.h
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
PileUpEventInfo
This class provides information about an overlaid event. It extends EventInfo with a list of sub-evts...
Definition: PileUpEventInfo.h:37
PileUpEventInfoCnv_p4::persToTrans
virtual void persToTrans(const PileUpEventInfo_p4 *persObj, PileUpEventInfo *transObj, MsgStream &log) const override
Definition: PileUpEventInfoCnv_p4.cxx:27
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
PileUpEventInfo_p4.h
This class is the persistent representation of PileUpEventInfo_p4.
PileUpEventInfoCnv_p4::transToPers
virtual void transToPers(const PileUpEventInfo *transObj, PileUpEventInfo_p4 *persObj, MsgStream &log) const override
Definition: PileUpEventInfoCnv_p4.cxx:11
TPConverterConstBase
Definition: TPConverter.h:776
T_TPCnv
Definition: T_AthenaPoolTPConverter.h:17