-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Do not use CSC Bad Chambers list during muon reconstruction #11248
Conversation
A new Pull Request was created by @jhgoh (Junghwan John Goh) for CMSSW_7_6_X. Do not use CSC Bad Chambers list during muon reconstruction It involves the following packages: TrackingTools/TrackAssociator @cmsbuild, @cvuosalo, @slava77 can you please review it and eventually sign? Thanks. |
@@ -33,7 +33,7 @@ | |||
etaBinSize = cms.double(0.125), | |||
nEta = cms.int32(48), | |||
nPhi = cms.int32(48), | |||
includeBadChambers = cms.bool(False) | |||
includeBadChambers = cms.bool(True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a change made globally in this file will introduce problems in run1 simulation.
Run-2 specific changes should be added in postLS1 customizations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... maybe we actually add this to Configuration/StandardSequences/python/Reconstruction_Data_cff.py ?
I think it's more appropriate than even doing it just for run2
@slava77 includeBadChamber parameter is changed in the PostLS1 customization. |
Pull request #11248 was updated. @cmsbuild, @civanch, @mdhildreth can you please check and sign again. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: |
+1 |
Pull request #11248 was updated. @cmsbuild, @civanch, @mdhildreth can you please check and sign again. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
"+1" (even though it's not a proper cms-bot signature) |
+1 |
+1 |
Do not use CSC Bad Chambers list during muon reconstruction
CSC Bad chamber list was used in the muon reconstruction by default but this information but using this information is not recommended by the CSC DPG.
Excluding bad chamber may cause unexpected inefficiency if the information is not up to date.
The feature to exclude 'bad' CSCs are turned off by changing the default parameter in cff file.