|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef EGAMMACALOTOOLS_EGAMMACALOCLUSTERSELECTOR_H
5 #define EGAMMACALOTOOLS_EGAMMACALOCLUSTERSELECTOR_H
61 "CellContainerName",
"AllCalo",
62 "Names of containers which contain cells"};
66 "egammaCheckEnergyDepositTool",
"",
67 "Optional tool that performs basic checks of viability of cluster"};
71 "HadronicLeakageTool",
"egammaIso",
72 "Handle of the EMCaloIsolationTool for Hadronic leakage"};
75 "ClusterEtCut", 0.0,
"Cut on cluster EM+Had Et"};
78 "EMEtCut", 0.0,
"EM Et cut"};
81 "EMEtSplittingFraction", 1.0,
"Apply only fraction of EMEt cut for crack region"};
84 "EMFCut", 0.0,
"Cut on cluster EM fraction"};
99 #endif // RECONSTRUCTION/EGAMMA/EGAMMACALOTOOLS_EGAMMACALOCLUSTERSELECTOR_H
Gaudi::Property< double > m_HadLeakCut
bool passSelection(const xAOD::CaloCluster *cluster, const CaloDetDescrManager &cmgr) const override final
pass the selection described in the class egammaCaloClusterSelector
virtual StatusCode initialize() override final
SG::ReadHandleKey< CaloCellContainer > m_cellsKey
Name of the cluster intput collection.
Gaudi::Property< double > m_ClusterEtCut
Gaudi::Property< double > m_RetaCut
Gaudi::Property< double > m_EMEtCut
virtual StatusCode finalize() override final
Description of a calorimeter cluster.
A tool which specifies whether a cluster passes a selection.
static constexpr double HAD_LEAK_DEFAULT_NO_CUT
::StatusCode StatusCode
StatusCode definition for legacy code.
ToolHandle< IegammaIso > m_HadronicLeakageTool
Tool for hadronic leakage calculation; onlud used if cuts needing are defined.
Gaudi::Property< double > m_EMEtSplittingFraction
egammaCaloClusterSelector(const std::string &type, const std::string &name, const IInterface *parent)
static constexpr double RETA_DEFAULT_NO_CUT
This class provides the client interface for accessing the detector description information common to...
Gaudi::Property< double > m_EMFCut
ToolHandle< IegammaCheckEnergyDepositTool > m_egammaCheckEnergyDepositTool
Pointer to the egammaCheckEnergyDepositTool.