ATLAS Offline Software
JetSamplingCollection_p1.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 // JetSamplingCollection_p1.h
8 // Header file for class JetSamplingCollection_p1
9 // Author: S.Binet<binet@cern.ch>
10 // Date: July 2007
12 #ifndef JETEVENTTPCNV_JETSAMPLINGCOLLECTION_P1_H
13 #define JETEVENTTPCNV_JETSAMPLINGCOLLECTION_P1_H
14 
15 // STL includes
16 #include <vector>
17 
18 // JetEventTPCnv includes
20 
21 // forward declare
23 
24 class JetSamplingCollection_p1 : public std::vector<JetSampling_p1>
25 {
27  // Friend classes
29 
30  // Make the AthenaPoolCnv class our friend
32 
33 };
34 
35 #endif //> JETEVENTTPCNV_JETSAMPLINGCOLLECTION_P1_H
JetSamplingCollection_p1
Definition: JetSamplingCollection_p1.h:25
JetSamplingCollectionCnv_p1
Definition: JetSamplingCollectionCnv_p1.h:35
JetSampling_p1.h