ATLAS Offline Software
Loading...
Searching...
No Matches
GBlockBuilder.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_GBLOCKBUILDER_H
6#define TRIGT1CALOFEXPERF_GBLOCKBUILDER_H
7
13
14namespace LVL1
15{
17 {
18 public:
19 GBlockBuilder(const std::string &name, ISvcLocator *pSvcLocator);
20 virtual ~GBlockBuilder() override;
21
22 virtual StatusCode initialize() override;
23 virtual StatusCode execute(const EventContext& ctx) const override;
24
25 private:
29 }; //> end class GBlockBuilder
30} // namespace LVL1
31
32#endif //> !TRIGT1CALOFEXPERF_GBLOCKBUILDER_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.
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode initialize() override
SG::ReadHandleKey< xAOD::JGTowerContainer > m_towersKey
SG::WriteHandleKey< xAOD::GBlockContainer > m_gBlocksKey
virtual ~GBlockBuilder() override
GBlockBuilder(const std::string &name, ISvcLocator *pSvcLocator)
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...