ATLAS Offline Software
McEventCollection_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 // McEventCollection_p1.h
8 // Header file for class McEventCollection_p1
9 // Author: S.Binet<binet@cern.ch>
10 // Date: April 2006
12 #ifndef GENERATOROBJECTSTPCNV_MCEVENTCOLLECTION_P1_H
13 #define GENERATOROBJECTSTPCNV_MCEVENTCOLLECTION_P1_H
14 
15 // STL includes
16 #include <vector>
17 
18 // GeneratorObjectsTPCnv includes
20 
21 // forward declarations
22 
23 class McEventCollection_p1 : public std::vector<GenEvent_p1>
24 {
25 };
26 
27 #endif //> GENERATOROBJECTSTPCNV_MCEVENTCOLLECTION_P1_H
GenEvent_p1.h
McEventCollection_p1
Definition: McEventCollection_p1.h:24