ATLAS Offline Software
Loading...
Searching...
No Matches
MuonQualityUpdaterAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONSELECTORTOOLS_MUONQUALITYUPDATERALG
6#define MUONSELECTORTOOLS_MUONQUALITYUPDATERALG
7
9#include "GaudiKernel/ToolHandle.h"
11
12namespace CP {
13
15 public:
16 MuonQualityUpdaterAlg(const std::string& name, ISvcLocator* svcloc);
17
18 virtual StatusCode initialize();
19 virtual StatusCode execute();
20
21 private:
22 std::string m_input_muons;
23 std::string m_output_muons;
24 ToolHandle<CP::IMuonSelectionTool> m_tool;
25 };
26
27} // namespace CP
28
29#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
ToolHandle< CP::IMuonSelectionTool > m_tool
MuonQualityUpdaterAlg(const std::string &name, ISvcLocator *svcloc)
Select isolated Photons, Electrons and Muons.