ATLAS Offline Software
HISubtractedCellMakerTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef HIJETREC_HISUBTRACTEDCELLMAKERTOOL_H
6 #define HIJETREC_HISUBTRACTEDCELLMAKERTOOL_H
7 
13 #include "AsgTools/ToolHandle.h"
14 
15 #include <string>
16 #include <vector>
17 
19 
21 {
22 
23 public:
24 
25  HISubtractedCellMakerTool(const std::string& type, const std::string& name, const IInterface* parent);
26  virtual StatusCode initialize() override;
27  virtual StatusCode process (CaloCellContainer* theCellContainer,
28  const EventContext& ctx) const override;
29 
30 private:
31 
32  SG::ReadHandleKey<xAOD::HIEventShapeContainer> m_eventShapeKey { this, "EventShapeKey", "HIEventShapeContainer", "Event Shape Key"};
33  ToolHandle<IHIUEModulatorTool> m_modulatorTool { this, "Modulator", "HIUEModulatorTool", "Handle to HIUEModulatorTool"};
34  ToolHandle<IHIEventShapeMapTool> m_eventShapeMapTool { this, "EventShapeMapTool", "HIEventShapeMapTool", "Handle to Event Shape Map Tool"};
35 
36 };
37 
38 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
HIEventShapeMapTool.h
HISubtractedCellMakerTool::HISubtractedCellMakerTool
HISubtractedCellMakerTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: HISubtractedCellMakerTool.cxx:19
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
HISubtractedCellMakerTool::m_modulatorTool
ToolHandle< IHIUEModulatorTool > m_modulatorTool
Definition: HISubtractedCellMakerTool.h:33
ICaloCellMakerTool
Definition: ICaloCellMakerTool.h:20
HISubtractedCellMakerTool::initialize
virtual StatusCode initialize() override
Definition: HISubtractedCellMakerTool.cxx:26
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
HIEventShapeContainer.h
AthAlgTool.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
HISubtractedCellMakerTool::m_eventShapeMapTool
ToolHandle< IHIEventShapeMapTool > m_eventShapeMapTool
Definition: HISubtractedCellMakerTool.h:34
CaloCellContainer
Container class for CaloCell.
Definition: CaloCellContainer.h:55
ICaloCellMakerTool.h
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
IHIUEModulatorTool.h
HISubtractedCellMakerTool
Definition: HISubtractedCellMakerTool.h:21
ToolHandle.h
AthAlgTool
Definition: AthAlgTool.h:26
HISubtractedCellMakerTool::process
virtual StatusCode process(CaloCellContainer *theCellContainer, const EventContext &ctx) const override
Definition: HISubtractedCellMakerTool.cxx:32
HISubtractedCellMakerTool::m_eventShapeKey
SG::ReadHandleKey< xAOD::HIEventShapeContainer > m_eventShapeKey
Definition: HISubtractedCellMakerTool.h:32