ATLAS Offline Software
TrigEFBphysCnv_p3.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 /**********************************************************************************
6  * @Project: Trigger
7  * @Package: TrigParticleTPCnv
8  * @class : TrigEFBphysCnv_p3
9  *
10  * @brief transient-persistent converter for TrigEFBphys
11  *
12  * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13  * @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14  *
15  * File and Version Information:
16  * $Id: TrigEFBphysCnv_p3.h,v 1.1 2010-08-12 demelian Exp $
17  **********************************************************************************/
18 #ifndef TRIGPARTICLETPCNV_TRIGEFBPHYSCNV_P3_H
19 #define TRIGPARTICLETPCNV_TRIGEFBPHYSCNV_P3_H
20 
21 
23 
28 
29 
30 class MsgStream;
31 
32 
33 class TrigEFBphysCnv_p3 : public T_AthenaPoolTPCnvBase<TrigEFBphys, TrigEFBphys_p3>
34 {
35 
36  public:
37 
39 
40  virtual void persToTrans(const TrigEFBphys_p3* persObj, TrigEFBphys* transObj, MsgStream &log);
41  virtual void transToPers(const TrigEFBphys* transObj, TrigEFBphys_p3* persObj, MsgStream &log);
42 
43  protected:
45 
46 };
47 
48 
49 #endif
ElementLinkCnv_p3
Definition: ElementLinkCnv_p3.h:27
ElementLinkCnv_p3.h
This file contains the class definition for the ElementLinkCnv_p3 class.
TrigEFBphys_p3
Definition: TrigEFBphys_p3.h:26
TrigEFBphys
Definition: TrigEFBphys.h:42
TrigEFBphysCnv_p3::transToPers
virtual void transToPers(const TrigEFBphys *transObj, TrigEFBphys_p3 *persObj, MsgStream &log)
Definition: TrigEFBphysCnv_p3.cxx:46
TPConverterBase
Definition: TPConverter.h:738
TrigEFBphysCnv_p3::m_elementLinkEFBphysCnv
ElementLinkCnv_p3< ElementLink< TrigEFBphysContainer > > m_elementLinkEFBphysCnv
Definition: TrigEFBphysCnv_p3.h:44
ElementLinkVectorCnv_p1.h
This file contains the class definition for the ElementLinkVectorCnv_p1 class. NOTE: it should be inc...
TrigEFBphysContainer.h
TrigEFBphysCnv_p3::TrigEFBphysCnv_p3
TrigEFBphysCnv_p3()
Definition: TrigEFBphysCnv_p3.h:38
T_AthenaPoolTPConverter.h
TrigEFBphys_p3.h
TrigEFBphysCnv_p3
Definition: TrigEFBphysCnv_p3.h:34
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
TrigEFBphysCnv_p3::persToTrans
virtual void persToTrans(const TrigEFBphys_p3 *persObj, TrigEFBphys *transObj, MsgStream &log)
Definition: TrigEFBphysCnv_p3.cxx:15