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