Skip to content

Commit

Permalink
Use JMErePuppi
Browse files Browse the repository at this point in the history
  • Loading branch information
nurfikri89 committed Jun 14, 2024
1 parent bc28016 commit bd11cb5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Configuration/PyReleaseValidation/python/relval_nano.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ def subnext(self):
'-n' : '1000'},
steps['NANO_data13.0']])

steps['jmeNANO_rePuppi_data13.0']=merge([steps['jmeNANO_data13.0']])
steps['jmeNANO_rePuppi_data13.0']['--customise'] += ',"PhysicsTools/NanoAOD/custom_jme_cff.RecomputePuppiWeightsAndMET"'
steps['jmeNANO_rePuppi_data13.0']= merge([{'-s':'NANO:@JMErePuppi', '-n' : '1000'},
steps['NANO_data13.0']])

###current release cycle workflows : 13.2
steps['TTBarMINIAOD13.2'] = {'INPUT':InputInfo(location='STD',
Expand All @@ -214,8 +214,9 @@ def subnext(self):
'-n' : '1000'},
steps['NANO_mc13.2']])

steps['jmeNANO_rePuppi_mc13.2']=merge([steps['jmeNANO_mc13.2']])
steps['jmeNANO_rePuppi_mc13.2']['--customise'] += ',"PhysicsTools/NanoAOD/custom_jme_cff.RecomputePuppiWeightsAndMET"'
steps['jmeNANO_rePuppi_mc13.2']merge([{'-s' : 'NANO:@JMErePuppi ', '-n' : '1000'},
steps['NANO_mc13.2']])


##13.X INPUT
steps['ScoutingPFRun32022DRAW13.X']={'INPUT':InputInfo(dataSet='/ScoutingPFRun3/Run2022D-v1/RAW',label='2022D',events=100000,location='STD', ls=Run2022D)}
Expand Down

0 comments on commit bd11cb5

Please sign in to comment.