ATLAS Offline Software
egDetailContainer_p2.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 // egDetailContainer_p2.h
8 // Header file for class egDetailContainer_p2
9 // Date: April 2009
11 #ifndef EGAMMAEVENTTPCNV_EGDETAILCONTAINER_P2_H
12 #define EGAMMAEVENTTPCNV_EGDETAILCONTAINER_P2_H
13 
14 // STL includes
15 #include <vector>
16 
17 // egammaEventTPCnv includes
19 
20 class egDetailContainer_p2 : public std::vector<egDetail_p2>
21 {};
22 
23 #endif //> EGAMMAEVENTTPCNV_EGDETAILCONTAINER_P2_H
egDetail_p2.h
egDetailContainer_p2
Definition: egDetailContainer_p2.h:21