ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMuonLateMuRoIHypoAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGMUONLATEMUROIHYPO_TRIGMUONLATEMUROIHYPOALG_H
6#define TRIGMUONLATEMUROIHYPO_TRIGMUONLATEMUROIHYPOALG_H 1
7
8#include <string>
9
14
15class StoreGateSvc;
16class TriggerElement;
17
18// --------------------------------------------------------------------------------
19// --------------------------------------------------------------------------------
20
22 : public ::HypoBase
23{
24 public:
25
26 TrigMuonLateMuRoIHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
27
29
30 virtual StatusCode initialize() override;
31 virtual StatusCode execute( const EventContext& context ) const override;
32
33 private:
34
35 ToolHandleArray<TrigMuonLateMuRoIHypoTool> m_hypoTools {this, "HypoTools", {}, "Tools to perform selection"};
36
38 this, "LateRoIs", "rois", "Name of the out-of-time RoIs produced by TrigmuRoI"};
39
40};
41
42#endif
Property holding a SG store/key/clid from which a ReadHandle is made.
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition HypoBase.cxx:12
Property holding a SG store/key/clid from which a ReadHandle is made.
The Athena Transient Store API.
virtual StatusCode initialize() override
TrigMuonLateMuRoIHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &context) const override
ToolHandleArray< TrigMuonLateMuRoIHypoTool > m_hypoTools
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiKey