ATLAS Offline Software
Loading...
Searching...
No Matches
DeltaRRoIComboHypoTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef DECISIONHANDLING_DELTARROICOMBOHYPOTOOL_H
6#define DECISIONHANDLING_DELTARROICOMBOHYPOTOOL_H
7
8
13
15
16 public:
17
18 DeltaRRoIComboHypoTool(const std::string& type,
19 const std::string& name,
20 const IInterface* parent);
21
23 virtual StatusCode initialize() override;
24
25 private:
26
27 bool executeAlg(const std::vector<Combo::LegDecision>& combination, const EventContext& ctx) const override;
28
29 double deltaR(double eta1, double eta2, double phi1, double phi2) const;
30
31 Gaudi::Property<float> m_DRcut{this, "DRcut", 0.1, "DR threshold" };
32
33
34
35}; // DECISIONHANDLING_DR2ROICOMBOHYPOTOOL_H
36#endif
37
ComboHypoToolBase(const std::string &type, const std::string &name, const IInterface *parent)
DeltaRRoIComboHypoTool(const std::string &type, const std::string &name, const IInterface *parent)
double deltaR(double eta1, double eta2, double phi1, double phi2) const
virtual StatusCode initialize() override
bool executeAlg(const std::vector< Combo::LegDecision > &combination, const EventContext &ctx) const override
Only a dummy implementation exists in ComboHypoToolBase.
Gaudi::Property< float > m_DRcut