test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
METFwd.h
Go to the documentation of this file.
1 // F.R.
2 #ifndef JetReco_METfwd_h
3 #define JetReco_METfwd_h
7 
8 namespace reco {
9  class MET;
11  typedef std::vector<MET> METCollection;
16 }
17 #endif
std::vector< reco::MET > METCollection
collection of MET objects
Definition: METCollection.h:23
edm::RefProd< METCollection > METRefProd
Definition: METFwd.h:15
edm::Ref< METCollection > METRef
edm references
Definition: METFwd.h:13
edm::RefVector< METCollection > METRefVector
Definition: METFwd.h:14