-
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
Adding the codes for ECAL Phase2 amplitude local reconstruction #34505
Adding the codes for ECAL Phase2 amplitude local reconstruction #34505
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34505/23993
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-34505/24025
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
please address this; this is blocking the further test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34505/24078
|
A new Pull Request was created by @BiancaPinolini (Bianca Sofia Pinolini) for master. It involves the following packages:
@perrotta, @jpata, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-01dbfc/16995/summary.html Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
@cmsbuild please test |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Expand to see more relval errors ...Comparison SummarySummary:
|
@cmsbuild please test it looks like the phase-2 test workflows that failed the last time were fixed by now |
process.L1Reco_step = cms.Path(process.L1Reco) | ||
process.reconstruction_step = cms.Path(cms.Sequence(cms.Task( | ||
bunchSpacingProducer, | ||
ecalUncalibRecHitPhase2Task |
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.
addition to a task is not enough if there is nothing to consume this. So, this module does not run.
you will also need smth like
process.FEVTDEBUGHLToutput.outputCommands += ["keep *_ecalUncalibRecHitPhase2_*_*"]
added in this file.
I will not delay the signature because of this though.
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-01dbfc/17746/summary.html Comparison SummarySummary:
|
I finally managed to remind myself of the other ECAL (uncalib) rechit producer structure. What is the plan for future developments? |
Hi, About EB vs EE, EE will not be there anymore in Phase2, so this is just EB.
|
+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, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
OK, I created #34880 in order to hopefully come back to this relatively soon |
+1 |
This PR adds the codes for the amplitude local reconstruction for ECAL for Phase 2. Details about the implemented weights method to reconstruct the amplitude have been presented in the ECAL DPG meeting here.
The PR was prepared with the help of @amassiro and @thomreis.