ATLAS Offline Software
TrigL2BphysCnv_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 : TrigL2BphysCnv_p3
9  *
10  * @brief transient-persistent converter for TrigL2Bphys
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: TrigL2BphysCnv_p3.h,v 1.2 2010-08-11 demelian Exp $
17  **********************************************************************************/
18 #ifndef TRIGPARTICLETPCNV_TRIGL2BPHYSCNV_P3_H
19 #define TRIGPARTICLETPCNV_TRIGL2BPHYSCNV_P3_H
20 
21 
23 
26 
28 
31 
32 class MsgStream;
33 
34 
35 class TrigL2BphysCnv_p3 : public T_AthenaPoolTPCnvBase<TrigL2Bphys, TrigL2Bphys_p3>
36 {
37 
38  public:
39 
41 
42  virtual void persToTrans(const TrigL2Bphys_p3* persObj, TrigL2Bphys* transObj, MsgStream &log);
43  virtual void transToPers(const TrigL2Bphys* transObj, TrigL2Bphys_p3* persObj, MsgStream &log);
44 
45 
46  protected:
47 
49 };
50 
51 
52 #endif
TrigL2Bphys_p3.h
ElementLinkCnv_p3
Definition: ElementLinkCnv_p3.h:27
ElementLinkCnv_p3.h
This file contains the class definition for the ElementLinkCnv_p3 class.
TrigL2Bphys_p3
Definition: TrigL2Bphys_p3.h:25
TPConverterBase
Definition: TPConverter.h:738
TrigL2Bphys
Definition: TrigL2Bphys.h:43
ElementLinkVectorCnv_p1.h
This file contains the class definition for the ElementLinkVectorCnv_p1 class. NOTE: it should be inc...
TrigInDetTrackCollection.h
TrigL2BphysContainer.h
TrigL2BphysCnv_p3::persToTrans
virtual void persToTrans(const TrigL2Bphys_p3 *persObj, TrigL2Bphys *transObj, MsgStream &log)
Definition: TrigL2BphysCnv_p3.cxx:14
T_AthenaPoolTPConverter.h
TrigL2BphysCnv_p3::m_elementLinkL2BphysCnv
ElementLinkCnv_p3< ElementLink< TrigL2BphysContainer > > m_elementLinkL2BphysCnv
Definition: TrigL2BphysCnv_p3.h:48
TrigL2BphysCnv_p3
Definition: TrigL2BphysCnv_p3.h:36
TrigL2BphysCnv_p3::TrigL2BphysCnv_p3
TrigL2BphysCnv_p3()
Definition: TrigL2BphysCnv_p3.h:40
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
TrigL2BphysCnv_p3::transToPers
virtual void transToPers(const TrigL2Bphys *transObj, TrigL2Bphys_p3 *persObj, MsgStream &log)
Definition: TrigL2BphysCnv_p3.cxx:47