ATLAS Offline Software
TrigL2BphysCnv_p2.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_p2
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_p2.h,v 1.2 2009-04-01 22:13:30 salvator Exp $
17  * $Id: TrigL2BphysCnv_p2.h,v 1.2 2009-04-01 22:13:30 salvator Exp $
18  **********************************************************************************/
19 #ifndef TRIGPARTICLETPCNV_TRIGL2BPHYSCNV_P2_H
20 #define TRIGPARTICLETPCNV_TRIGL2BPHYSCNV_P2_H
21 
22 
24 
27 
29 
32 
33 
34 
35 
36 
37 class MsgStream;
38 
39 
40 class TrigL2BphysCnv_p2 : public T_AthenaPoolTPCnvBase<TrigL2Bphys, TrigL2Bphys_p2>
41 {
42 
43  public:
44 
46 
47  virtual void persToTrans(const TrigL2Bphys_p2* persObj, TrigL2Bphys* transObj, MsgStream &log);
48  virtual void transToPers(const TrigL2Bphys* transObj, TrigL2Bphys_p2* persObj, MsgStream &log);
49 
50 
51  protected:
52 
53  // ElementLinkCnv_p1<ElementLink<TrigVertexCollection> > m_elementLinkVertexCnv;
54 
55  //ahamil: removed ELVCnv from header to prevent conflict with ARA changes
56  //ElementLinkVectorCnv_p1<ElementLinkVector<TrigInDetTrackCollection> > m_trackELVCnv;
58 };
59 
60 
61 #endif
ElementLinkCnv_p1.h
This file contains the class definition for the ElementLinkCnv_p1 class.
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
TrigL2Bphys_p2.h
TrigL2BphysCnv_p2::m_elementLinkL2BphysCnv
ElementLinkCnv_p1< ElementLink< TrigL2BphysContainer > > m_elementLinkL2BphysCnv
Definition: TrigL2BphysCnv_p2.h:57
TrigL2BphysContainer.h
TrigL2BphysCnv_p2::persToTrans
virtual void persToTrans(const TrigL2Bphys_p2 *persObj, TrigL2Bphys *transObj, MsgStream &log)
Definition: TrigL2BphysCnv_p2.cxx:14
T_AthenaPoolTPConverter.h
TrigL2BphysCnv_p2::TrigL2BphysCnv_p2
TrigL2BphysCnv_p2()
Definition: TrigL2BphysCnv_p2.h:45
TrigL2BphysCnv_p2::transToPers
virtual void transToPers(const TrigL2Bphys *transObj, TrigL2Bphys_p2 *persObj, MsgStream &log)
Definition: TrigL2BphysCnv_p2.cxx:47
ElementLinkCnv_p1
Definition: ElementLinkCnv_p1.h:27
TrigL2Bphys_p2
Definition: TrigL2Bphys_p2.h:26
TrigL2BphysCnv_p2
Definition: TrigL2BphysCnv_p2.h:41
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20