Definition at line 72 of file ParticleScaleFactorTool.h.
◆ getHist()
Definition at line 224 of file ParticleScaleFactorTool.cxx.
228 if(
s.first.basename()!=
set.basename())
continue;
231 if(
set.parameter()*
s.first.parameter()>0)
result =
s;
240 throw std::runtime_error(
"ParticleScaleFactorTool::Hists::getHist: hist not found!");
◆ axisFuncs
| std::vector<std::function<double(const xAOD::IParticle&)> > ParticleScaleFactorTool::Hists::axisFuncs |
◆ hists
The documentation for this struct was generated from the following files:
constexpr std::enable_if_t< is_bitmask_v< E >, E & > set(E &lhs, E rhs)
Convenience function to set bits in a class enum bitmask.