ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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
(
const
EventContext& ctx);
24
25
private
:
26
27
ToolHandle<ITrigMuonMatching>
m_matchTool
;
28
29
};
// class TrigMuonMatching_example
30
31
}
// namespace Trig
32
33
#endif
AthAlgorithm.h
ITrigMuonMatching.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
Trig::TrigMuonMatching_example::TrigMuonMatching_example
TrigMuonMatching_example(const std::string &name, ISvcLocator *svcLoc)
Definition
src/TrigMuonMatching_example.cxx:14
Trig::TrigMuonMatching_example::execute
virtual StatusCode execute(const EventContext &ctx)
Execute method.
Definition
src/TrigMuonMatching_example.cxx:30
Trig::TrigMuonMatching_example::m_matchTool
ToolHandle< ITrigMuonMatching > m_matchTool
Definition
TrigMuonMatching_example.h:27
Trig::TrigMuonMatching_example::initialize
virtual StatusCode initialize()
Definition
src/TrigMuonMatching_example.cxx:21
Trig
The common trigger namespace for trigger analysis tools.
Definition
LArCellMonAlg.h:33
Generated on
for ATLAS Offline Software by
1.17.0