ATLAS Offline Software
egammaIso.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef EGAMMACALOTOOLS_EGAMMAISO_H
6 #define EGAMMACALOTOOLS_EGAMMAISO_H
7 
10 
14 #include <vector>
15 
16 class egammaIso : public AthAlgTool, virtual public IegammaIso {
17 
18  public:
19 
21  egammaIso(const std::string& type,
22  const std::string& name,
23  const IInterface* parent);
24 
26  ~egammaIso() = default;
27 
29  StatusCode initialize() override;
31  StatusCode finalize() override;
33  virtual StatusCode execute(const xAOD::CaloCluster& cluster,
34  const CaloDetDescrManager& cmgr,
35  const CaloCellContainer& cellcoll,
36  Info& info) const override final;
37 
38 };
39 
40 #endif
grepfile.info
info
Definition: grepfile.py:38
egammaIso
{Tool to estimate the hadronic energy behind the electromagnetic cluster, the
Definition: egammaIso.h:16
IegammaIso
Interface for the Reconstruction/egamma/egammaCaloTools/egammaIso.
Definition: IegammaIso.h:30
egammaIso::finalize
StatusCode finalize() override
finalize method
Definition: egammaIso.cxx:30
egammaIso::~egammaIso
~egammaIso()=default
Destructor.
xAOD::CaloCluster_v1
Description of a calorimeter cluster.
Definition: CaloCluster_v1.h:59
CaloClusterFwd.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
egammaIso::execute
virtual StatusCode execute(const xAOD::CaloCluster &cluster, const CaloDetDescrManager &cmgr, const CaloCellContainer &cellcoll, Info &info) const override final
Method to just calculate hadronic leakage.
Definition: egammaIso.cxx:34
test_pyathena.parent
parent
Definition: test_pyathena.py:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
CaloCellContainer
Container class for CaloCell.
Definition: CaloCellContainer.h:55
egammaIso::egammaIso
egammaIso(const std::string &type, const std::string &name, const IInterface *parent)
Default constructor.
Definition: egammaIso.cxx:18
CaloDetDescrManager
This class provides the client interface for accessing the detector description information common to...
Definition: CaloDetDescrManager.h:473
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
egammaIso::initialize
StatusCode initialize() override
initialize method
Definition: egammaIso.cxx:26
IegammaIso::Info
Definition: IegammaIso.h:39
IegammaIso.h
AthAlgTool
Definition: AthAlgTool.h:26