00001 #ifndef METRECO_PFClusterMETCOLLECTION_H 00002 #define METRECO_PFClusterMETCOLLECTION_H 00003 00016 #include <vector> 00017 #include "DataFormats/METReco/interface/PFClusterMETFwd.h" 00018 00019 namespace reco 00020 { 00021 typedef std::vector<reco::PFClusterMET> PFClusterMETCollection; 00022 } 00023 #endif // METRECO_PFClusterMETCOLLECTION_H