Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

retune of cluster multiplicity regions #11341

Merged
merged 1 commit into from
Sep 23, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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