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