Skip to content

Commit

Permalink
add relval_nano matrix for ScoutingNano in 14_0_X
Browse files Browse the repository at this point in the history
  • Loading branch information
patinkaew committed Sep 7, 2024
1 parent ba41500 commit d6cebf1
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions Configuration/PyReleaseValidation/python/relval_nano.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,19 @@ def subnext(self):
steps['NANO_mcScouting13.X']=merge([{'-s':'NANO:@Scout'},
steps['NANO_mc13.3']])


##14.0 INPUT
lumis_Run2024D = {380306: [[28, 273]]}
steps['NANO_data14.0'] = merge([{'--era': 'Run3_2024', '--conditions': 'auto:run3_data_prompt'},
_NANO_data])

steps['ScoutingPFRun32024RAW14.0'] = {'INPUT': InputInfo(location='STD', ls=lumis_Run2024D,
dataSet='/ScoutingPFRun3/Run2024D-v1/HLTSCOUT')}

steps['NANO_dataRun3ScoutingPF14.0']=merge([{'-s': 'NANO:@Scout'},
steps['NANO_data14.0']])


_wfn=WFN(2500)
################
#10.6 input
Expand Down Expand Up @@ -289,8 +302,15 @@ def subnext(self):
_wfn.next()
################
#13.X workflows
workflows[_wfn()] = ['ScoutingNanodata13X',['ScoutingPFRun32022DRAW13.X', 'NANO_dataRun3ScoutingPF13.X']]
workflows[_wfn()] = ['ScoutingNANOdata13X',['ScoutingPFRun32022DRAW13.X', 'NANO_dataRun3ScoutingPF13.X']]
_wfn.subnext()
workflows[_wfn()] = ['ScoutingNanomc13X',['TTBarMINIAOD13.3','NANO_mcScouting13.X']]
workflows[_wfn()] = ['ScoutingNANOmc13X',['TTBarMINIAOD13.3','NANO_mcScouting13.X']]

################

_wfn.next()
################
#14.0 workflows
workflows[_wfn()] = ['ScoutingNANOdata140Xrun3', ['ScoutingPFRun32024RAW14.0', 'NANO_dataRun3ScoutingPF14.0']]

################

0 comments on commit d6cebf1

Please sign in to comment.