ATLAS Offline Software
Loading...
Searching...
No Matches
TrigElectronCnv_p1.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 : TrigElectronCnv_p1
9 *
10 * @brief transient persistent converter for TrigElectron
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: TrigElectronCnv_p1.h,v 1.2 2009-04-01 22:13:30 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGPARTICLETPCNV_TRIGELECTRONCNV_P1_H
19#define TRIGPARTICLETPCNV_TRIGELECTRONCNV_P1_H
20
24
26
27class MsgStream;
28
29
30class TrigElectronCnv_p1 : public T_AthenaPoolTPCnvBase<TrigElectron, TrigElectron_p1>
31{
32public:
33
35
36 virtual void persToTrans(const TrigElectron_p1* persObj,
37 TrigElectron* transObj,
38 MsgStream &log);
39 virtual void transToPers(const TrigElectron* transObj,
40 TrigElectron_p1* persObj,
41 MsgStream &log);
42 protected:
43
45
46};
47
48
49#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
P4PtEtaPhiMCnv_p1 * m_p4PtEtaPhiMCnv
virtual void transToPers(const TrigElectron *transObj, TrigElectron_p1 *persObj, MsgStream &log)
virtual void persToTrans(const TrigElectron_p1 *persObj, TrigElectron *transObj, MsgStream &log)