ATLAS Offline Software
egDetailContainer_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 // egDetailContainer_p1.h
8 // Header file for class egDetailContainer_p1
9 // Author: K.Cranmer<cranmer@cern.ch>
10 // Author: S.Binet<binet@cern.ch>
11 // Date: December 2006
13 #ifndef EGAMMAEVENTTPCNV_EGDETAILCONTAINER_P1_H
14 #define EGAMMAEVENTTPCNV_EGDETAILCONTAINER_P1_H
15 
16 // STL includes
17 #include <vector>
18 
19 // egammaEventTPCnv includes
21 
22 class egDetailContainer_p1 : public std::vector<egDetail_p1>
23 {};
24 
25 #endif //> EGAMMAEVENTTPCNV_EGDETAILCONTAINER_P1_H
egDetailContainer_p1
Definition: egDetailContainer_p1.h:23
egDetail_p1.h