![]() |
ATLAS Offline Software
|
#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.
Functions | |
| bool | testLegId (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, TrigComboHypoTool::ComboHypoVars > | VarMap |
| 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.
|
constexpr |
Definition at line 21 of file TrigComboHypoTool.cxx.
| const std::map<std::string, TrigComboHypoTool::ComboHypoVars> VarMap |
Definition at line 26 of file TrigComboHypoTool.cxx.