ATLAS Offline Software
Loading...
Searching...
No Matches
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
26class JetElementCnv_p1 : public T_AthenaPoolTPCnvBase< LVL1::JetElement, JetElement_p1 > {
27
28public:
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
34protected:
36
37}; // class JetElementCnv_p1
38
39#endif // JetElementCNV_P1_H
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const JetElement_p1 *persObj, LVL1::JetElement *transObj, MsgStream &log)
virtual void transToPers(const LVL1::JetElement *transObj, JetElement_p1 *persObj, MsgStream &log)
JetElementCnv_p1 * m_JetElementCnv
Persistent form of JetElement using T/P separation.
Jet elements are the inputs to the Jet, ETmiss and ETsum triggers.