ATLAS Offline Software
Loading...
Searching...
No Matches
JGTowerBuilder.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_JGTOWERBUILDER_H
6#define TRIGT1CALOFEXPERF_JGTOWERBUILDER_H
7
17
18namespace LVL1
19{
21 {
22 public:
23 JGTowerBuilder(const std::string &name, ISvcLocator *pSvcLocator);
24 virtual ~JGTowerBuilder() override;
25
26 virtual StatusCode initialize() override;
27 virtual StatusCode execute(const EventContext &ctx) const override;
28
29 private:
40 uint16_t m_scQuality;
44
45 // Internals
46 const CaloCell_SuperCell_ID *m_scid = nullptr;
47 }; //> end class JGTowerBuilder
48} // namespace LVL1
49
50#endif //> !TRIGT1CALOFEXPERF_JGTOWERBUILDER_H
Helper class for offline supercell identifiers.
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 offline supercell identifiers.
const CaloCell_SuperCell_ID * m_scid
virtual ~JGTowerBuilder() override
SG::ReadHandleKey< CaloCellContainer > m_cellsKey
SG::ReadHandleKey< CaloCellContainer > m_superCellsKey
SG::ReadHandleKey< xAOD::TriggerTowerContainer > m_triggerTowersKey
virtual StatusCode initialize() override
JGTowerBuilder(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteHandleKey< xAOD::JGTowerContainer > m_towersKey
virtual StatusCode execute(const EventContext &ctx) const override
SG::ReadCondHandleKey< JGTowerMappingData > m_mappingKey
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...