ATLAS Offline Software
Loading...
Searching...
No Matches
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
17
18namespace 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
SysCopyHandle< xAOD::JetContainer > m_jetHandle
the jet collection we run on
JetGhostMuonAssociationAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
SysReadHandle< xAOD::MuonContainer > m_muonHandle
SysListHandle m_systematicsList
the systematics list we run
a systematics data handle that will either copy the input object or act like an update handle
a class managing the property to configure the list of systematics to process
a data handle for reading systematics varied input data
the (new) base class for EventLoop algorithms
Select isolated Photons, Electrons and Muons.