ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMufastHypoAlg.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 TRIGMUONHYPO_TRIGMUFASTHYPOALG_H
6#define TRIGMUONHYPO_TRIGMUFASTHYPOALG_H 1
7
10
11// --------------------------------------------------------------------------------
12// --------------------------------------------------------------------------------
13
15 : public ::HypoBase
16{
17 public:
18
19 TrigMufastHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
20
21 virtual StatusCode initialize() override;
22 virtual StatusCode execute( const EventContext& context ) const override;
23
24 private:
25
26 ToolHandleArray<TrigMufastHypoTool> m_hypoTools {this, "HypoTools", {}, "Tools to perform selection"};
27
29 this, "MuonL2SAInfoFromMuFastAlg", "MuonL2SAInfo", "Name of the input data on xAOD::L2StandAloneMuonContainer produced by MuFastSteering"};
30
31
32};
33
34#endif
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.
virtual StatusCode initialize() override
TrigMufastHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &context) const override
ToolHandleArray< TrigMufastHypoTool > m_hypoTools
SG::ReadHandleKey< xAOD::L2StandAloneMuonContainer > m_muFastKey