@@ -2882,10 +2882,10 @@ def gen2022HiMix(fragment,howMuch):
2882
2882
steps ['RECODR3_reHLT_HCALOnlyCPU' ]= merge ([{'-s' : 'RAW2DIGI:RawToDigi_hcalOnly,RECO:reconstruction_hcalOnly,DQM:@hcalOnly+@hcal2Only' },steps ['RECODR3_reHLT_2023' ]])
2883
2883
steps ['RECODR3_reHLT_HCALOnlyGPU' ]= merge ([step3_gpu , steps ['RECODR3_reHLT_HCALOnlyCPU' ]])
2884
2884
2885
- steps ['RECONANORUN3_reHLT_2022' ]= merge ([{'-s' :'RAW2DIGI,L1Reco,RECO,PAT,NANO,DQM:@standardDQMFakeHLT+@miniAODDQM+@nanoAODDQM' },steps ['RECODR3_reHLT_2022' ]])
2885
+ steps ['RECONANORUN3_reHLT_2022' ]= merge ([{'-s' :'RAW2DIGI,L1Reco,RECO,PAT,NANO,DQM:@standardDQMFakeHLT+@miniAODDQM+@nanoAODDQM' , '--datatier' : 'RECO,MINIAOD,NANOAOD,DQMIO' , '--eventcontent' : 'RECO,MINIAOD,NANOEDMAOD,DQM' },steps ['RECODR3_reHLT_2022' ]])
2886
2886
steps ['RECOCOSMRUN3_reHLT_2022' ]= merge ([{'--scenario' :'cosmics' ,'-s' :'RAW2DIGI,L1Reco,RECO,DQM' ,'--datatier' :'RECO,DQMIO' ,'--eventcontent' :'RECO,DQM' },steps ['RECONANORUN3_reHLT_2022' ]])
2887
2887
2888
- steps ['RECONANORUN3_reHLT_2023' ]= merge ([{'-s' :'RAW2DIGI,L1Reco,RECO,PAT,NANO,DQM:@standardDQM+@miniAODDQM+@nanoAODDQM' },steps ['RECODR3_reHLT_2023' ]])
2888
+ steps ['RECONANORUN3_reHLT_2023' ]= merge ([{'-s' :'RAW2DIGI,L1Reco,RECO,PAT,NANO,DQM:@standardDQM+@miniAODDQM+@nanoAODDQM' , '--datatier' : 'RECO,MINIAOD,NANOAOD,DQMIO' , '--eventcontent' : 'RECO,MINIAOD,NANOEDMAOD,DQM' },steps ['RECODR3_reHLT_2023' ]])
2889
2889
steps ['RECOCOSMRUN3_reHLT_2023' ]= merge ([{'--scenario' :'cosmics' ,'-s' :'RAW2DIGI,L1Reco,RECO,DQM' ,'--datatier' :'RECO,DQMIO' ,'--eventcontent' :'RECO,DQM' },steps ['RECONANORUN3_reHLT_2023' ]])
2890
2890
2891
2891
# mask away - to be removed once we'll migrate the matrix to be fully unscheduled for RECO step
0 commit comments