Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
TrigMuonTLAHypoAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TrigMuonTLAHypoAlg_H
6 #define TrigMuonTLAHypoAlg_H
7 
8 #include <string>
10 
11 
12 #include "TrigMuonEFHypoTool.h"
13 #include "xAODMuon/MuonContainer.h"
15 
16 class TrigMuonTLAHypoAlg : public HypoBase {
17 
18  public:
19  TrigMuonTLAHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
20 
21  virtual StatusCode initialize() override;
22  virtual StatusCode execute( const EventContext& context ) const override;
23 
24 
25  private:
26  // tmp HypoTools
27  ToolHandleArray<TrigMuonEFHypoTool> m_hypoTools {this, "HypoTools", {}, "Tools to perform selection"};
28 
29 
31  this, "TLAOutputName", "Muons", "TLA Muon container key"
32  };
33 
34  ToolHandle< GenericMonitoringTool > m_monTool { this, "MonTool", "", "Monitoring tool" };
35 
36 };
37 
38 #endif
39 
40 
TrigMuonTLAHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: TrigMuonTLAHypoAlg.cxx:31
TrigMuonTLAHypoAlg::m_hypoTools
ToolHandleArray< TrigMuonEFHypoTool > m_hypoTools
Definition: TrigMuonTLAHypoAlg.h:27
TrigMuonTLAHypoAlg::m_monTool
ToolHandle< GenericMonitoringTool > m_monTool
Definition: TrigMuonTLAHypoAlg.h:34
GenericMonitoringTool.h
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition: StoreGate/StoreGate/WriteHandleKey.h:40
TrigMuonEFHypoTool.h
TrigMuonTLAHypoAlg::TrigMuonTLAHypoAlg
TrigMuonTLAHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TrigMuonTLAHypoAlg.cxx:14
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
HypoBase
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Definition: HypoBase.h:13
MuonContainer.h
TrigMuonTLAHypoAlg::initialize
virtual StatusCode initialize() override
Definition: TrigMuonTLAHypoAlg.cxx:16
HypoBase.h
TrigMuonTLAHypoAlg::m_TLAMuonsKey
SG::WriteHandleKey< xAOD::MuonContainer > m_TLAMuonsKey
Definition: TrigMuonTLAHypoAlg.h:30
TrigMuonTLAHypoAlg
Definition: TrigMuonTLAHypoAlg.h:16