ATLAS Offline Software
ClusterFinder.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef DITAUREC_CLUSTERFINDER_H
6 #define DITAUREC_CLUSTERFINDER_H
7 
8 #include "DiTauToolBase.h"
9 #include "GaudiKernel/ToolHandle.h"
10 
11 
12 class ClusterFinder : public DiTauToolBase {
13  public:
14 
15  ClusterFinder(const std::string& type,
16  const std::string& name,
17  const IInterface * parent);
18 
19  virtual ~ClusterFinder();
20 
21  virtual StatusCode initialize() override;
22 
24  const EventContext& ctx) const override;
25 
26 
27  private:
29  float m_Rsubjet;
30 
31 };
32 
33 #endif // DITAUREC_CLUSTERFINDER_H
34 
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
DiTauToolBase.h
ClusterFinder::ClusterFinder
ClusterFinder(const std::string &type, const std::string &name, const IInterface *parent)
Definition: ClusterFinder.cxx:12
ClusterFinder::m_ClusterContainerName
std::string m_ClusterContainerName
Definition: ClusterFinder.h:28
ClusterFinder::m_Rsubjet
float m_Rsubjet
Definition: ClusterFinder.h:29
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition: test_pyathena.py:15
ClusterFinder::initialize
virtual StatusCode initialize() override
Tool initializer.
Definition: ClusterFinder.cxx:28
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
DiTauToolBase
The base class for all tau tools.
Definition: DiTauToolBase.h:20
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
ClusterFinder::execute
virtual StatusCode execute(DiTauCandidateData *data, const EventContext &ctx) const override
Execute - called for each Ditau candidate.
Definition: ClusterFinder.cxx:34
DiTauCandidateData
Definition: DiTauCandidateData.h:15
ClusterFinder::~ClusterFinder
virtual ~ClusterFinder()
ClusterFinder
Definition: ClusterFinder.h:12