ATLAS Offline Software
Loading...
Searching...
No Matches
JetSamplingCollection_p2.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// JetSamplingCollection_p2.h
8// Header file for class JetSamplingCollection_p2
9// Author: Belen.Salvachua@cern.ch
10// Date: Dec 2008
11// Based on JetSamplingCollection_p1.h
13#ifndef JETEVENTTPCNV_JETSAMPLINGCOLLECTION_P2_H
14#define JETEVENTTPCNV_JETSAMPLINGCOLLECTION_P2_H
15
16// STL includes
17#include <vector>
18
19// JetEventTPCnv includes
21
22// forward declare
24
25class JetSamplingCollection_p2 : public std::vector<JetSampling_p2>
26{
28 // Friend classes
30
31 // Make the AthenaPoolCnv class our friend
33
34};
35
36#endif //> JETEVENTTPCNV_JETSAMPLINGCOLLECTION_P2_H