-
Notifications
You must be signed in to change notification settings - Fork 4.4k
[NGT] Add a novel NGTScouting
Phase-2 HLT menu that runs a single "scouting"-like path on the whole L1Accept
#47434
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
[NGT] Add a novel NGTScouting
Phase-2 HLT menu that runs a single "scouting"-like path on the whole L1Accept
#47434
Conversation
cms-bot internal usage |
type ngt |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47434/43844
|
test parameters:
|
@cmsbuild, please test |
+1 Size: This PR adds an extra 76KB to repository Comparison SummarySummary:
|
HLTrigger/Configuration/python/HLT_75e33/modules/hltL1GTAlgoBlockBigORFilter_cfi.py
Outdated
Show resolved
Hide resolved
A new Pull Request was created by @mmusich for master. It involves the following packages:
@AdrianoDee, @Martin-Grunewald, @Moanwar, @cmsbuild, @DickyChant, @miquork, @mmusich, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
+1 Size: This PR adds an extra 44KB to repository The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison SummarySummary:
|
+hlt |
+Upgrade |
kind ping @cms-sw/pdmv-l2 (I have a follow-up PR that I prefer to keep separate). |
+pdmv |
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, @sextonkennedy, @mandrenguyen, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
The NGT project aims to complement the HLT event filtering approach in the Phase-2 HLT farm by performing offline-like full event reconstruction. This approach goes beyond traditional event selection by adopting a "scouting"-like strategy, processing the full L1Accept input and producing a lightweight nanoAOD-like output format. More details on the NGT project's methodology can be found here.
This PR introduces a new
NGTScouting
Phase-2 HLT menu, which runs a singleDST_PFScouting
path. This path performs full HLT event reconstruction without any HLT filtering, processing the entire set of events passing the logical OR of all available L1T seeds in the Phase-2 L1T reduced menu. The implementation serves as a foundational step towards creating a path that outputs the entire L1Accept bandwidth innanoAOD
format. The necessary infrastructure to finalize this output format will be addressed in a follow-up PR.Furthermore, this PR adds a new family of
runTheMatrix
workflows, identified by the .77 modifier, to facilitate testing of theNGTScouting
menu. These workflows will enable comprehensive validation and performance checks, ensuring the new path operates as expected.PR validation:
Run successfully the workflow:
runTheMatrix.py --what upgrade -l 29634.77 -t 4 -j 8
.If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Not a backport, no backport needed.
Cc: @rovere