Skip to content

Commit

Permalink
large default values for maxIPValue and maxIPSig
Browse files Browse the repository at this point in the history
  • Loading branch information
pvmulder committed Mar 20, 2014
1 parent f8c799f commit 00ad886
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

clusterizer = cms.PSet(
seedMax3DIPSignificance = cms.double(9999.),
seedMax3DIPValue = cms.double(5),
seedMax3DIPValue = cms.double(9999.),
seedMin3DIPSignificance = cms.double(1.2),
seedMin3DIPValue = cms.double(0.005),
clusterMaxDistance = cms.double(0.05), #500um
Expand Down

0 comments on commit 00ad886

Please sign in to comment.