ATLAS Offline Software
Loading...
Searching...
No Matches
TrigStreamerHypoAlg.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 TRIGSTREAMERHYPO_TRIGSTREAMERHYPOALG_H
5#define TRIGSTREAMERHYPO_TRIGSTREAMERHYPOALG_H
6
7#include <string>
8
11
13
19 public:
20
21 TrigStreamerHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
22
23 virtual StatusCode initialize() override;
24 virtual StatusCode execute( const EventContext& context ) const override;
25
26 private:
27
28 ToolHandleArray<ITrigStreamerHypoTool> m_hypoTools {
29 this, "HypoTools", {}, "Hypo tools"};
30
31 Gaudi::Property<bool> m_featureIsROI{this, "FeatureIsROI", true, "If the Streamer alg should re-use the initialRoI as the 'feature'. Will re-use the previous step's feature if false"};
32};
33
34#endif
35
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition HypoBase.cxx:12
virtual StatusCode initialize() override
TrigStreamerHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandleArray< ITrigStreamerHypoTool > m_hypoTools
Gaudi::Property< bool > m_featureIsROI
virtual StatusCode execute(const EventContext &context) const override