Skip to content

Commit

Permalink
adding relval test for prompt l1 nano
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Harper committed Mar 28, 2023
1 parent e0a10fc commit e1c084e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Configuration/PyReleaseValidation/python/relval_nano.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
steps['NANO_data12.4']=merge([{'--era':'Run3,run3_nanoAOD_124',
'--conditions':'auto:run3_data'},
_NANO_data])
#prompt nano test
steps['NANO_data12.4_prompt']=merge([{'--customise' : 'PhysicsTools/NanoAOD/nano_cff.nanoL1TrigObjCustomize', '-n' : '1000'},
steps['NANO_data12.4']])

##12.6 workflows
steps['TTBarMINIAOD12.6'] = {'INPUT':InputInfo(location='STD',ls=run3_lumis,
Expand Down Expand Up @@ -134,6 +137,8 @@
#12.4 input
workflows[2500.501] = ['NANOmc124Xrun3', ['TTbarMINIAOD12.4','NANO_mc12.4', 'HRV_NANO_mc']]
workflows[2500.511] = ['NANOdata124Xrun3', ['MuonEG2022MINIAOD12.4','NANO_data12.4', 'HRV_NANO_data']]
workflows[2500.5111] = ['NANOdata124Xrun3', ['MuonEG2022MINIAOD12.4','NANO_data12.4_prompt', 'HRV_NANO_data']]


################
#12.6 workflows
Expand Down

0 comments on commit e1c084e

Please sign in to comment.