ATLAS Offline Software
JTowerRhoSubtractionAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TRIGT1CALOFEXPERF_JTOWERRHOSUBTRACTIONALG_H
6 #define TRIGT1CALOFEXPERF_JTOWERRHOSUBTRACTIONALG_H
7 
16 #include <atomic>
17 #include <mutex>
18 
19 namespace LVL1
20 {
22  {
23  public:
24  JTowerRhoSubtractionAlg(const std::string &name, ISvcLocator *pSvcLocator);
25  virtual ~JTowerRhoSubtractionAlg() override;
26 
27  virtual StatusCode initialize() override;
28  virtual StatusCode execute(const EventContext &ctx) const override;
29 
30  private:
34 
38 
39  // Internals
40  struct JFEXBins {
41  std::vector<std::vector<std::size_t>> m_bins;
42  std::vector<std::vector<std::size_t>> m_binsCore;
43  };
45  }; //> end class JTowerRhoSubtractionAlg
46 } // namespace LVL1
47 
48 #endif //> !TRIGT1CALOFEXPERF_JTOWERRHOSUBTRACTIONALG_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
LVL1::JTowerRhoSubtractionAlg::m_maxTowerRho
float m_maxTowerRho
Definition: JTowerRhoSubtractionAlg.h:36
LVL1::JTowerRhoSubtractionAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition: JTowerRhoSubtractionAlg.cxx:170
LVL1::JTowerRhoSubtractionAlg::m_minOutputTowerRho
float m_minOutputTowerRho
Definition: JTowerRhoSubtractionAlg.h:37
LVL1::JTowerRhoSubtractionAlg::m_outputRhoKey
SG::WriteHandleKey< xAOD::EnergySumRoI > m_outputRhoKey
Definition: JTowerRhoSubtractionAlg.h:33
LVL1::JTowerRhoSubtractionAlg::JFEXBins::m_binsCore
std::vector< std::vector< std::size_t > > m_binsCore
Definition: JTowerRhoSubtractionAlg.h:42
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
LVL1::JTowerRhoSubtractionAlg::JFEXBins::m_bins
std::vector< std::vector< std::size_t > > m_bins
Definition: JTowerRhoSubtractionAlg.h:41
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18
LVL1::JTowerRhoSubtractionAlg::JFEXBins
Definition: JTowerRhoSubtractionAlg.h:40
LVL1::JTowerRhoSubtractionAlg::m_inputKey
SG::ReadHandleKey< xAOD::JGTowerContainer > m_inputKey
Definition: JTowerRhoSubtractionAlg.h:31
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
LVL1::JTowerRhoSubtractionAlg::buildFexBins
JFEXBins buildFexBins(const xAOD::JGTowerContainer *towers) const
Definition: JTowerRhoSubtractionAlg.cxx:90
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition: StoreGate/StoreGate/WriteHandleKey.h:40
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LVL1::JTowerRhoSubtractionAlg::initialize
virtual StatusCode initialize() override
Definition: JTowerRhoSubtractionAlg.cxx:81
JGTowerMappingData.h
LVL1::JTowerRhoSubtractionAlg
Definition: JTowerRhoSubtractionAlg.h:22
LVL1::JTowerRhoSubtractionAlg::m_minTowerRho
float m_minTowerRho
Definition: JTowerRhoSubtractionAlg.h:35
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
TrigConf::name
Definition: HLTChainList.h:35
LVL1::JTowerRhoSubtractionAlg::~JTowerRhoSubtractionAlg
virtual ~JTowerRhoSubtractionAlg() override
Definition: JTowerRhoSubtractionAlg.cxx:79
ReadCondHandleKey.h
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
LVL1::JTowerRhoSubtractionAlg::JTowerRhoSubtractionAlg
JTowerRhoSubtractionAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: JTowerRhoSubtractionAlg.cxx:68
RunTileMonitoring.towers
towers
Definition: RunTileMonitoring.py:133
JGTowerContainer.h
checker_macros.h
Define macros for attributes used to control the static checker.
LVL1::JTowerRhoSubtractionAlg::m_outputKey
SG::WriteHandleKey< xAOD::JGTowerContainer > m_outputKey
Definition: JTowerRhoSubtractionAlg.h:32
EnergySumRoI.h