ATLAS Offline Software
HLTCaloCellCorrector.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 TRIGCALOREC_HLTCALOCELLCORRECTOR_H
6 #define TRIGCALOREC_HLTCALOCELLCORRECTOR_H
7 
14 
16  public:
17  HLTCaloCellCorrector(std::string const& name, ISvcLocator* pSvcLocator);
18 
19  virtual StatusCode initialize() override;
20  virtual StatusCode execute(EventContext const& context) const override;
21 
22  private:
24  this, "EventShapeCollection", "HLTHIEventShape", "" };
26  this, "InputCellKey", "HLTCaloCellMakerRoI", "" };
27 
29  this, "OutputCellKey", "HLTCorrectedCaloCellRoI", "" };
30 };
31 
32 #endif /* TRIGCALOREC_HLTCALOCELLCORRECTOR_H */
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
HLTCaloCellCorrector
Definition: HLTCaloCellCorrector.h:15
HLTCaloCellCorrector::m_outputCellContainerKey
SG::WriteHandleKey< CaloConstCellContainer > m_outputCellContainerKey
Definition: HLTCaloCellCorrector.h:28
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
HLTCaloCellCorrector::HLTCaloCellCorrector
HLTCaloCellCorrector(std::string const &name, ISvcLocator *pSvcLocator)
Definition: HLTCaloCellCorrector.cxx:31
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
HLTCaloCellCorrector::initialize
virtual StatusCode initialize() override
Definition: HLTCaloCellCorrector.cxx:35
SG::WriteHandleKey< CaloConstCellContainer >
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
HIEventShapeContainer.h
HLTCaloCellCorrector::m_eventShapeCollectionKey
SG::ReadHandleKey< xAOD::HIEventShapeContainer > m_eventShapeCollectionKey
Definition: HLTCaloCellCorrector.h:23
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
HLTCaloCellCorrector::m_inputCellContainerKey
SG::ReadHandleKey< CaloConstCellContainer > m_inputCellContainerKey
Definition: HLTCaloCellCorrector.h:25
HIEventShapeAuxContainer.h
CaloConstCellContainer.h
CaloCellContainer that can accept const cell pointers.
HLTCaloCellCorrector::execute
virtual StatusCode execute(EventContext const &context) const override
Definition: HLTCaloCellCorrector.cxx:43