ATLAS Offline Software
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 
27 class MsgStream;
28 
29 
30 class TrigElectronCnv_p1 : public T_AthenaPoolTPCnvBase<TrigElectron, TrigElectron_p1>
31 {
32 public:
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
TrigElectronCnv_p1::m_p4PtEtaPhiMCnv
P4PtEtaPhiMCnv_p1 * m_p4PtEtaPhiMCnv
Definition: TrigElectronCnv_p1.h:44
P4PtEtaPhiMCnv_p1.h
TrigElectron.h
TPConverterBase
Definition: TPConverter.h:738
TrigElectron
File: TrigElectron.h.
Definition: Trigger/TrigEvent/TrigParticle/TrigParticle/TrigElectron.h:63
TrigElectron_p1.h
T_AthenaPoolTPConverter.h
TrigElectron_p1
Definition: TrigElectron_p1.h:26
TrigElectronCnv_p1::transToPers
virtual void transToPers(const TrigElectron *transObj, TrigElectron_p1 *persObj, MsgStream &log)
Definition: TrigElectronCnv_p1.cxx:65
TrigElectronCnv_p1::persToTrans
virtual void persToTrans(const TrigElectron_p1 *persObj, TrigElectron *transObj, MsgStream &log)
Definition: TrigElectronCnv_p1.cxx:10
TrigElectronCnv_p1::TrigElectronCnv_p1
TrigElectronCnv_p1()
Definition: TrigElectronCnv_p1.h:34
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
P4PtEtaPhiMCnv_p1
Definition: P4PtEtaPhiMCnv_p1.h:35
TrigElectronCnv_p1
Definition: TrigElectronCnv_p1.h:31