Skip to content

Commit 5150908

Browse files
committed
fix type HLTPhaseWithNano -> HLTPhase2WithNano
1 parent 5ca5c45 commit 5150908

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,7 +2022,7 @@ def setup_(self, step, stepName, stepDict, k, properties):
20222022
def condition(self, fragment, stepList, key, hasHarvest):
20232023
return fragment=="TTbar_14TeV" and 'Run4' in key
20242024

2025-
upgradeWFs['HLTPhaseWithNano'] = UpgradeWorkflow_HLTPhase2_WithNano(
2025+
upgradeWFs['HLTPhase2WithNano'] = UpgradeWorkflow_HLTPhase2_WithNano(
20262026
steps = [
20272027
'Reco',
20282028
'RecoGlobal',
@@ -2047,17 +2047,16 @@ def condition(self, fragment, stepList, key, hasHarvest):
20472047
'HARVESTGlobal',
20482048
'HARVESTGlobalFakeHLT',
20492049
],
2050-
suffix = '_HLTPhaseWithNano',
2050+
suffix = '_HLTPhase2WithNano',
20512051
offset = 0.759,
20522052
)
2053-
upgradeWFs['HLTPhaseWithNano'].step2 = {
2054-
2053+
upgradeWFs['HLTPhase2WithNano'].step2 = {
20552054
'-s':'DIGI:pdigi_valid,L1TrackTrigger,L1,L1P2GT,DIGI2RAW,HLT:75e33,NANO:@Phase2HLT',
20562055
'--datatier':'GEN-SIM-DIGI-RAW,NANOAODSIM',
20572056
'--eventcontent':'FEVTDEBUGHLT,NANOAODSIM'
20582057
}
20592058

2060-
upgradeWFs['NGTScoutingWithNano'] = deepcopy(upgradeWFs['HLTPhaseWithNano'])
2059+
upgradeWFs['NGTScoutingWithNano'] = deepcopy(upgradeWFs['HLTPhase2WithNano'])
20612060
upgradeWFs['NGTScoutingWithNano'].suffix = '_NGTScoutingWithNano'
20622061
upgradeWFs['NGTScoutingWithNano'].offset = 0.771
20632062
upgradeWFs['NGTScoutingWithNano'].step2 = {
@@ -2067,7 +2066,7 @@ def condition(self, fragment, stepList, key, hasHarvest):
20672066
'--eventcontent':'FEVTDEBUGHLT,NANOAODSIM'
20682067
}
20692068

2070-
upgradeWFs['NGTScoutingWithNanoValid'] = deepcopy(upgradeWFs['HLTPhaseWithNano'])
2069+
upgradeWFs['NGTScoutingWithNanoValid'] = deepcopy(upgradeWFs['HLTPhase2WithNano'])
20712070
upgradeWFs['NGTScoutingWithNanoValid'].suffix = '_NGTScoutingWithNanoVal'
20722071
upgradeWFs['NGTScoutingWithNanoValid'].offset = 0.772
20732072
upgradeWFs['NGTScoutingWithNanoValid'].step2 = {

0 commit comments

Comments
 (0)