00001 #ifndef METRECO_GenMETCOLLECTION_H 00002 #define METRECO_GenMETCOLLECTION_H 00003 00016 #include <vector> 00017 #include "DataFormats/METReco/interface/GenMETFwd.h" 00018 00019 using namespace reco; 00020 using namespace std; 00021 00022 namespace reco 00023 { 00024 typedef std::vector<reco::GenMET> GenMETCollection; 00025 } 00026 #endif // METRECO_GenMETCOLLECTION_H