ATLAS Offline Software
Loading...
Searching...
No Matches
InputMakerForRoI.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef DECISIONHANDLING_INPUTMAKERFORROI_H
5#define DECISIONHANDLING_INPUTMAKERFORROI_H
6
7
8#include <string>
15
16
21
22
24 public:
25 InputMakerForRoI( const std::string& name, ISvcLocator* pSvcLocator );
26
27 virtual StatusCode initialize() override;
28 virtual StatusCode execute(const EventContext&) const override;
29
30 private:
31
32
34 "Name of the collection of ROI extrated from the input Decision Objects. Used as cocnrete starting handle for step's reconstruction."};
35
36 ToolHandle<IViewCreatorROITool> m_roiTool{this, "RoITool", "",
37 "Tool used to supply per-Decision Object the RoI which should be processed. If left empty and no RoIs will be attached."};
38
39 };
40
41
42#endif //> !DECISIONHANDLING_INPUTMAKERFORROI_H
DataVector adapter that acts like it holds const pointers.
InputMakerBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
ToolHandle< IViewCreatorROITool > m_roiTool
SG::WriteHandleKey< TrigRoiDescriptorCollection > m_RoIs
InputMakerForRoI(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &) const override
virtual StatusCode initialize() override
Property holding a SG store/key/clid from which a WriteHandle is made.