Skip to content
Snippets Groups Projects
Commit 7a3ac3f5 authored by Peter Sherwood's avatar Peter Sherwood Committed by Stewart Martin-Haugh
Browse files

TrigJetHypo ATR-27619 - reduce the number of AlgTools.

TrigJetHypo ATR-27619 - reduce the number of AlgTools.

Replace the on to one matching of Condition filters - Conditions with an
index array, and a Filter array. The index array is one-to-one with the Conditions,
while the size of the filter array is at most the length of the filter index array.

In the majority of cases, the condition filters were pass-through filters, so this
approch reduces the need to configure the such filters, at the proce of more complex code.

Further, the filter used before the processing the jet hypo, has been replaced by a simple copy
when a PassThrough filter was requested.
parent a04425ae
No related branches found
No related tags found
Loading
Showing
with 193 additions and 105 deletions
Loading
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