@@ -2067,7 +2067,7 @@ def condition(self, fragment, stepList, key, hasHarvest):
20672067
20682068upgradeWFs ['NGTScoutingWithNano' ] = deepcopy (upgradeWFs ['HLTPhase2WithNano' ])
20692069upgradeWFs ['NGTScoutingWithNano' ].suffix = '_NGTScoutingWithNano'
2070- upgradeWFs ['NGTScoutingWithNano' ].offset = 0.771
2070+ upgradeWFs ['NGTScoutingWithNano' ].offset = 0.772
20712071upgradeWFs ['NGTScoutingWithNano' ].step2 = {
20722072 '-s' :'DIGI:pdigi_valid,L1TrackTrigger,L1,L1P2GT,DIGI2RAW,HLT:NGTScouting,NANO:@NGTScouting' ,
20732073 '--datatier' :'GEN-SIM-DIGI-RAW,NANOAODSIM' ,
@@ -2077,7 +2077,7 @@ def condition(self, fragment, stepList, key, hasHarvest):
20772077
20782078upgradeWFs ['NGTScoutingWithNanoValid' ] = deepcopy (upgradeWFs ['HLTPhase2WithNano' ])
20792079upgradeWFs ['NGTScoutingWithNanoValid' ].suffix = '_NGTScoutingWithNanoVal'
2080- upgradeWFs ['NGTScoutingWithNanoValid' ].offset = 0.772
2080+ upgradeWFs ['NGTScoutingWithNanoValid' ].offset = 0.773
20812081upgradeWFs ['NGTScoutingWithNanoValid' ].step2 = {
20822082 '-s' :'DIGI:pdigi_valid,L1TrackTrigger,L1,L1P2GT,DIGI2RAW,HLT:NGTScouting,VALIDATION:@hltValidation,NANO:@NGTScoutingVal' ,
20832083 '--datatier' :'GEN-SIM-DIGI-RAW,NANOAODSIM' ,
@@ -2154,6 +2154,20 @@ def condition(self, fragment, stepList, key, hasHarvest):
21542154 '-s' :'HARVESTING:@hltValidation'
21552155}
21562156
2157+ upgradeWFs ['NGTScoutingAll' ] = deepcopy (upgradeWFs ['NGTScouting' ])
2158+ upgradeWFs ['NGTScoutingAll' ].suffix = '_NGTScoutingAll'
2159+ upgradeWFs ['NGTScoutingAll' ].offset = 0.771
2160+ upgradeWFs ['NGTScoutingAll' ].step2 = {
2161+ '-s' :'DIGI:pdigi_valid,L1TrackTrigger,L1,L1P2GT,DIGI2RAW,HLT:NGTScouting,VALIDATION:@hltValidation' ,
2162+ '--procModifiers' : 'ngtScouting,alpaka,ticl_v5,ticl_barrel' ,
2163+ '--datatier' :'GEN-SIM-DIGI-RAW,DQMIO' ,
2164+ '--eventcontent' :'FEVTDEBUGHLT,DQMIO'
2165+ }
2166+ upgradeWFs ['NGTScoutingAll' ].step3 = {
2167+ '--procModifiers' : 'ngtScouting,alpaka,ticl_v5,ticl_barrel' ,
2168+ '-s' :'HARVESTING:@hltValidation'
2169+ }
2170+
21572171class UpgradeWorkflow_L1Complete (UpgradeWorkflow ):
21582172 def setup_ (self , step , stepName , stepDict , k , properties ):
21592173 if 'Digi' in step and 'NoHLT' not in step :
0 commit comments