ATLAS Offline Software
JetCollection_tlp5.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
9 #ifndef JETEVENTTPCNV_JETCOLLECTION_TLP5
10 #define JETEVENTTPCNV_JETCOLLECTION_TLP5
11 
12 #include "JetEventTPCnv/Jet_p5.h"
16 
17 #include <vector>
18 
20 {
21  public:
22  std::vector<JetCollection_p5> m_jetCollectionContainers;
23  std::vector<Jet_p5> m_jet_p5;
24  std::vector<JetAssociationBase_p1> m_jetAssociationBase_p1;
25 
27 };
28 
29 
30 #endif
TPCnvTokenList_p1
Definition: TPCnvTokenList_p1.h:55
Jet_p5.h
JetCollection_p5.h
JetCollection_tlp5::m_tokenList
TPCnvTokenList_p1 m_tokenList
Definition: JetCollection_tlp5.h:26
JetCollection_tlp5
Top level container that will store all the various jet objects that are getting stored.
Definition: JetCollection_tlp5.h:20
JetCollection_tlp5::m_jetAssociationBase_p1
std::vector< JetAssociationBase_p1 > m_jetAssociationBase_p1
Definition: JetCollection_tlp5.h:24
JetAssociationBase_p1.h
TPCnvTokenList_p1.h
JetCollection_tlp5::m_jetCollectionContainers
std::vector< JetCollection_p5 > m_jetCollectionContainers
Definition: JetCollection_tlp5.h:22
JetCollection_tlp5::m_jet_p5
std::vector< Jet_p5 > m_jet_p5
Definition: JetCollection_tlp5.h:23