ATLAS Offline Software
JetMomentMapCollection_p6.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef JETEVENTTPCNV_JETMOMENTMAPCOLLECTION_P6_H
6 #define JETEVENTTPCNV_JETMOMENTMAPCOLLECTION_P6_H
7 
8 // STL includes
9 #include <vector>
10 
12 
13 class JetMomentMapCollection_p6 : public std::vector<JetMomentMap_p6>
14 {
15  public:
16  // virtual ~JetMomentMapCollection_p6() { };
17 };
18 
19 #endif
JetMomentMap_p6.h
JetMomentMapCollection_p6
Definition: JetMomentMapCollection_p6.h:14