#include "TrigComboHypoTool.h"
#include "GaudiKernel/SystemOfUnits.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 <vector>
#include <algorithm>
#include <cmath>
Go to the source code of this file.
◆ testLegId()
Test function to compare decision ID with the legs to be used in var computation.
Definition at line 187 of file TrigComboHypoTool.cxx.
190 return combId.numeric() == targetleg;
◆ invGeV
◆ VarMap
Initial value:= {
{"dR", TrigComboHypoTool::ComboHypoVars::DR},
{"invm", TrigComboHypoTool::ComboHypoVars::INVM},
{"dphi", TrigComboHypoTool::ComboHypoVars::DPHI},
{"deta", TrigComboHypoTool::ComboHypoVars::DETA}
}
Definition at line 24 of file TrigComboHypoTool.cxx.