-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
Configuration/ProcessModifiers/python/miniAOD_skip_probQXY_cff.py
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
miniAOD_skip_probQXY = cms.Modifier() |
10 changes: 10 additions & 0 deletions
10
Configuration/ProcessModifiers/python/run2_miniAOD_UL_preWinter22_cff.py
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from Configuration.ProcessModifiers.run2_miniAOD_UL_cff import run2_miniAOD_UL | ||
from Configuration.ProcessModifiers.miniAOD_skip_probQXY_cff import miniAOD_skip_probQXY | ||
|
||
# This modifier is for additional settings to run miniAOD on top of | ||
# ultra-legacy (during LS2) Run-2 AOD produced prior to the Winter22 | ||
# campaign where AOD event content was extended | ||
|
||
run2_miniAOD_UL_preWinter22 = cms.ModifierChain(run2_miniAOD_UL, miniAOD_skip_probQXY) |