ATLAS Offline Software
Loading...
Searching...
No Matches
TrigmuCombHypoAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGMUONHYPO_TRIGMUCOMBHYPOALG_H
6#define TRIGMUONHYPO_TRIGMUCOMBHYPOALG_H 1
7
10
11// --------------------------------------------------------------------------------
12// --------------------------------------------------------------------------------
13
15 : public ::HypoBase
16{
17 public:
18
19 TrigmuCombHypoAlg( 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<TrigmuCombHypoTool> m_hypoTools {this, "HypoTools", {}, "Tools to perform selection"};
27
29 this, "MuonL2CBInfoFromMuCombAlg", "MuonL2CBInfo", "Name of the input data produced by muComb"};
30 Gaudi::Property<std::string>m_roiLinkName{this, "RoILinkName", "l2cbroi", "Name for RoI Link"};
31};
32
33#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 execute(const EventContext &context) const override
virtual StatusCode initialize() override
Gaudi::Property< std::string > m_roiLinkName
SG::ReadHandleKey< xAOD::L2CombinedMuonContainer > m_muCombKey
ToolHandleArray< TrigmuCombHypoTool > m_hypoTools
TrigmuCombHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)