-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Access Conditions DB for HCAL Pulse Filtering Weights #32717
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32717/20851
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32717/20852
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32717/20855
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32717/21588 |
Pull request #32717 was updated. @malbouis, @civanch, @Dr15Jones, @makortel, @cvuosalo, @christopheralanwest, @ianna, @mdhildreth, @cmsbuild, @rekovic, @yuanchao, @tlampen, @pohsun, @cecilecaillol, @francescobrivio can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0afe5b/13521/summary.html Comparison SummarySummary:
|
+1 |
+1 |
@cms-sw/alca-l2 do you have further comments? |
+alca
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR is a follow-up to #31661, which added functionality to do pulse filtering targeting OOT PU subtraction. This follow-up PR adds interfacing with the conditions database. Filter weights can be obtained from
HcalTPChannelParameter
object. By default, nothing changes compared to historic behavior. Two python configuration "switches"useDBweightsAndFilterHE_
anduseDBweightsAndFilterHB_
have been added to thehcaltpdigi_cfi.py
andhcaltpdigi_cff.py
files. Activating these switches will configure to use a specific filter and obtain the weights from the conditions database.PR validation:
In the default configuration, with the new python switches set to false, no changes are observed in HCAL TP properties.