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