CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GenMETFromGenJets_cfi.py
Go to the documentation of this file.
2 
3 # File: GenMETFromGenJets.cfi
4 # Author: B. Scurlock
5 # Date: 03.04.2008
6 #
7 # Fill validation histograms for MET.
8 genMetIC5GenJetsAnalyzer = cms.EDAnalyzer(
9  "METTester",
10  InputMETLabel = cms.InputTag("genMetIC5GenJets"),
11  METType = cms.untracked.string('MET'),
12  FineBinning = cms.untracked.bool(False),
13  FolderName = cms.untracked.string("RecoMETV/MET_Global/")
14  )
15 
16 
17