ATLAS Offline Software
JetCollection_p5.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // JetCollection_p5.h
8 // Header file for class JetCollection_p5
9 // Author: S.Binet<binet@cern.ch>
10 // Date: March 2007
12 #ifndef JETEVENTTPCNV_JETCOLLECTION_P5_H
13 #define JETEVENTTPCNV_JETCOLLECTION_P5_H
14 
15 // STL includes
16 #include <vector>
17 #include <string>
18 
19 // JetEventTPCnv includes
20 #include "JetEventTPCnv/Jet_p5.h"
21 
22 // DataModelAthenaPool
24 
25 // forward declare
27 
28 class JetCollection_p5 : public std::vector<TPObjRef>
29 {
31  // Friend classes
33 
34  // Make the AthenaPoolCnv class our friend
35  friend class JetCollectionCnv_p5;
36 
38  // Private data:
40 private:
41  short m_ordered{};
43 };
44 
45 #endif //> JETEVENTTPCNV_JETCOLLECTION_P5_H
JetCollection_p5::m_keyStore
DataLink_p1 m_keyStore
Definition: JetCollection_p5.h:42
Jet_p5.h
JetCollection_p5::m_ordered
short m_ordered
Definition: JetCollection_p5.h:41
JetCollectionCnv_p5
Definition: JetCollectionCnv_p5.h:35
JetCollection_p5
Definition: JetCollection_p5.h:29