From 8895a779ec677d10773fad42632bd2ffc1cd6c84 Mon Sep 17 00:00:00 2001 From: Martin Grunewald Date: Fri, 9 Jul 2021 08:54:54 +0200 Subject: [PATCH] Fix HLT Validation tests --- HLTrigger/Configuration/test/runOne.csh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HLTrigger/Configuration/test/runOne.csh b/HLTrigger/Configuration/test/runOne.csh index 142cb02abbe95..15dd802120aac 100755 --- a/HLTrigger/Configuration/test/runOne.csh +++ b/HLTrigger/Configuration/test/runOne.csh @@ -13,6 +13,8 @@ if ( $2 == "" ) then set tables = ( GRun ) else if ( $2 == ALL ) then set tables = ( GRun 2011 5E33v4 7E33v2 7E33v3 7E33v4 8E33v2 HIon PIon ) +else if ( $2 == IB ) then + set tables = ( GRun 2011 HIon PIon ) else if ( $2 == BOTH ) then set tables = ( GRun PIon ) else if ( $2 == FROZEN ) then