00001 // Dear emacs, this is -*- c++ -*- 00002 // $Id: egammaRecContainer.h 666999 2015-05-13 18:20:00Z christos $ 00003 #ifndef EGAMMARECCONTAINER 00004 #define EGAMMARECCONTAINER 00005 00006 // Core include(s): 00007 #include "AthContainers/DataVector.h" 00008 00009 // Local include(s): 00010 #include "egammaRec.h" 00011 00013 00014 typedef DataVector< egammaRec > EgammaRecContainer; 00015 00016 #ifndef XAOD_STANDALONE 00017 #include "SGTools/CLASS_DEF.h" 00018 CLASS_DEF( EgammaRecContainer , 1265838377 , 1 ) 00019 #endif // XAOD_STANDALONE 00020 00021 #endif