Skip to content

Commit

Permalink
Merge pull request cms-sw#4799 from Martin-Grunewald/FixFastJetHLT72X
Browse files Browse the repository at this point in the history
Fix FastJet HLT cfi file in 72X
  • Loading branch information
davidlange6 committed Aug 1, 2014
2 parents 0395ed6 + cbe4387 commit 4201a10
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions RecoJets/JetProducers/python/hltak5CaloJets_cfi.py
Expand Up @@ -44,7 +44,7 @@
yCut = cms.double(-1.0),
useFiltering = cms.bool(False),
rFilt = cms.double(-1.0),
nFilt = cms.int(-1),
nFilt = cms.int32(-1),
useTrimming = cms.bool(False),
trimPtFracMin = cms.double(-1.0),
usePruning = cms.bool(False),
Expand All @@ -55,7 +55,8 @@
yMin = cms.double(-1.0),
yMax = cms.double(-1.0),
dRMin = cms.double(-1.0),
dRmax = cms.double(-1.0),
maxDepth = cms.int(-1),
subjetPtMin = cms.dobule(-1.0),
dRMax = cms.double(-1.0),
maxDepth = cms.int32(-1),
subjetPtMin = cms.double(-1.0),
puPtMin = cms.double(10.0),
)

0 comments on commit 4201a10

Please sign in to comment.