Skip to content

Commit e022515

Browse files
committed
Add relval workflows.
1 parent 6d7875b commit e022515

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

Configuration/PyReleaseValidation/python/relval_nano.py

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,11 +287,25 @@ def subnext(self):
287287
steps['JetMET1_Run2024H_AOD'] = {'INPUT': InputInfo(
288288
location='STD', ls={385836: [[72, 166]]}, dataSet='/JetMET1/Run2024H-PromptReco-v1/AOD')}
289289

290-
steps['NANO_mc_Summer24_reMINI'] = merge([{'--era': 'Run3', '--conditions': 'auto:phase1_2024_realistic'}, _NANO_mc])
290+
steps['NANO_mc_Summer24_reMINI'] = merge([{'--era': 'Run3_2024', '--conditions': 'auto:phase1_2024_realistic'}, _NANO_mc])
291291

292292
steps['NANO_data_2024_reMINI'] = merge([{'--era': 'Run3_2024', '--conditions': 'auto:run3_data'}, _NANO_data])
293293

294294

295+
################################################################
296+
# Run3, 15_0_X input (for 2025 data-taking)
297+
# temporarily using the Summer24 samples
298+
steps['TTbar_13p6_Summer24_MINIAOD'] = {'INPUT': InputInfo(
299+
location='STD', dataSet='/TTtoLNu2Q_TuneCP5_13p6TeV_powheg-pythia8/RunIII2024Summer24MiniAODv6-150X_mcRun3_2024_realistic_v2-v2/MINIAODSIM')}
300+
301+
steps['JetMET1_Run2024H_MINIAOD'] = {'INPUT': InputInfo(
302+
location='STD', ls={385836: [[72, 166]]}, dataSet='/JetMET1/Run2024H-MINIv6NANOv15-v2/MINIAOD')}
303+
304+
steps['NANO_mc15.0'] = merge([{'--era': 'Run3_2025', '--conditions': 'auto:phase1_2025_realistic'}, _NANO_mc])
305+
306+
steps['NANO_data15.0'] = merge([{'--era': 'Run3_2025', '--conditions': 'auto:run3_data_prompt'}, _NANO_data])
307+
308+
295309
################################################################
296310
# NANOGEN
297311
steps['NANOGENFromGen'] = merge([{'-s': 'NANO:@GEN,DQM:@nanogenDQM',
@@ -402,6 +416,14 @@ def subnext(self):
402416
_wfn.subnext()
403417
workflows[_wfn()] = ['NANOdata2024reMINI', ['JetMET1_Run2024H_AOD', 'REMINIAOD_data2024', 'NANO_data_2024_reMINI', 'HRV_NANO_data']] # noqa
404418

419+
# Run3, 15_0_X input (2025)
420+
_wfn.subnext()
421+
workflows[_wfn()] = ['NANOmc150X', ['TTbar_13p6_Summer24_MINIAOD', 'NANO_mc15.0', 'HRV_NANO_mc']]
422+
423+
_wfn.subnext()
424+
workflows[_wfn()] = ['NANOdata150X', ['JetMET1_Run2024H_MINIAOD', 'NANO_data15.0', 'HRV_NANO_data']]
425+
426+
405427
_wfn.next(9)
406428
######## 2500.9xx ########
407429
# NANOGEN

0 commit comments

Comments
 (0)