Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76731
b: "refs/heads/CMSSW_7_1_X"
c: 9f136a8
h: "refs/heads/CMSSW_7_1_X"
i:
  76729: 7036e23
  76727: c2b6fe1
v: v3
  • Loading branch information
kalavase committed Oct 30, 2009
1 parent 0b1ffc7 commit 6cdee42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 3fcad2b2786eb5374ed633bc49f203c7556d308d
"refs/heads/CMSSW_7_1_X": 9f136a8c382ca3da1654247d04e785100d96fa45
12 changes: 6 additions & 6 deletions trunk/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 6cdee42

Please sign in to comment.