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