Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
CellFinder.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 DITAUREC_CELLFINDER_H
6 #define DITAUREC_CELLFINDER_H
7 
8 #include "DiTauToolBase.h"
9 
10 #include "GaudiKernel/ToolHandle.h"
11 
12 
13 class CellFinder : public DiTauToolBase {
14  public:
15 
16  CellFinder(const std::string& type,
17  const std::string& name,
18  const IInterface * parent);
19 
20  virtual ~CellFinder();
21 
22  virtual StatusCode initialize() override;
23 
25  const EventContext& ctx) const override;
26 
27 
28  private:
29  float m_Rsubjet;
30 
31 };
32 
33 #endif // DITAUREC_CELLFINDER_H
34 
CellFinder::initialize
virtual StatusCode initialize() override
Tool initializer.
Definition: CellFinder.cxx:22
CellFinder::~CellFinder
virtual ~CellFinder()
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
DiTauToolBase.h
CellFinder::execute
virtual StatusCode execute(DiTauCandidateData *data, const EventContext &ctx) const override
Execute - called for each Ditau candidate.
Definition: CellFinder.cxx:28
python.CaloAddPedShiftConfig.type
type
Definition: CaloAddPedShiftConfig.py:42
CellFinder
Definition: CellFinder.h:13
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
CellFinder::m_Rsubjet
float m_Rsubjet
Definition: CellFinder.h:29
CellFinder::CellFinder
CellFinder(const std::string &type, const std::string &name, const IInterface *parent)
Definition: CellFinder.cxx:8
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
DiTauToolBase
The base class for all tau tools.
Definition: DiTauToolBase.h:20
DiTauCandidateData
Definition: DiTauCandidateData.h:15