ATLAS Offline Software
Loading...
Searching...
No Matches
JetCollection_p6.h
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// JetCollection_p6.h
8// Header file for class JetCollection_p6
9// Author: S.Binet<binet@cern.ch>
10// Date: March 2007
12#ifndef JETEVENTTPCNV_JETCOLLECTION_P6_H
13#define JETEVENTTPCNV_JETCOLLECTION_P6_H
14
15// STL includes
16#include <vector>
17#include <string>
18
19// JetEventTPCnv includes
21
22// DataModelAthenaPool
24
25// forward declare
27
28class JetCollection_p6 : public std::vector<TPObjRef>
29{
31 // Friend classes
33public:
35 // Make the AthenaPoolCnv class our friend
36 friend class JetCollectionCnv_p6;
37
39 // Private data:
41private:
42 short m_ordered{};
44 //DataLink_p2 m_momentMapLink;
45 unsigned short m_jetAuthor{};
46 // Only to fix reading of very early release 16 validation sample
48};
49
50#endif //> JETEVENTTPCNV_JETCOLLECTION_P6_H
friend class JetCollectionCnv_p6
unsigned short m_jetAuthor
DataLink_p2 m_keyStore