ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEFBphysCnv_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 : TrigEFBphysCnv_p1
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_p2.h,v 1.2 2009-04-01 22:13:30 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGPARTICLETPCNV_TRIGEFBPHYSCNV_P2_H
19#define TRIGPARTICLETPCNV_TRIGEFBPHYSCNV_P2_H
20
21
23
26
28
31
32
33class MsgStream;
34
35
36class TrigEFBphysCnv_p2 : public T_AthenaPoolTPCnvBase<TrigEFBphys, TrigEFBphys_p2>
37{
38
39 public:
40
42
43 virtual void persToTrans(const TrigEFBphys_p2* persObj, TrigEFBphys* transObj, MsgStream &log);
44 virtual void transToPers(const TrigEFBphys* transObj, TrigEFBphys_p2* persObj, MsgStream &log);
45
46 protected:
48
49};
50
51
52#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
virtual void transToPers(const TrigEFBphys *transObj, TrigEFBphys_p2 *persObj, MsgStream &log)
ElementLinkCnv_p1< ElementLink< TrigEFBphysContainer > > m_elementLinkEFBphysCnv
virtual void persToTrans(const TrigEFBphys_p2 *persObj, TrigEFBphys *transObj, MsgStream &log)