ATLAS Offline Software
EventBookkeeperCnv_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // Author: David Cote <david.cote@cern.ch>
6 #ifndef EVENTBOOKKEEPERCNV_P1_H
7 #define EVENTBOOKKEEPERCNV_P1_H
8 
12 
13 class MsgStream;
14 class EventBookkeeperCnv_p1 : public T_AthenaPoolTPCnvBase<EventBookkeeper, EventBookkeeper_p1> {
15  public:
17  virtual void persToTrans(const EventBookkeeper_p1* persObj, EventBookkeeper* transObj, MsgStream &log);
18  virtual void transToPers(const EventBookkeeper* transObj, EventBookkeeper_p1* persObj, MsgStream &log);
19 };
20 
21 template<>
23  : public EventBookkeeperCnv_p1
24 {
25 public:
26 };
27 
28 #endif // EVENTBOOKKEEPERCNV_P1_H
TPConverterBase
Definition: TPConverter.h:738
EventBookkeeperCnv_p1
Definition: EventBookkeeperCnv_p1.h:14
EventBookkeeper.h
EventBookkeeperCnv_p1::transToPers
virtual void transToPers(const EventBookkeeper *transObj, EventBookkeeper_p1 *persObj, MsgStream &log)
Definition: EventBookkeeperCnv_p1.cxx:13
EventBookkeeper_p1.h
T_AthenaPoolTPConverter.h
EventBookkeeper
Definition: EventBookkeeper.h:24
EventBookkeeperCnv_p1::EventBookkeeperCnv_p1
EventBookkeeperCnv_p1()
Definition: EventBookkeeperCnv_p1.h:16
EventBookkeeper_p1
Definition: EventBookkeeper_p1.h:16
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
T_TPCnv
Definition: T_AthenaPoolTPConverter.h:17
EventBookkeeperCnv_p1::persToTrans
virtual void persToTrans(const EventBookkeeper_p1 *persObj, EventBookkeeper *transObj, MsgStream &log)
Definition: EventBookkeeperCnv_p1.cxx:26