ATLAS Offline Software
Loading...
Searching...
No Matches
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
37class MsgStream;
38
39
40class 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
This file contains the class definition for the ElementLinkCnv_p1 class.
This file contains the class definition for the ElementLinkVectorCnv_p1 class.
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
ElementLinkCnv_p1< ElementLink< TrigL2BphysContainer > > m_elementLinkL2BphysCnv
virtual void persToTrans(const TrigL2Bphys_p2 *persObj, TrigL2Bphys *transObj, MsgStream &log)
virtual void transToPers(const TrigL2Bphys *transObj, TrigL2Bphys_p2 *persObj, MsgStream &log)