5#ifndef DECISIONHANDLING_DELTARROICOMBOHYPOTOOL_H
6#define DECISIONHANDLING_DELTARROICOMBOHYPOTOOL_H
19 const std::string& name,
20 const IInterface* parent);
27 bool executeAlg(
const std::vector<Combo::LegDecision>& combination,
const EventContext& ctx)
const override;
29 double deltaR(
double eta1,
double eta2,
double phi1,
double phi2)
const;
31 Gaudi::Property<float>
m_DRcut{
this,
"DRcut", 0.1,
"DR threshold" };