-
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
Custom Phase-2 L1 Trigger NanoAOD #47178
base: master
Are you sure you want to change the base?
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47178/43417
|
A new Pull Request was created by @artlbv for master. It involves the following packages:
The following packages do not have a category, yet: DPGAnalysis/Phase2L1TNanoAOD @AdrianoDee, @Moanwar, @aloeliger, @cmsbuild, @DickyChant, @epalencia, @ftorrresd, @hqucms, @miquork, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
I added the new package |
@aloeliger @Moanwar @hqucms @ftorrresd could you please either launch the tests and/or give me test rights? |
@cmsbuild test parameters: relvals_opt = --what upgrade |
you might want to check the right syntax to use here |
test parameters:
|
please test |
-1 Failed Tests: RelVals RelVals
NANO Comparison SummarySummary:
Nano size comparison Summary:
|
I modified the I also added the new wfs .781 and .782 to the PyRelVal readme. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47178/43589
|
Pull request #47178 was updated. @AdrianoDee, @Moanwar, @aloeliger, @cmsbuild, @DickyChant, @epalencia, @ftorrresd, @hqucms, @miquork, @srimanob, @subirsarkar can you please check and sign again. |
@cmsbuild please test |
Milestone for this pull request has been moved to CMSSW_15_1_X. Please open a backport if it should also go in to CMSSW_15_0_X. |
PR description:
This PR adds the Phase-2 L1 Trigger custom Nano version from a standalone repo https://github.com/cms-l1-dpg/Phase2-L1Nano/ to CMSSW. It allows storing the L1 and P2GT objects and also adds some gen collections used for Phase-2 Object and Menu studies.
This nano flavour is added to
autoNANO
as@Phase2L1DPG
and also two upgrade workflows are implemented to test/run this nano after the fullDigiTrigger
chain after the complete L1:.781
- produces NANO in addition to FEVTDEBUG.782
- produces only NANOI also added the
Phase2L1DPGwithGen
flavour which includes the Gen and some RECO tables used in the MenuTools of the L1 DPG which are normally contained in the MINIAOD.Thus these wfs can be used for testing Phase-2 L1 PRs in future @aloeliger @slaurila @RobertJWard @jngadiub.
Some more documentation is in the
DPGAnalysis/Phase2L1TNanoAOD/README.md
.PR validation:
Tested with the workflows
29634.781
and29634.782
and manually withcmsDriver.py -s NANO:@Phase2L1DPG
on 15X TTbar relvals.