ATLAS Offline Software
JetElementCollection_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 TRIGT1EVENTTPCNV_JETELEMENTCOLLECTION_TLP1_H
5 #define TRIGT1EVENTTPCNV_JETELEMENTCOLLECTION_TLP1_H
6 
9 
11 {
12  public:
13 
16 
17  private:
18 
19  std::vector<JetElementCollection_p1> m_JetElementCollection ;
20  std::vector<JetElement_p1> m_JetElements ;
21 
22 };
23 
24 #endif
JetElement_p1.h
JetElementCollection_tlp1::m_JetElements
std::vector< JetElement_p1 > m_JetElements
Definition: JetElementCollection_tlp1.h:20
JetElementCollectionCnv_tlp1
T/P converter for JetElement and JetElement_p1.
Definition: JetElementCollectionCnv_tlp1.h:23
JetElementCollection_p1.h
JetElementCollection_tlp1::m_JetElementCollection
std::vector< JetElementCollection_p1 > m_JetElementCollection
Definition: JetElementCollection_tlp1.h:19
JetElementCollection_tlp1::JetElementCollection_tlp1
JetElementCollection_tlp1()
Definition: JetElementCollection_tlp1.h:14
JetElementCollection_tlp1
Definition: JetElementCollection_tlp1.h:11