00001 // Dear emacs, this is -*- c++ -*- 00002 // $Id: TrigElectronContainer_v1.h 631115 2014-11-26 08:34:25Z gwatts $ 00003 #ifndef XAODTRIGEGAMMA_VERSIONS_TRIGELECTRONCONTAINER_V1_H 00004 #define XAODTRIGEGAMMA_VERSIONS_TRIGELECTRONCONTAINER_V1_H 00005 00006 // EDM include(s): 00007 #include "AthContainers/DataVector.h" 00008 00009 // Local include(s): 00010 #include "xAODTrigEgamma/versions/TrigElectron_v1.h" 00011 00012 // Declare IParticle as a base class of TrigElectron_v1: 00013 DATAVECTOR_BASE( xAOD::TrigElectron_v1, xAOD::IParticle ); 00014 00015 namespace xAOD { 00017 typedef DataVector< xAOD::TrigElectron_v1 > TrigElectronContainer_v1; 00018 } 00019 00020 #endif // not XAODTRIGEGAMMA_VERSIONS_TRIGELECTRONCONTAINER_V1_H