ATLAS Offline Software
JetGhostMuonAssociationAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 
8 #ifndef JET_ANALYSIS_ALGORITHMS__JET_GHOST_MUON_ASSOCIATION_ALG_H
9 #define JET_ANALYSIS_ALGORITHMS__JET_GHOST_MUON_ASSOCIATION_ALG_H
10 
15 #include <xAODJet/JetContainer.h>
16 #include <xAODMuon/MuonContainer.h>
17 
18 namespace CP
19 {
21 
23  {
25  public:
26  JetGhostMuonAssociationAlg (const std::string& name,
27  ISvcLocator* pSvcLocator);
28 
29  public:
30  StatusCode initialize () override;
31 
32  public:
33  StatusCode execute () override;
34 
35 
37  private:
39 
41  private:
43  this, "jets", "", "the jet collection to run on"};
44 
45  private:
47  this, "muons", "Muons", "the muon collection to run on"};
48 
49  };
50 }
51 
52 #endif // JET_ANALYSIS_ALGORITHMS__JET_GHOST_MUON_ASSOCIATION_ALG_H
CP::SysListHandle
a class managing the property to configure the list of systematics to process
Definition: SysListHandle.h:33
SysListHandle.h
CP::JetGhostMuonAssociationAlg::execute
StatusCode execute() override
Definition: JetGhostMuonAssociationAlg.cxx:39
SysCopyHandle.h
CP::JetGhostMuonAssociationAlg
an algorithm for adding ghost muons to jets
Definition: JetGhostMuonAssociationAlg.h:23
CP::SysReadHandle< xAOD::MuonContainer >
CP
Select isolated Photons, Electrons and Muons.
Definition: Control/xAODRootAccess/xAODRootAccess/TEvent.h:48
CP::JetGhostMuonAssociationAlg::m_systematicsList
SysListHandle m_systematicsList
the systematics list we run
Definition: JetGhostMuonAssociationAlg.h:38
SysReadHandle.h
CP::JetGhostMuonAssociationAlg::m_muonHandle
SysReadHandle< xAOD::MuonContainer > m_muonHandle
Definition: JetGhostMuonAssociationAlg.h:46
AnaAlgorithm.h
EL::AnaAlgorithm
the (new) base class for EventLoop algorithms
Definition: AnaAlgorithm.h:73
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
CP::JetGhostMuonAssociationAlg::JetGhostMuonAssociationAlg
JetGhostMuonAssociationAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
Definition: JetGhostMuonAssociationAlg.cxx:21
MuonContainer.h
JetContainer.h
CP::SysCopyHandle
a systematics data handle that will either copy the input object or act like an update handle
Definition: SysCopyHandle.h:62
CP::JetGhostMuonAssociationAlg::initialize
StatusCode initialize() override
Definition: JetGhostMuonAssociationAlg.cxx:29
CP::JetGhostMuonAssociationAlg::m_jetHandle
SysCopyHandle< xAOD::JetContainer > m_jetHandle
the jet collection we run on
Definition: JetGhostMuonAssociationAlg.h:42