Skip to content
Snippets Groups Projects
Commit e53d2c06 authored by sutt's avatar sutt
Browse files

Fix the JetSuper chains in the =ID Trigger ART tests

The regex was wrong, and would not match any actual JetSuper chains.
parent bcb58c44
Branches monfux
No related tags found
No related merge requests found
Pipeline #5860110 passed with stage
in 0 seconds
......@@ -151,8 +151,8 @@ if ( True ) :
"HLT_j45_ftf_subjesgscIS_boffperf_split_L1J20:key=HLT_IDTrack_FS_FTF:roi=HLT_FSRoI:vtx=HLT_IDVertex_FS",
"HLT_j.*_presel_.*:key=HLT_IDTrack_JetSuper_FTF:roi=HLT_Roi_JetSuper",
"HLT_j.*_presel_.*:key=HLT_IDTrack_JetSuper_FTF:roi=HLT_Roi_JetSuper:vtx=HLT_IDVertex_JetSuper",
"HLT_j.*_presel.*:key=HLT_IDTrack_JetSuper_FTF:roi=HLT_Roi_JetSuper",
"HLT_j.*_presel.*:key=HLT_IDTrack_JetSuper_FTF:roi=HLT_Roi_JetSuper:vtx=HLT_IDVertex_JetSuper",
"HLT_j45_0eta290_020jvt_boffperf_pf_ftf_L1J20:key=HLT_IDTrack_Bjet_IDTrig:roi=HLT_Roi_Bjet:vtx=HLT_AntiKt4EMPFlowJets_subresjesgscIS_ftf_BTaggingSecVtx",
# don't use FSJet any longer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment