Remove old code for checking for truncated HLT result from the IHLTMonTool
- Feb 02, 2020
-
-
sutt authored
Was printing the warning for the truncation check for the wrong case. Generally it would be better to have flags to *enable* checks rather than have a flag to *ignore* a check.
-
sutt authored
The HLT result truncation check does not work with the new MT navigation so this code change tests whether the MT navigation is being used, and disables the check otherwise. An additional flag is used since job options should not be changed in the code.
-
- Feb 01, 2020
-
-
sutt authored
The old way of checking for a truncated HLT result no longer works in MT, so the IHLTMonTool code needs to have this code fragment disabled A comment has been left in since this would need to be fixed properly at some point
-