00001 #ifndef METOBJECTS_METCOLLECTION_H 00002 #define METOBJECTS_METCOLLECTION_H 00003 00016 #include <vector> 00017 #include "DataFormats/METObjects/interface/MET.h" 00018 00019 typedef std::vector<METv0> METv0Collection; 00020 00021 #endif // METOBJECTS_METCOLLECTION_H