#include "Trig3VarComboHypoTool.h"
#include "GaudiKernel/SystemOfUnits.h"
#include "TrigCompositeUtils/Combinators.h"
#include "TrigCompositeUtils/TrigCompositeUtils.h"
#include <Math/Vector4Dfwd.h>
#include <Math/Vector2D.h>
#include "xAODTrigMissingET/TrigMissingETContainer.h"
#include "FourMomUtils/xAODP4Helpers.h"
#include "AthenaMonitoringKernel/Monitored.h"
#include <algorithm>
#include <cmath>
#include <map>
#include <stdexcept>
Go to the source code of this file.
|
| bool | testLegId3varcombo (const Combo::LegDecision &d, uint32_t targetleg) |
| | Test function to compare decision ID with the legs to be used in var computation.
|
◆ testLegId3varcombo()
| bool testLegId3varcombo |
( |
const Combo::LegDecision & | d, |
|
|
uint32_t | targetleg ) |
Test function to compare decision ID with the legs to be used in var computation.
Definition at line 399 of file Trig3VarComboHypoTool.cxx.
399 {
402 return combId.numeric() == targetleg;
403}
bool isLegId(const HLT::Identifier &legIdentifier)
Recognise whether the chain ID is a leg ID.
◆ invGeV
◆ VarMap