Support L1Scouting PDs to have their own merging for nanoaod #12485
Open
LinaresToine wants to merge 3 commits intodmwm:masterfrom
Open
Support L1Scouting PDs to have their own merging for nanoaod #12485LinaresToine wants to merge 3 commits intodmwm:masterfrom
LinaresToine wants to merge 3 commits intodmwm:masterfrom
Conversation
|
Jenkins results:
|
missirol
added a commit
to missirol/cmssw
that referenced
this pull request
Mar 21, 2026
This updates the "mergeProcess" function in Merge.py in order to support the merging of NanoEDMAOD files for Run-3 L1-Scouting data. Creating flat NanoAOD files from NANOEDMAOD files of Run-3 L1-Scouting data requires using the plugin "OrbitNanoAODOutputModule" (instead of "NanoAODOutputModule"). "OrbitNanoAODOutputModule" converts orbit-based NanoAOD tables (EDM) to event/BX-based "flat" NanoAOD branches. See dmwm/WMCore#12485 for related updates to the WMCore package.
missirol
reviewed
Mar 21, 2026
Contributor
Author
|
Thank you for your comments @missirol. I have made the proposed changes |
missirol
added a commit
to missirol/cmssw
that referenced
this pull request
Mar 24, 2026
This updates the "mergeProcess" function in Merge.py in order to support the merging of NanoEDMAOD files for Run-3 L1-Scouting data. Creating flat NanoAOD files from NANOEDMAOD files of Run-3 L1-Scouting data requires using the plugin "OrbitNanoAODOutputModule" (instead of "NanoAODOutputModule"). "OrbitNanoAODOutputModule" converts orbit-based NanoAOD tables (EDM) to event/BX-based "flat" NanoAOD branches. See dmwm/WMCore#12485 for related updates to the WMCore package.
missirol
added a commit
to missirol/cmssw
that referenced
this pull request
Mar 24, 2026
This updates the "mergeProcess" function in Merge.py in order to support the merging of NanoEDMAOD files for Run-3 L1-Scouting data. Creating flat NanoAOD files from NANOEDMAOD files of Run-3 L1-Scouting data requires using the plugin "OrbitNanoAODOutputModule" (instead of "NanoAODOutputModule"). "OrbitNanoAODOutputModule" converts orbit-based NanoAOD tables (EDM) to event/BX-based "flat" NanoAOD branches. See dmwm/WMCore#12485 for related updates to the WMCore package.
missirol
added a commit
to missirol/cmssw
that referenced
this pull request
Mar 24, 2026
This updates the "mergeProcess" function in Merge.py in order to support the merging of NanoEDMAOD files for Run-3 L1-Scouting data. Creating flat NanoAOD files from NANOEDMAOD files of Run-3 L1-Scouting data requires using the plugin "OrbitNanoAODOutputModule" (instead of "NanoAODOutputModule"). "OrbitNanoAODOutputModule" converts orbit-based NanoAOD tables (EDM) to event/BX-based "flat" NanoAOD branches. See dmwm/WMCore#12485 for related updates to the WMCore package.
missirol
added a commit
to missirol/cmssw
that referenced
this pull request
Mar 24, 2026
This updates the "mergeProcess" function in Merge.py in order to support the merging of NanoEDMAOD files for Run-3 L1-Scouting data. Creating flat NanoAOD files from NANOEDMAOD files of Run-3 L1-Scouting data requires using the plugin "OrbitNanoAODOutputModule" (instead of "NanoAODOutputModule"). "OrbitNanoAODOutputModule" converts orbit-based NanoAOD tables (EDM) to event/BX-based "flat" NanoAOD branches. See dmwm/WMCore#12485 for related updates to the WMCore package.
missirol
added a commit
to missirol/cmssw
that referenced
this pull request
Mar 24, 2026
This updates the "mergeProcess" function in Merge.py in order to support the merging of NanoEDMAOD files for Run-3 L1-Scouting data. Creating flat NanoAOD files from NANOEDMAOD files of Run-3 L1-Scouting data requires using the plugin "OrbitNanoAODOutputModule" (instead of "NanoAODOutputModule"). "OrbitNanoAODOutputModule" converts orbit-based NanoAOD tables (EDM) to event/BX-based "flat" NanoAOD branches. See dmwm/WMCore#12485 for related updates to the WMCore package.
This was referenced Mar 24, 2026
missirol
added a commit
to missirol/cmssw
that referenced
this pull request
Mar 24, 2026
This updates the "mergeProcess" function in Merge.py in order to support the merging of NanoEDMAOD files for Run-3 L1-Scouting data. Creating flat NanoAOD files from NANOEDMAOD files of Run-3 L1-Scouting data requires using the plugin "OrbitNanoAODOutputModule" (instead of "NanoAODOutputModule"). "OrbitNanoAODOutputModule" converts orbit-based NanoAOD tables (EDM) to event/BX-based "flat" NanoAOD branches. See dmwm/WMCore#12485 for related updates to the WMCore package.
|
Thanks, @LinaresToine. Fwiw, the PR looks okay to me. For reference, the related CMSSW PRs are cms-sw/cmssw#50510 (16_1_X) and cms-sw/cmssw#50511 (16_0_X). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #<GH_Issue_Number>
Status
In development
Description
L1 Scouting team wants to have tailored nano for their own usecase. The way we plan to handle this request is to use a different `mergeNANO` flag, namely `mergeL1SCOUTNANO` for their PDs `L1Scouting` and `L1ScoutingSelection`.This PR needs a CMSSW PR such that the new flag is used here:
Is it backward compatible (if not, which system it affects?)
YES
Related PRs
Pending CMSSW PRs
External dependencies / deployment changes
None