5#ifndef TRIGGEPPERF_GEPETASOFTKILLERALG_H
6#define TRIGGEPPERF_GEPETASOFTKILLERALG_H
16 virtual StatusCode
execute(
const EventContext& ctx)
const override;
20 this,
"inputClustersKey",
"",
"Input cluster/tower container"};
23 this,
"outputClustersKey",
"",
"Output EtaSK-suppressed cluster container"};
26 "Grid cell size in eta"};
29 "Grid cell size in phi"};
31 Gaudi::Property<double>
m_etaMax{
this,
"etaMax", 4.9,
32 "Maximum |eta| extent of the grid"};
35 "Number of eta rows per band for median calculation"};
An algorithm that can be simultaneously executed in multiple threads.
Gaudi::Property< double > m_gridPhiSize
virtual StatusCode initialize() override
Gaudi::Property< double > m_etaMax
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_inputClustersKey
virtual StatusCode execute(const EventContext &ctx) const override
Gaudi::Property< double > m_gridEtaSize
SG::WriteHandleKey< xAOD::CaloClusterContainer > m_outputClustersKey
Gaudi::Property< int > m_etaBandWidth
GepEtaSoftKillerAlg(const std::string &name, ISvcLocator *pSvcLocator)
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.