ATLAS Offline Software
egammaContainer_p5.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 // egammaContainer_p5.h
8 // Header file for class egammaContainer_p5
9 // New cnv to include Ringer: W.S.Freund<wsfreund@mail.cern.ch>
11 #ifndef EGAMMAEVENTTPCNV_EGAMMACONTAINER_P5_H
12 #define EGAMMAEVENTTPCNV_EGAMMACONTAINER_P5_H 1
13 
14 // STL includes
15 #include <vector>
16 
17 // egammaEventTPCnv includes
19 
20 class egammaContainer_p5 : public std::vector<egamma_p5>
21 {};
22 
23 #endif //> EGAMMAEVENTTPCNV_EGAMMACONTAINER_P5_H
egamma_p5.h
egammaContainer_p5
Definition: egammaContainer_p5.h:21