ATLAS Offline Software
Loading...
Searching...
No Matches
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
32class MsgStream;
33
34
35class 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
This file contains the class definition for the ElementLinkCnv_p3 class.
This file contains the class definition for the ElementLinkVectorCnv_p1 class.
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
ElementLinkCnv_p3< ElementLink< TrigL2BphysContainer > > m_elementLinkL2BphysCnv
virtual void transToPers(const TrigL2Bphys *transObj, TrigL2Bphys_p3 *persObj, MsgStream &log)
virtual void persToTrans(const TrigL2Bphys_p3 *persObj, TrigL2Bphys *transObj, MsgStream &log)