#include <VRJetOverlapDecorator.h>
Definition at line 18 of file VRJetOverlapDecorator.h.
◆ VRJetOverlapDecorator()
Definition at line 68 of file VRJetOverlapDecorator.cxx.
68 :
75{
76}
SG::AuxElement::Decorator< float > m_rel_decorator
SG::AuxElement::ConstAccessor< float > m_mass_scale
SG::AuxElement::ConstAccessor< float > m_min_radius
VRJetParameters m_param_source
SG::AuxElement::Decorator< float > m_abs_decorator
SG::AuxElement::ConstAccessor< float > m_max_radius
◆ decorate()
Definition at line 78 of file VRJetOverlapDecorator.cxx.
78 {
79
81
84
85
86
92
93
97 } else {
98 throw std::logic_error("unknown jet parameter lookup");
99 }
100 auto min_dr = getMinimumRelativeDR(jets, cfg);
101 for (
size_t iii = 0; iii <
jets.size(); iii++) {
103 const auto drs =
min_dr.at(iii);
106 }
107}
Jet_v1 Jet
Definition of the current "jet version".
◆ m_abs_decorator
◆ m_mass_scale
◆ m_max_radius
◆ m_min_radius
◆ m_param_source
◆ m_rel_decorator
The documentation for this class was generated from the following files: