ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
Algorithms
JetAnalysisAlgorithms
JetAnalysisAlgorithms
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
11
#include <
AnaAlgorithm/AnaAlgorithm.h
>
12
#include <
SystematicsHandles/SysCopyHandle.h
>
13
#include <
SystematicsHandles/SysReadHandle.h
>
14
#include <
SystematicsHandles/SysListHandle.h
>
15
#include <
xAODJet/JetContainer.h
>
16
#include <
xAODMuon/MuonContainer.h
>
17
18
namespace
CP
19
{
21
22
class
JetGhostMuonAssociationAlg
final :
public
EL::AnaAlgorithm
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
(
const
EventContext& ctx)
override
;
34
35
37
private
:
38
SysListHandle
m_systematicsList
{
this
};
39
41
private
:
42
SysCopyHandle<xAOD::JetContainer>
m_jetHandle
{
43
this
,
"jets"
,
""
,
"the jet collection to run on"
};
44
45
private
:
46
SysReadHandle<xAOD::MuonContainer>
m_muonHandle
{
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
AnaAlgorithm.h
MuonContainer.h
JetContainer.h
SysCopyHandle.h
SysListHandle.h
SysReadHandle.h
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
CP::JetGhostMuonAssociationAlg::JetGhostMuonAssociationAlg
JetGhostMuonAssociationAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
Definition
JetGhostMuonAssociationAlg.cxx:21
CP::JetGhostMuonAssociationAlg::m_muonHandle
SysReadHandle< xAOD::MuonContainer > m_muonHandle
Definition
JetGhostMuonAssociationAlg.h:46
CP::JetGhostMuonAssociationAlg::m_systematicsList
SysListHandle m_systematicsList
the systematics list we run
Definition
JetGhostMuonAssociationAlg.h:38
CP::SysCopyHandle
a systematics data handle that will either copy the input object or act like an update handle
Definition
SysCopyHandle.h:65
CP::SysListHandle
a class managing the property to configure the list of systematics to process
Definition
SysListHandle.h:33
CP::SysReadHandle
a data handle for reading systematics varied input data
Definition
SysReadHandle.h:33
EL::AnaAlgorithm
the (new) base class for EventLoop algorithms
Definition
AnaAlgorithm.h:74
EL::AnaAlgorithm::execute
virtual::StatusCode execute()
execute this algorithm
Definition
AnaAlgorithm.cxx:315
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