ATLAS Offline Software
TrigMuonMatching_example.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
6 #ifndef TRIGMUONEFFICIENCY_EXAMPLE_H_
7 #define TRIGMUONEFFICIENCY_EXAMPLE_H_
8 
10 #include "GaudiKernel/ToolHandle.h"
11 
13 
14 namespace Trig {
15 
17 
18  public:
19  TrigMuonMatching_example( const std::string& name, ISvcLocator* svcLoc );
20 
21  virtual StatusCode initialize();
22 
23  virtual StatusCode execute();
24 
25  private:
26 
27  ToolHandle<ITrigMuonMatching> m_matchTool;
28 
29  }; // class TrigMuonMatching_example
30 
31 } // namespace Trig
32 
33 #endif
Trig
The common trigger namespace for trigger analysis tools.
Definition: CaloTowerVecMon.h:44
Trig::TrigMuonMatching_example::m_matchTool
ToolHandle< ITrigMuonMatching > m_matchTool
Definition: TrigMuonMatching_example.h:27
AthAlgorithm.h
Trig::TrigMuonMatching_example::execute
virtual StatusCode execute()
Definition: src/TrigMuonMatching_example.cxx:30
Trig::TrigMuonMatching_example
Definition: TrigMuonMatching_example.h:16
Trig::TrigMuonMatching_example::TrigMuonMatching_example
TrigMuonMatching_example(const std::string &name, ISvcLocator *svcLoc)
Definition: src/TrigMuonMatching_example.cxx:14
Trig::TrigMuonMatching_example::initialize
virtual StatusCode initialize()
Definition: src/TrigMuonMatching_example.cxx:21
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition: AthAlgorithm.h:47
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
ITrigMuonMatching.h