ATLAS Offline Software
Loading...
Searching...
No Matches
ElectronContainer_p1.h
Go to the documentation of this file.
1
2
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
21class ElectronContainer_p1 : public std::vector<Electron_p1>
22{};
23
24#endif //> EGAMMAEVENTTPCNV_ELECTRONCONTAINER_P1_H