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