 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef CALOREC_CALOCLUSTMLCALIBALG_H
6 #define CALOREC_CALOCLUSTMLCALIBALG_H
9 #include "GaudiKernel/ToolHandle.h"
36 this,
"CaloClusterMLCalibToolLite",
"CaloClusterMLCalibToolLite"
47 Gaudi::Property<std::vector<float>>
m_rapidityRange {
this,
"RapidityRange", { -2.5, 2.5},
"rapidity range of validity of the ML-based calibration" };
49 Gaudi::Property<double>
m_minClusterEnergy {
this,
"MinClusterEnergy", 300.0,
"Minimum cluster energy (MeV) to apply ML calibration" };
52 #endif // CALOREC_CALOCLUSTERMLCALIBALG_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
ToolHandle< ICaloClusterMLCalibToolLite > m_calibTool
SG::WriteDecorHandleKey< xAOD::CaloClusterContainer > m_clusterMLCalibEnergyDecorKey
SG::WriteDecorHandleKey< xAOD::CaloClusterContainer > m_clusterMLCalibEnergyUncDecorKey
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clusterContainerKey
SG::ReadHandleKey< xAOD::VertexContainer > m_verticesKey
An algorithm that can be simultaneously executed in multiple threads.
StatusCode finalize() override
~CaloClusterMLCalibAlgLite() override=default
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
An algorithm to apply ML-based energy calibration to calorimeter clusters.
Gaudi::Property< double > m_minClusterEnergy
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< std::vector< float > > m_rapidityRange
CaloClusterMLCalibAlgLite(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode initialize() override
StatusCode execute(const EventContext &ctx) const override
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey