ATLAS Offline Software
Loading...
Searching...
No Matches
HLTCaloCellCorrector.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 TRIGCALOREC_HLTCALOCELLCORRECTOR_H
6#define TRIGCALOREC_HLTCALOCELLCORRECTOR_H
7
13
15 public:
16 HLTCaloCellCorrector(std::string const& name, ISvcLocator* pSvcLocator);
17
18 virtual StatusCode initialize() override;
19 virtual StatusCode execute(EventContext const& context) const override;
20
21 private:
23 this, "EventShapeCollection", "HLTHIEventShape", "" };
25 this, "InputCellKey", "HLTCaloCellMakerRoI", "" };
26
28 this, "OutputCellKey", "HLTCorrectedCaloCellRoI", "" };
29};
30
31#endif /* TRIGCALOREC_HLTCALOCELLCORRECTOR_H */
CaloCellContainer that can accept const cell pointers.
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.
HLTCaloCellCorrector(std::string const &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< xAOD::HIEventShapeContainer > m_eventShapeCollectionKey
SG::ReadHandleKey< CaloConstCellContainer > m_inputCellContainerKey
virtual StatusCode execute(EventContext const &context) const override
virtual StatusCode initialize() override
SG::WriteHandleKey< CaloConstCellContainer > m_outputCellContainerKey
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.