ATLAS Offline Software
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 
11 
12 #include "GaudiKernel/ToolHandle.h"
13 
14 
15 class CellFinder : public DiTauToolBase {
16  public:
17 
18  CellFinder(const std::string& type,
19  const std::string& name,
20  const IInterface * parent);
21 
22  virtual ~CellFinder();
23 
24  virtual StatusCode initialize() override;
25 
27  const EventContext& ctx) const override;
28 
29 
30  private:
31 
32  Gaudi::Property<float> m_Rsubjet{this, "Rsubjet", 0.2};
33 
34 };
35 
36 #endif // DITAUREC_CELLFINDER_H
37 
CellFinder::initialize
virtual StatusCode initialize() override
Tool initializer.
Definition: CellFinder.cxx:20
CellFinder::~CellFinder
virtual ~CellFinder()
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
PropertyWrapper.h
DiTauToolBase.h
CellFinder::execute
virtual StatusCode execute(DiTauCandidateData *data, const EventContext &ctx) const override
Execute - called for each Ditau candidate.
Definition: CellFinder.cxx:26
python.CaloAddPedShiftConfig.type
type
Definition: CaloAddPedShiftConfig.py:42
CellFinder::m_Rsubjet
Gaudi::Property< float > m_Rsubjet
Definition: CellFinder.h:32
CellFinder
Definition: CellFinder.h:15
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::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