ATLAS Offline Software
JetElementCnv_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef JetElementCNV_P1_H
5 #define JetElementCNV_P1_H
6 
7 // Gaudi/Athena include(s):
9 
10 // Trigger include(s):
12 
13 // Local include(s):
15 
16 //using namespace LVL1;
17 
26 class JetElementCnv_p1 : public T_AthenaPoolTPCnvBase< LVL1::JetElement, JetElement_p1 > {
27 
28 public:
30 
31  virtual void persToTrans( const JetElement_p1* persObj, LVL1::JetElement* transObj, MsgStream &log );
32  virtual void transToPers( const LVL1::JetElement* transObj, JetElement_p1* persObj, MsgStream &log );
33 
34 protected:
36 
37 }; // class JetElementCnv_p1
38 
39 #endif // JetElementCNV_P1_H
JetElement_p1
Persistent form of JetElement using T/P separation.
Definition: JetElement_p1.h:26
JetElement_p1.h
TPConverterBase
Definition: TPConverter.h:738
JetElementCnv_p1::persToTrans
virtual void persToTrans(const JetElement_p1 *persObj, LVL1::JetElement *transObj, MsgStream &log)
Definition: JetElementCnv_p1.cxx:23
LVL1::JetElement
Jet elements are the inputs to the Jet, ETmiss and ETsum triggers.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetElement.h:43
T_AthenaPoolTPConverter.h
JetElementCnv_p1::JetElementCnv_p1
JetElementCnv_p1()
Definition: JetElementCnv_p1.h:29
JetElementCnv_p1::transToPers
virtual void transToPers(const LVL1::JetElement *transObj, JetElement_p1 *persObj, MsgStream &log)
Definition: JetElementCnv_p1.cxx:46
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
JetElementCnv_p1
T/P converter for JetElement and JetElement_p1.
Definition: JetElementCnv_p1.h:26
JetElementCnv_p1::m_JetElementCnv
JetElementCnv_p1 * m_JetElementCnv
Definition: JetElementCnv_p1.h:35
JetElement.h