ATLAS Offline Software
ElectronContainer_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 // ElectronContainer_p5.h
8 // Header file for class ElectronContainer_p5
10 #ifndef EGAMMAEVENTTPCNV_ELECTRONCONTAINER_P5_H
11 #define EGAMMAEVENTTPCNV_ELECTRONCONTAINER_P5_H 1
12 
13 // STL includes
14 
15 // egammaEventTPCnv includes
17 
18 class ElectronContainer_p5 : public std::vector<Electron_p5>
19 {};
20 
21 #endif //> EGAMMAEVENTTPCNV_ELECTRONCONTAINER_P5_H
ElectronContainer_p5
Definition: ElectronContainer_p5.h:19
Electron_p5.h