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