|
ATLAS Offline Software
|
Go to the documentation of this file.
17 const double GeV = 1
e3;
30 "Input b-jet flag. Disabled by default.");
32 "Max electron PT for b-tag aware OR. 100 GeV by default.");
34 "Toggle ele/jet PT ratio requirement");
36 "Ele/jet PT ratio threshold to remove a jet");
38 "Inner cone for removing jets");
40 "Outer cone for removing electrons");
42 "Use sliding dR cone to reject electrons");
44 "The constant offset for sliding dR");
46 "The inverse muon pt factor for sliding dR");
48 "Maximum size of sliding dR cone");
50 "Calculate delta-R using rapidity");
78 ATH_MSG_DEBUG(
"Configuring sliding outer cone for ele-jet OR with " <<
82 std::make_unique<SlidingDeltaRMatcher>
95 return StatusCode::SUCCESS;
108 ATH_MSG_ERROR(
"First container arg is not an ElectronContainer!");
109 return StatusCode::FAILURE;
113 ATH_MSG_ERROR(
"Second container arg is not of type JetContainer!");
114 return StatusCode::FAILURE;
118 return StatusCode::SUCCESS;
165 return StatusCode::SUCCESS;
DataVector adapter that acts like it holds const pointers.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
::StatusCode StatusCode
StatusCode definition for legacy code.
DataVector adapter that acts like it holds const pointers.