ATLAS Offline Software
JetElementCollectionCnv_tlp1.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 JetElementCollectionCNV_TLP1_H
5 #define JetElementCollectionCNV_TLP1_H
6 
7 // Gaudi/Athena include(s):
9 
12 
13 //using namespace LVL1;
14 
23 class JetElementCollectionCnv_tlp1 : public AthenaPoolTopLevelTPConverter< JetElementCollectionCnv_p1, JetElementCollection_tlp1 > {
24 
25 public:
28  //default methods
29  virtual void setPStorage( JetElementCollection_tlp1 *storage );
30 
31 protected:
34 
35 }; // class JetElementCollectionCnv_tlp1
36 
37 #endif // JetElementCollectionCNV_TLP1_H
JetElementCollectionCnv_p1
T/P converter for JetElement and JetElement_p1.
Definition: JetElementCollectionCnv_p1.h:27
JetElementCollectionCnv_p1.h
JetElementCollectionCnv_tlp1::~JetElementCollectionCnv_tlp1
virtual ~JetElementCollectionCnv_tlp1()
Definition: JetElementCollectionCnv_tlp1.h:27
JetElementCollectionCnv_tlp1
T/P converter for JetElement and JetElement_p1.
Definition: JetElementCollectionCnv_tlp1.h:23
AthenaPoolTopLevelTPConverter.h
JetElementCollection_tlp1.h
JetElementCollectionCnv_tlp1::m_JetElementCnv
JetElementCnv_p1 m_JetElementCnv
Definition: JetElementCollectionCnv_tlp1.h:33
JetElementCollectionCnv_tlp1::JetElementCollectionCnv_tlp1
JetElementCollectionCnv_tlp1()
Definition: JetElementCollectionCnv_tlp1.cxx:8
JetElementCollectionCnv_tlp1::m_JetElementCollectionCnv
JetElementCollectionCnv_p1 m_JetElementCollectionCnv
Definition: JetElementCollectionCnv_tlp1.h:32
JetElementCnv_p1
T/P converter for JetElement and JetElement_p1.
Definition: JetElementCnv_p1.h:26
JetElementCollectionCnv_tlp1::setPStorage
virtual void setPStorage(JetElementCollection_tlp1 *storage)
Definition: JetElementCollectionCnv_tlp1.cxx:15
JetElementCollection_tlp1
Definition: JetElementCollection_tlp1.h:11
TopLevelTPConverter
Definition: TopLevelTPConverter.h:35