ATLAS Offline Software
CellFinder.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 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:
30  std::string m_CellContainerName;
31  float m_Rsubjet;
32 
33 };
34 
35 #endif // DITAUREC_CELLFINDER_H
36 
CellFinder::initialize
virtual StatusCode initialize() override
Tool initializer.
Definition: CellFinder.cxx:35
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:41
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_ClusterContainerName
std::string m_ClusterContainerName
Definition: CellFinder.h:29
CellFinder::m_Rsubjet
float m_Rsubjet
Definition: CellFinder.h:31
CellFinder::CellFinder
CellFinder(const std::string &type, const std::string &name, const IInterface *parent)
Definition: CellFinder.cxx:17
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
CellFinder::m_CellContainerName
std::string m_CellContainerName
Definition: CellFinder.h:30
DiTauCandidateData
Definition: DiTauCandidateData.h:15