ATLAS Offline Software
Loading...
Searching...
No Matches
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
14namespace 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
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
TrigMuonMatching_example(const std::string &name, ISvcLocator *svcLoc)
ToolHandle< ITrigMuonMatching > m_matchTool
The common trigger namespace for trigger analysis tools.