ATLAS Offline Software
Loading...
Searching...
No Matches
GepEtaSoftKillerAlg.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3 */
4
5#ifndef TRIGGEPPERF_GEPETASOFTKILLERALG_H
6#define TRIGGEPPERF_GEPETASOFTKILLERALG_H
7
10
12public:
13 GepEtaSoftKillerAlg(const std::string& name, ISvcLocator* pSvcLocator);
14
15 virtual StatusCode initialize() override;
16 virtual StatusCode execute(const EventContext& ctx) const override;
17
18private:
20 this, "inputClustersKey", "", "Input cluster/tower container"};
21
23 this, "outputClustersKey", "", "Output EtaSK-suppressed cluster container"};
24
25 Gaudi::Property<double> m_gridEtaSize{this, "gridEtaSize", 0.6,
26 "Grid cell size in eta"};
27
28 Gaudi::Property<double> m_gridPhiSize{this, "gridPhiSize", 0.6,
29 "Grid cell size in phi"};
30
31 Gaudi::Property<double> m_etaMax{this, "etaMax", 4.9,
32 "Maximum |eta| extent of the grid"};
33
34 Gaudi::Property<int> m_etaBandWidth{this, "etaBandWidth", 2,
35 "Number of eta rows per band for median calculation"};
36};
37
38#endif //> !TRIGGEPPERF_GEPETASOFTKILLERALG_H
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.