#include "TrigComboHypoTool.h"
#include "GaudiKernel/SystemOfUnits.h"
#include "TrigCompositeUtils/Combinators.h"
#include "TrigCompositeUtils/TrigCompositeUtils.h"
#include <Math/Vector4D.h>
#include <Math/Vector4Dfwd.h>
#include <Math/Vector2D.h>
#include <Math/Vector2Dfwd.h>
#include "xAODTrigMissingET/TrigMissingETContainer.h"
#include "FourMomUtils/xAODP4Helpers.h"
#include <algorithm>
#include <cmath>
Go to the source code of this file.
|
| bool | testLegId (const Combo::LegDecision &d, uint32_t targetleg) |
| | Test function to compare decision ID with the legs to be used in var computation.
|
◆ testLegId()
| bool testLegId |
( |
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 385 of file TrigComboHypoTool.cxx.
385 {
388 return combId.numeric() == targetleg;
389}
bool isLegId(const HLT::Identifier &legIdentifier)
Recognise whether the chain ID is a leg ID.
◆ invGeV
◆ VarMap