@@ -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 ' ])
20612060upgradeWFs ['NGTScoutingWithNano' ].suffix = '_NGTScoutingWithNano'
20622061upgradeWFs ['NGTScoutingWithNano' ].offset = 0.771
20632062upgradeWFs ['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 ' ])
20712070upgradeWFs ['NGTScoutingWithNanoValid' ].suffix = '_NGTScoutingWithNanoVal'
20722071upgradeWFs ['NGTScoutingWithNanoValid' ].offset = 0.772
20732072upgradeWFs ['NGTScoutingWithNanoValid' ].step2 = {
0 commit comments