![]() |
ATLAS Offline Software
|
#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.
Functions | |
| bool | testLegId3varcombo (const Combo::LegDecision &d, uint32_t targetleg) |
| Test function to compare decision ID with the legs to be used in var computation. | |
Variables | |
| constexpr float | invGeV = 1. / Gaudi::Units::GeV |
| const std::map< std::string, Trig3VarComboHypoTool::ComboHypoVars > | VarMap |
| 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.
|
constexpr |
Definition at line 22 of file Trig3VarComboHypoTool.cxx.
| const std::map<std::string, Trig3VarComboHypoTool::ComboHypoVars> VarMap |
Definition at line 27 of file Trig3VarComboHypoTool.cxx.