ATLAS Offline Software
JetCollection_tlp2.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_TLP2
10 #define JETEVENTTPCNV_JETCOLLECTION_TLP2
11 
12 #include "JetEventTPCnv/Jet_p4.h"
16 
17 #include <vector>
18 
20 {
21  public:
22  std::vector<JetCollection_p4> m_jetCollectionContainers;
23  std::vector<Jet_p4> m_jet_p4;
24  std::vector<JetAssociationBase_p1> m_jetAssociationBase_p1;
25 
27 };
28 
29 
30 #endif
TPCnvTokenList_p1
Definition: TPCnvTokenList_p1.h:55
Jet_p4.h
JetCollection_p4.h
JetCollection_tlp2::m_tokenList
TPCnvTokenList_p1 m_tokenList
Definition: JetCollection_tlp2.h:26
JetCollection_tlp2
Top level container that will store all the various jet objects that are getting stored.
Definition: JetCollection_tlp2.h:20
JetCollection_tlp2::m_jetCollectionContainers
std::vector< JetCollection_p4 > m_jetCollectionContainers
Definition: JetCollection_tlp2.h:22
JetAssociationBase_p1.h
TPCnvTokenList_p1.h
JetCollection_tlp2::m_jetAssociationBase_p1
std::vector< JetAssociationBase_p1 > m_jetAssociationBase_p1
Definition: JetCollection_tlp2.h:24
JetCollection_tlp2::m_jet_p4
std::vector< Jet_p4 > m_jet_p4
Definition: JetCollection_tlp2.h:23