Skip to content

Commit

Permalink
Merge pull request #28306 from mmusich/updatePedeOptions_forSiPixelAl…
Browse files Browse the repository at this point in the history
…iPCL

[SiPixelAli PCL] Update the pede options to avoid issues with too many binaries open
  • Loading branch information
cmsbuild authored Oct 30, 2019
2 parents d487ba2 + 880ad29 commit 1fc8c61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@
SiPixelAliPedeAlignmentProducer.algoConfig.pedeSteerer.options = cms.vstring(
#'regularisation 1.0 0.05', # non-stated pre-sigma 50 mrad or 500 mum
'entries 500',
'chisqcut 30.0 4.5', #,
'threads 1 1' #,
'chisqcut 30.0 4.5',
'threads 1 1',
'closeandreopen'
#'outlierdownweighting 3','dwfractioncut 0.1'
#'outlierdownweighting 5','dwfractioncut 0.2'
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@
SiPixelAliPedeAlignmentProducer.algoConfig.pedeSteerer.options = cms.vstring(
#'regularisation 1.0 0.05', # non-stated pre-sigma 50 mrad or 500 mum
'entries 500',
'chisqcut 30.0 4.5', #,
'threads 1 1' #,
'chisqcut 30.0 4.5',
'threads 1 1',
'closeandreopen'
#'outlierdownweighting 3','dwfractioncut 0.1'
#'outlierdownweighting 5','dwfractioncut 0.2'
)
Expand Down

0 comments on commit 1fc8c61

Please sign in to comment.