-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[NGT] Introduce NanoAOD flavour for Phase 2 HLT #48091
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
Conversation
cms-bot internal usage |
type ngt |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48091/44835
|
A new Pull Request was created by @elenavernazza for master. It involves the following packages:
The following packages do not have a category, yet: HLTrigger/NGTScouting @AdrianoDee, @Martin-Grunewald, @Moanwar, @cmsbuild, @DickyChant, @ftorrresd, @hqucms, @jfernan2, @mandrenguyen, @miquork, @mmusich, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
test parameters:
|
@cmsbuild, please test |
-1 Failed Tests: UnitTests RelVals RelVals-INPUT Unit TestsI found 4 errors in the following unit tests: ---> test test-btvNano-run had ERRORS ---> test test-btvNano-check had ERRORS ---> test test_MC_22_crosscheck had ERRORS and more ... RelVals
Expand to see more relval errors ...RelVals-INPUT |
@cms-sw/xpog-l2 please review. |
<link rel="stylesheet" type="text/css" href="https://cms-nanoaod-integration.web.cern.ch/patsize.css" /> | ||
<script type="text/javascript" src="https://cms-nanoaod-integration.web.cern.ch/rgraph/RGraph.common.core.js"></script> | ||
<script type="text/javascript" src="https://cms-nanoaod-integration.web.cern.ch/rgraph/RGraph.pie.js"></script> | ||
<script type="text/javascript" src="https://cms-nanoaod-integration.web.cern.ch/rgraph/RGraph.common.dynamic.js"></script> | ||
<script type="text/javascript" src="https://cms-nanoaod-integration.web.cern.ch/rgraph/RGraph.common.tooltips.js"></script> | ||
<script type="text/javascript" src="https://cms-nanoaod-integration.web.cern.ch/rgraph/RGraph.common.key.js"></script> |
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.
https://cms-nanoaod-integration.web.cern.ch will decommissioned by November. Everything (rgraph included) is being moved to http://cms-xpog.docs.cern.ch.
Can be done in a future PR.
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.
Hi @ftorrresd, thank you for the comment, we take note.
However, further NGT developments are foreseen (already presented to xpog here) and those are beging blocked by this PR (in review since 2 weeks). If you don't have other substantive comments to the overall structure, I would suggest you to sign and let this PR be merged, such that your comment could be acted upon in a follow-up PR.
+1 |
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. @rappoccio, @antoniovilela, @sextonkennedy, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
FYI I tried to run the NGTScouting wf and while the nano part is in autoNANO, the NGTScouting is missing from HLT: cmssw/Configuration/HLT/python/autoHLT.py Lines 4 to 19 in 9938fac
I get this error:
For the normal HLT step I get this error but I guess I should check the HLT upgrade docs first before continuing :)
|
There are recipes on how to run at #48091 (comment). |
Hi @artlbv |
PR description:
The goal of this PR is to introduce a new custom NanoAOD flavour for Phase 2 HLT.
The format is compatible with both the Phase 2 standard menu and the NGT Scouting menu. It includes most of the relevant HLT objects (further developments are foreseen to include Taus and MET) :
The NanoAOD production is triggered automatically when running "TTbar_14TeV" workflows with offsets:
Otherwise, it can be triggered by adding NANO:@Phase2HLT (when running on the standard Phase 2 menu) or NANO:@NGTScouting (when running on the NGT Scouting menu) in the step2 cmsDriver command, as shown below.
E.g. for the standard Phase 2 menu
E.g. for the standard NGT Scouting
PR validation:
I've run the workflow 29834 with both .759 and .771 offsets. The step1 and step2 are produced correctly, NanoAOD branches are correctly filled.