ATLAS Offline Software
Loading...
Searching...
No Matches
GTowersFromGCaloTowers.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_GTOWERSFROMGCALOTOWERS_H
6#define TRIGT1CALOFEXPERF_GTOWERSFROMGCALOTOWERS_H
7
15
16namespace LVL1
17{
19 {
20 public:
21 GTowersFromGCaloTowers(const std::string &name, ISvcLocator *pSvcLocator);
22 virtual ~GTowersFromGCaloTowers() override;
23
24 virtual StatusCode initialize() override;
25 virtual StatusCode execute(const EventContext &ctx) const override;
26
27 private:
31 this, "MappingData", "GTowerMappingData"};
33
34 const GTower_ID *m_gTowerID{nullptr};
35 }; //> end class GTowersFromGCaloTowers
36} // namespace LVL1
37
38#endif //> !TRIGT1CALOFEXPERF_GTOWERSFROMGCALOTOWERS_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.
Helper class for jTower offline identifiers.
Definition GTower_ID.h:34
virtual StatusCode initialize() override
SG::WriteHandleKey< xAOD::JGTowerContainer > m_outputKey
GTowersFromGCaloTowers(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< xAOD::JGTowerContainer > m_inputKey
SG::ReadCondHandleKey< JGTowerMappingData > m_mappingKey
virtual StatusCode execute(const EventContext &ctx) const override
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...