-
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
Ecal CC timing reconstruction deployment #41353
Ecal CC timing reconstruction deployment #41353
Conversation
…ake CC algo defalut, add encoding of nonCorrected time in jitter error bits via accessor functions.
…for endcoded time check is in ns units.
…ence outside encodable range
…stants.h in namespace ecalcctiming modified: DataFormats/EcalDigi/interface/EcalConstants.h modified: DataFormats/EcalRecHit/interface/EcalRecHit.h modified: DataFormats/EcalRecHit/src/EcalUncalibratedRecHit.cc modified: RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerMultiFit.cc modified: RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRechitProducerWithCC_cfg.py
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41353/35191
|
A new Pull Request was created by @jking79 (Jack W King III) for master. It involves the following packages:
@smuzaffar, @civanch, @Dr15Jones, @makortel, @clacaputo, @cmsbuild, @mdhildreth, @mandrenguyen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
type ecal |
HI @jking79 please restore the original |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41353/35205 |
Pull request #41353 was updated. @smuzaffar, @civanch, @Dr15Jones, @makortel, @clacaputo, @cmsbuild, @mdhildreth, @mandrenguyen can you please check and sign again. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0b09f9/32198/summary.html Comparison SummarySummary:
|
+1 |
+reconstruction |
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. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
please test |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Comparison SummarySummary:
|
@perrotta |
+1 |
merge |
PR description:
PR for deployment of ECAL CC timing reconstruction part 2
encoding the non corrected CC in the 8 bit Timing Error:
More details https://indico.cern.ch/event/1210633/contributions/5091427/attachments/2527245/4347248/ECAL_2022_timeError.pdf
Added encoding constants declaration to EcalConstants.h
Added functions to set and return non corrected time to EcalUncalibratedRecHit.h & EcalUncalibratedRecHit.cc
Added function to return non corrected time to EcalRecHit.h
Modified ecalMultiFitUncalibRecHit_cfi.py to make crossCorrelationMethod default timing reconstruction
More details: https://indico.cern.ch/event/1114550/contributions/4887537/attachments/2451361/4200675/ECAL_DPG_25May22.pdf
PR validation:
scram b runtests and runTheMatrix.py -l limited -i all --ibeos test where successfully completed.