ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
MuonID
MuonSelectorTools
src
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
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
#include "GaudiKernel/ToolHandle.h"
10
#include "
MuonAnalysisInterfaces/IMuonSelectionTool.h
"
11
12
namespace
CP
{
13
14
class
MuonQualityUpdaterAlg
:
public
AthAlgorithm
{
15
public
:
16
MuonQualityUpdaterAlg
(
const
std::string&
name
, ISvcLocator* svcloc);
17
18
virtual
StatusCode
initialize
();
19
virtual
StatusCode
execute
(
const
EventContext& ctx);
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.h
IMuonSelectionTool.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
CP::MuonQualityUpdaterAlg::initialize
virtual StatusCode initialize()
Definition
MuonQualityUpdaterAlg.cxx:22
CP::MuonQualityUpdaterAlg::m_tool
ToolHandle< CP::IMuonSelectionTool > m_tool
Definition
MuonQualityUpdaterAlg.h:24
CP::MuonQualityUpdaterAlg::execute
virtual StatusCode execute(const EventContext &ctx)
Execute method.
Definition
MuonQualityUpdaterAlg.cxx:32
CP::MuonQualityUpdaterAlg::m_output_muons
std::string m_output_muons
Definition
MuonQualityUpdaterAlg.h:23
CP::MuonQualityUpdaterAlg::m_input_muons
std::string m_input_muons
Definition
MuonQualityUpdaterAlg.h:22
CP::MuonQualityUpdaterAlg::MuonQualityUpdaterAlg
MuonQualityUpdaterAlg(const std::string &name, ISvcLocator *svcloc)
Definition
MuonQualityUpdaterAlg.cxx:15
CP
Select isolated Photons, Electrons and Muons.
Definition
Control/xAODRootAccess/xAODRootAccess/TEvent.h:27
xAOD::name
name
Definition
TriggerMenuJson_v1.cxx:29
Generated on
for ATLAS Offline Software by
1.17.0