ATLAS Offline Software
Loading...
Searching...
No Matches
GepTowersAlg.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGGEPPERF_GEPTOWERSALG_H
6#define TRIGGEPPERF_GEPTOWERSALG_H
7
9
13
15
17
18 public:
19
20 GepTowersAlg( const std::string& name, ISvcLocator* pSvcLocator );
21
22 virtual StatusCode initialize() override;
23 virtual StatusCode execute(const EventContext& ) const override;
24
25 private:
26
27 Gaudi::Property<std::string> m_towerAlg{
28 this, "TowerAlg", "", "name of Gep Tower algorithm"};
29
31 this, "eventInfo", "EventInfo", "key to read in an EventInfo object"};
32
34 this, "caloCells", "AllCalo", "key to read in a CaloCell constainer"};
35
37 this, "caloClustersKey", "", "key to read in a CaloCluster constainer"};
38
40 this, "outputCaloClustersKey", "",
41 "key for CaloCluster wrappers for GepClusters"};
42
44 this, "gepCellMapKey", "GepCells", "Key to get the correct cell map"};
45
46};
47
48#endif //> !TRIGGEPPERF_GEPTOWERSALG_H
49
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadHandleKey< Gep::GepCellMap > m_gepCellsKey
virtual StatusCode initialize() override
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_caloClustersKey
GepTowersAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &) const override
Gaudi::Property< std::string > m_towerAlg
SG::ReadHandleKey< CaloCellContainer > m_caloCellsKey
SG::WriteHandleKey< xAOD::CaloClusterContainer > m_outputCaloClustersKey
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.