CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/DataFormats/METReco/interface/METFwd.h

Go to the documentation of this file.
00001 // F.R.
00002 // $Id: METFwd.h,v 1.1 2007/03/14 22:16:47 cavana Exp $
00003 #ifndef JetReco_METfwd_h
00004 #define JetReco_METfwd_h
00005 #include "DataFormats/Common/interface/Ref.h"
00006 #include "DataFormats/Common/interface/RefVector.h"
00007 #include "DataFormats/Common/interface/RefProd.h"
00008 
00009 namespace reco {
00010   class MET;
00012   typedef std::vector<MET> METCollection;
00014   typedef edm::Ref<METCollection> METRef;
00015   typedef edm::RefVector<METCollection> METRefVector;
00016   typedef edm::RefProd<METCollection> METRefProd;
00017 }
00018 #endif