ATLAS Offline Software
Loading...
Searching...
No Matches
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
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
Top level container that will store all the various jet objects that are getting stored.
std::vector< Jet_p4 > m_jet_p4
std::vector< JetCollection_p4 > m_jetCollectionContainers
std::vector< JetAssociationBase_p1 > m_jetAssociationBase_p1
TPCnvTokenList_p1 m_tokenList
vector of TPCnvToken_p1 Each top-level persistent object that has extentions needs a data member of t...