ATLAS Offline Software
Loading...
Searching...
No Matches
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
19namespace 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 };
44 JFEXBins buildFexBins(const xAOD::JGTowerContainer *towers) const;
45 }; //> end class JTowerRhoSubtractionAlg
46} // namespace LVL1
47
48#endif //> !TRIGT1CALOFEXPERF_JTOWERRHOSUBTRACTIONALG_H
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.
Define macros for attributes used to control the static checker.
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadHandleKey< xAOD::JGTowerContainer > m_inputKey
JFEXBins buildFexBins(const xAOD::JGTowerContainer *towers) const
virtual StatusCode execute(const EventContext &ctx) const override
SG::WriteHandleKey< xAOD::EnergySumRoI > m_outputRhoKey
JTowerRhoSubtractionAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize() override
SG::WriteHandleKey< xAOD::JGTowerContainer > m_outputKey
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.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
JGTowerContainer_v1 JGTowerContainer
Define the latest version of the JGTower container.
std::vector< std::vector< std::size_t > > m_binsCore
std::vector< std::vector< std::size_t > > m_bins