 |
ATLAS Offline Software
|
Go to the documentation of this file.
10 #ifndef DERIVATIONFRAMEWORK_EGammaClusterCoreCellRecovery_H
11 #define DERIVATIONFRAMEWORK_EGammaClusterCoreCellRecovery_H
29 using base_class::base_class;
36 {
this,
"SGKey_photons",
"Photons",
"SG key of photon container" };
39 {
this,
"SGKey_electrons",
"Electrons",
"SG key of electron container" };
42 {
this,
"SGKey_CaloCells",
"AllCalo",
"SG key of calo cell container" };
47 "SGKey_photons_decorations",
48 m_SGKey_photons, {
"nadded_Lr2",
"Eadded_Lr2",
"nadded_Lr3",
"Eadded_Lr3"},
49 "SG keys for photon decorations"
55 "SGKey_electrons_decorations",
57 "SG keys for electrons"
62 "UseWeightForMaxCell",
64 "Use the cell weights when finding the L2 max energy cell"
70 double &etamax,
double &phimax)
const;
75 "egammaCellRecoveryTool",
76 "egammaCellRecoveryTool/egammaCellRecoveryTool",
77 "Optional tool that adds cells in L2 or L3 "
78 "that could have been rejected by timing cut"
85 #endif // DERIVATIONFRAMEWORK_EGammaClusterCoreCellRecovery_H
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::WriteDecorHandleKeyArray< xAOD::EgammaContainer > m_SGKey_electrons_decorations
Property holding a SG store/key/clid from which a ReadHandle is made.
IegammaCellRecoveryTool::Info decorateObject(const xAOD::Egamma *&egamma) const
SG::ReadHandleKey< CaloCellContainer > m_SGKey_CaloCells
Description of a calorimeter cluster.
SG::WriteDecorHandleKeyArray< xAOD::EgammaContainer > m_SGKey_photons_decorations
::StatusCode StatusCode
StatusCode definition for legacy code.
ToolHandle< IegammaCellRecoveryTool > m_egammaCellRecoveryTool
Pointer to the egammaCellRecoveryTool.
virtual StatusCode addBranches(const EventContext &ctx) const override final
StatusCode findMaxECell(const xAOD::CaloCluster *clus, double &etamax, double &phimax) const
SG::ReadHandleKey< xAOD::EgammaContainer > m_SGKey_photons
Gaudi::Property< bool > m_UseWeightForMaxCell
virtual StatusCode initialize() override final
SG::ReadHandleKey< xAOD::EgammaContainer > m_SGKey_electrons