ATLAS Offline Software
Loading...
Searching...
No Matches
JetCollection_tlp6.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_TLP6
10#define JETEVENTTPCNV_JETCOLLECTION_TLP6
11
16
17#include <vector>
18
20{
21 public:
22 std::vector<JetCollection_p6> m_jetCollectionContainers;
23 std::vector<Jet_p6> m_jet_p6;
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< JetCollection_p6 > m_jetCollectionContainers
TPCnvTokenList_p1 m_tokenList
std::vector< Jet_p6 > m_jet_p6
std::vector< JetAssociationBase_p1 > m_jetAssociationBase_p1
vector of TPCnvToken_p1 Each top-level persistent object that has extentions needs a data member of t...