ATLAS Offline Software
Trigger
TrigAnalysis
TrigMuonMatching
src
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
9
#include "
AthenaBaseComps/AthAlgorithm.h
"
10
#include "GaudiKernel/ToolHandle.h"
11
12
#include "
TrigMuonMatching/ITrigMuonMatching.h
"
13
14
namespace
Trig
{
15
16
class
TrigMuonMatching_example
:
public
AthAlgorithm
{
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:
LArCellMonAlg.h:33
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:221
ITrigMuonMatching.h
Generated on Thu Nov 7 2024 21:30:03 for ATLAS Offline Software by
1.8.18