Skip to content

Commit

Permalink
Merge pull request #11341 from fioriNTU/MultiplicityRegions76X
Browse files Browse the repository at this point in the history
retune of cluster multiplicity regions
  • Loading branch information
cmsbuild committed Sep 23, 2015
2 parents cf41ddb + fb7b93c commit d28c3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DQM/SiStripMonitorCluster/python/SiStripMonitorCluster_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@
),

MultiplicityRegions = cms.PSet(
k0 = cms.double(0.13), # k from linear fit of the diagonal default 0.13
k0 = cms.double(0.097), # k from linear fit of the diagonal default 0.13
q0 = cms.double(300), # +/- variation of y axis intercept default 300
dk0 = cms.double(40), #+/- variation of k0 (in %) to contain the diagonal zone defoult 40
MaxClus = cms.double(20000), #Divide Region 2 and Region 3 default 20000
MaxClus = cms.double(26000), #Divide Region 2 and Region 3 default 20000
MinPix = cms.double(50) # minimum number of Pix clusters to flag events with zero Si clusters default 50
),

Expand Down

0 comments on commit d28c3bf

Please sign in to comment.