ATLAS Offline Software
Loading...
Searching...
No Matches
GTowerRhoSubtractionAlg.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_GTOWERRHOSUBTRACTIONALG_H
6#define TRIGT1CALOFEXPERF_GTOWERRHOSUBTRACTIONALG_H
7
13
14namespace LVL1
15{
17 {
18 public:
19 GTowerRhoSubtractionAlg(const std::string &name, ISvcLocator *pSvcLocator);
20 virtual ~GTowerRhoSubtractionAlg() override;
21
22 virtual StatusCode initialize() override;
23 virtual StatusCode execute(const EventContext& ctx) const override;
24
25 private:
32
33 float calculateRho(const std::vector<const xAOD::JGTower *> &towers) const;
34 }; //> end class GTowerRhoSubtractionAlg
35} // namespace LVL1
36
37#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.
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteHandleKey< xAOD::JGTowerContainer > m_outputKey
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode initialize() override
SG::WriteHandleKey< xAOD::EnergySumRoI > m_outputRhoKey
GTowerRhoSubtractionAlg(const std::string &name, ISvcLocator *pSvcLocator)
float calculateRho(const std::vector< const xAOD::JGTower * > &towers) const
SG::ReadHandleKey< xAOD::JGTowerContainer > m_inputKey
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...