Skip to content

Commit

Permalink
Increased threshold for jets that are inclded in the HT sum from 5 Ge…
Browse files Browse the repository at this point in the history
… to 20 GeV (uncorrected)
  • Loading branch information
kalavase committed Oct 30, 2009
1 parent 3fcad2b commit 9f136a8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions RecoMET/METProducers/python/HTMET_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
METType = cms.string('MET'),
alias = cms.string('HTMET'),
noHF = cms.bool(False),
globalThreshold = cms.double(5.0),
globalThreshold = cms.double(20.0),
InputType = cms.string('CaloJetCollection')
)

Expand All @@ -20,7 +20,7 @@
METType = cms.string('MET'),
alias = cms.string('HTMETSC5'),
noHF = cms.bool(False),
globalThreshold = cms.double(5.0),
globalThreshold = cms.double(20.0),
InputType = cms.string('CaloJetCollection')
)

Expand All @@ -29,7 +29,7 @@
METType = cms.string('MET'),
alias = cms.string('HTMETSC7'),
noHF = cms.bool(False),
globalThreshold = cms.double(5.0),
globalThreshold = cms.double(20.0),
InputType = cms.string('CaloJetCollection')
)

Expand All @@ -38,7 +38,7 @@
METType = cms.string('MET'),
alias = cms.string('HTMETIC5'),
noHF = cms.bool(False),
globalThreshold = cms.double(5.0),
globalThreshold = cms.double(20.0),
InputType = cms.string('CaloJetCollection')
)

Expand All @@ -47,7 +47,7 @@
METType = cms.string('MET'),
alias = cms.string('HTMETKT4'),
noHF = cms.bool(False),
globalThreshold = cms.double(5.0),
globalThreshold = cms.double(20.0),
InputType = cms.string('CaloJetCollection')
)

Expand All @@ -56,7 +56,7 @@
METType = cms.string('MET'),
alias = cms.string('HTMETKT6'),
noHF = cms.bool(False),
globalThreshold = cms.double(5.0),
globalThreshold = cms.double(20.0),
InputType = cms.string('CaloJetCollection')
)

Expand Down

0 comments on commit 9f136a8

Please sign in to comment.