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