Skip to content

Commit

Permalink
Changed the parameters that set the position of the main diagonal and…
Browse files Browse the repository at this point in the history
… the criteria to define the other regions
  • Loading branch information
chenxvan committed Jun 15, 2017
1 parent 9d9d9ce commit 282c81b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DQM/SiStripMonitorCluster/python/SiStripMonitorCluster_cfi.py
Expand Up @@ -228,15 +228,15 @@
TH2CStripVsCpixel = cms.PSet(
Nbinsx = cms.int32(150),
xmin = cms.double(-0.5),
xmax = cms.double(74999.5),
xmax = cms.double(149999.5),
Nbinsy = cms.int32(50),
ymin = cms.double(-0.5),
ymax = cms.double(14999.5),
ymax = cms.double(29999.5),
globalswitchon = cms.bool(True)
),

MultiplicityRegions = cms.PSet(
k0 = cms.double(0.097), # k from linear fit of the diagonal default 0.13
k0 = cms.double(0.188), # 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(26000), #Divide Region 2 and Region 3 default 20000
Expand Down

0 comments on commit 282c81b

Please sign in to comment.