Skip to content

Commit

Permalink
retune of cluster multiplicity regions
Browse files Browse the repository at this point in the history
  • Loading branch information
fioriNTU committed Sep 18, 2015
1 parent e36857b commit fb7b93c
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 fb7b93c

Please sign in to comment.