Set up a chain with a preselection
Preselection is done before sending jets to the FastReducer algorithm. Preselection is performed by using a ConditionFilter attribute of TrigJetHypoToolHelperNoGrouper.
When acting as a preselector the Filter instance is supplied by a sequence of Conditions. The sequence is used to select jets in the veto region. A ConditionInverter object inverts the result, and the Filter acts to veto jets satisifying all the conditions.
In the case dealt with in this merge request, an example chain has been added to the LS2_v1.py menu that species an eta-phi region.mFor this chain, the filter is set up to veto incoming jets that lie in this region.
Merge request reports
Activity
added JetHLTHypo label
This merge request affects 4 packages:
- Trigger/TrigHypothesis/TrigHLTJetHypo
- Trigger/TrigValidation/TrigAnalysisTest
- Trigger/TrigValidation/TriggerTest
- Trigger/TriggerCommon/TriggerMenuMT
Affected files list will not be printed in this case
Adding @sutt ,@ademaria ,@okumura ,@carquin ,@dzanzi ,@bernius ,@hrussell ,@malconad ,@jpanduro as watchers
removed JetEtmiss Trigger TriggerMenu changes-trigger-counts master review-pending-level-1 labels
✅ CI Result SUCCESS (hash 5b95b2d9)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis externals ✅ ✅ ✅ ✅ ✅ cmake ✅ ✅ ✅ ✅ ✅ make ✅ ✅ ✅ ✅ ✅ required tests ✅ ✅ ✅ ✅ ✅ optional tests ✅ ✅ ✅ ✅ ✅ Full details available on this CI monitor view
✅ Athena: number of compilation errors 0, warnings 0
✅ AthSimulation: number of compilation errors 0, warnings 0
✅ AthGeneration: number of compilation errors 0, warnings 0
✅ AnalysisBase: number of compilation errors 0, warnings 0
✅ AthAnalysis: number of compilation errors 0, warnings 0
📝 For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 26762]- Resolved by Jonathan Bossio
- Resolved by Jonathan Bossio
- Resolved by Jonathan Bossio
The default is set in the code.
Placing all defaults in a list is error prone. Short lists can be scanned accurately by eye, but long lists are a great way to hide bugs.
Here keep a short list by recognising that standard values can be identified, and need not be added to the list.
In the beginning the list was short, so was ok.
Of course, there is nothing to say that the current list, short as it is now, will not grow to an unreasonable size in the future - but the growth rate has been lowered...
added master label
added Trigger label
added JetEtmiss TriggerMenu changes-trigger-counts review-pending-level-1 labels
- Resolved by Volker Andreas Austrup