00001 // Dear emacs, this is -*- c++ -*- 00002 // $Id: PhotonContainerFwd.h 644948 2015-02-07 01:33:06Z christos $ 00003 #ifndef XAODEGAMMA_PHOTONCONTAINERFWD_H 00004 #define XAODEGAMMA_PHOTONCONTAINERFWD_H 00005 00006 #include "AthContainers/DataVector.h" 00007 #include "xAODEgamma/PhotonFwd.h" 00008 #include "xAODEgamma/EgammaContainerFwd.h" 00009 00010 DATAVECTOR_BASE_FWD( xAOD::Photon, xAOD::Egamma ); 00011 namespace xAOD { 00013 typedef DataVector< xAOD::Photon > PhotonContainer; 00014 } 00015 00016 00017 #endif // XAODEGAMMA_PHOTONCONTAINERFWD_H