Skip to content

Commit 514a8ca

Browse files
committed
add 23 data Mini to Mini, rename step for Summer23
1 parent 6e062cf commit 514a8ca

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

Configuration/PyReleaseValidation/python/relval_nano.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,12 @@ def next(self, index: int = None) -> None:
191191
# 13.0 workflows
192192
steps['TTbarMINIAOD13.0'] = {'INPUT': InputInfo(
193193
location='STD', dataSet='/TTtoLNu2Q_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23MiniAODv4-130X_mcRun3_2023_realistic_v14-v2/MINIAODSIM')}
194-
steps['M2M_mc13.0'] = merge([{'--era': 'Run3', '--conditions': 'auto:phase1_2023_realistic', '--procModifier': 'run3_miniAOD_miniAODpre142X'},
194+
steps['M2M_mc13.0s23'] = merge([{'--era': 'Run3', '--conditions': 'auto:phase1_2023_realistic', '--procModifier': 'run3_miniAOD_miniAODpre142X'},
195195
steps['M2M_mc10.6ul18']])
196196
steps['NANO_mc13.0'] = merge([{'--era': 'Run3,run3_nanoAOD_pre142X', '--conditions': 'auto:phase1_2023_realistic'},
197197
_NANO_mc])
198198
## below: nano steps in current release, using MINI redone with the current release, either from AOD or MINIAOD
199-
steps['NANO_mc_reMINI'] = merge([{'--era': 'Run3', '--conditions': 'auto:phase1_2023_realistic'},
199+
steps['NANO_mc_S23reMINI'] = merge([{'--era': 'Run3', '--conditions': 'auto:phase1_2023_realistic'},
200200
_NANO_mc])
201201
#steps['NANO_mc_S22reMINI'] = merge([{'--era': 'Run3', '--conditions': 'auto:phase1_2023_realistic'},## fig GT
202202
# _NANO_mc])
@@ -214,10 +214,11 @@ def next(self, index: int = None) -> None:
214214
steps['ScoutingPFRun32022RAW13.0'] = {'INPUT': InputInfo(
215215
dataSet='/ScoutingPFRun3/Run2022D-v1/RAW', label='2022D', events=100000, location='STD', ls=Run2022D)}
216216

217-
217+
steps['M2M_data13.0'] = merge([_MINI_from_MINI, {'--era': 'Run3', '--conditions': 'auto:run3_data', '--procModifier': 'run3_miniAOD_miniAODpre142X'}])
218218
steps['NANO_data13.0'] = merge([{'--era': 'Run3,run3_nanoAOD_pre142X', '--conditions': 'auto:run3_data'},
219219
_NANO_data])
220-
220+
steps['NANO_data_23reMINI'] = merge([{'--era': 'Run3_2023', '--conditions': 'auto:run3_data'},
221+
_NANO_data])
221222
steps['NANO_data13.0_prompt'] = merge([{'-s': 'NANO:@Prompt,DQM:@nanoAODDQM', '-n': '1000'},
222223
steps['NANO_data13.0']])
223224

@@ -490,7 +491,10 @@ def next(self, index: int = None) -> None:
490491
workflows[_wfn()] = ['NANOdata130Xrun3', ['MuonEG2023MINIAOD13.0', 'NANO_data13.0', 'HRV_NANO_data']]
491492

492493
_wfn.subnext()
493-
workflows[_wfn()] = ['NANOmc23Mini2Mini', ['TTbarMINIAOD13.0', 'M2M_mc13.0', 'NANO_mc_reMINI', 'HRV3_NANO_mc']]
494+
workflows[_wfn()] = ['NANOmc23Mini2Mini', ['TTbarMINIAOD13.0', 'M2M_mc13.0s23', 'NANO_mc_S23reMINI', 'HRV3_NANO_mc']]
495+
496+
_wfn.subnext()
497+
workflows[_wfn()] = ['NANOdata23Mini2Mini', ['MuonEG2023MINIAOD13.0', 'M2M_data13.0', 'NANO_data_23reMINI', 'HRV3_NANO_data']]
494498

495499
# POG/PAG custom NANOs, MC
496500
_wfn.subnext()

0 commit comments

Comments
 (0)