ATLAS Offline Software
Loading...
Searching...
No Matches
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
13class JetKeyDescriptorCollection_p1 : public std::vector<JetKeyDescriptor_p1>
14{
15 public:
16 // virtual ~JetKeyDescriptorCollection_p1() { };
17};
18
19#endif