ATLAS Offline Software
Loading...
Searching...
No Matches
HLTCaloCellSumMaker.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 TRIGT2CALOCOMMON_HLTCALOCELLSUMMAKER_H
6#define TRIGT2CALOCOMMON_HLTCALOCELLSUMMAKER_H
7
12
13#include <string>
14
21public:
22 using AthReentrantAlgorithm::AthReentrantAlgorithm;
23
24 virtual StatusCode execute(const EventContext& context) const override;
25 virtual StatusCode initialize() override;
26
27private:
30
32 this, "CellsName", "CellsClusters"};
33
34 Gaudi::Property<bool> m_roiMode{
35 this, "roiMode", true, "RoiMode roi->CaloCellCollection"};
36};
37
38#endif
DataVector adapter that acts like it holds const pointers.
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Algorithm tor print and debug cell sums.
SG::ReadHandleKey< ConstDataVector< CaloCellContainerVector > > m_cellContainerVKey
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &context) const override
SG::ReadHandleKey< CaloCellContainer > m_cellContainerKey
Gaudi::Property< bool > m_roiMode
Property holding a SG store/key/clid from which a ReadHandle is made.