ATLAS Offline Software
JetKeyDescriptorCollection_p1.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_JETKEYDESCRIPTORCOLLECTION_P1_H
6 #define JETEVENTTPCNV_JETKEYDESCRIPTORCOLLECTION_P1_H
7 
8 // STL includes
9 #include <vector>
10 
12 
13 class JetKeyDescriptorCollection_p1 : public std::vector<JetKeyDescriptor_p1>
14 {
15  public:
16  // virtual ~JetKeyDescriptorCollection_p1() { };
17 };
18 
19 #endif
JetKeyDescriptorCollection_p1
Definition: JetKeyDescriptorCollection_p1.h:14
JetKeyDescriptor_p1.h