ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
Algorithms
TauAnalysisAlgorithms
TauAnalysisAlgorithms
DiTauTruthMatchingAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
8
9
#ifndef TAU_ANALYSIS_ALGORITHMS__DI_TAU_TRUTH_MATCHING_ALG_H
10
#define TAU_ANALYSIS_ALGORITHMS__DI_TAU_TRUTH_MATCHING_ALG_H
11
12
#include <
AnaAlgorithm/AnaAlgorithm.h
>
13
#include <
TauAnalysisTools/IDiTauTruthMatchingTool.h
>
14
#include <
SelectionHelpers/SysReadSelectionHandle.h
>
15
#include <
SystematicsHandles/SysListHandle.h
>
16
#include <
SystematicsHandles/SysReadHandle.h
>
17
#include <
xAODTau/DiTauJetContainer.h
>
18
19
namespace
CP
20
{
22
23
class
DiTauTruthMatchingAlg
final :
public
EL::AnaAlgorithm
24
{
26
public
:
27
using
EL::AnaAlgorithm::AnaAlgorithm
;
28
StatusCode
initialize
()
override
;
29
StatusCode
execute
(
const
EventContext& ctx)
override
;
30
31
32
34
private
:
35
ToolHandle<TauAnalysisTools::IDiTauTruthMatchingTool>
m_matchingTool
{
this
,
"matchingTool"
,
"TauAnalysisTools::DiTauTruthMatchingTool"
,
"the matching tool we apply"
};
36
38
private
:
39
SysListHandle
m_systematicsList
{
this
};
40
42
private
:
43
SysReadHandle<xAOD::DiTauJetContainer>
m_tauHandle
{
44
this
,
"taus"
,
"DiTauJets"
,
"the tau collection to run on"
};
45
47
private
:
48
SysReadSelectionHandle
m_preselection
{
49
this
,
"preselection"
,
""
,
"the preselection to apply"
};
50
};
51
}
52
53
#endif
AnaAlgorithm.h
DiTauJetContainer.h
IDiTauTruthMatchingTool.h
Tau, lepton and jet truth matching for ditau jets.
SysListHandle.h
SysReadHandle.h
SysReadSelectionHandle.h
CP::DiTauTruthMatchingAlg
an algorithm for calling IDiTauTruthMatchingTool
Definition
DiTauTruthMatchingAlg.h:24
CP::DiTauTruthMatchingAlg::m_systematicsList
SysListHandle m_systematicsList
the systematics list we run
Definition
DiTauTruthMatchingAlg.h:39
CP::DiTauTruthMatchingAlg::m_tauHandle
SysReadHandle< xAOD::DiTauJetContainer > m_tauHandle
the tau collection we run on
Definition
DiTauTruthMatchingAlg.h:43
CP::DiTauTruthMatchingAlg::initialize
StatusCode initialize() override
Definition
DiTauTruthMatchingAlg.cxx:23
CP::DiTauTruthMatchingAlg::m_preselection
SysReadSelectionHandle m_preselection
the preselection we apply to our input
Definition
DiTauTruthMatchingAlg.h:48
CP::DiTauTruthMatchingAlg::m_matchingTool
ToolHandle< TauAnalysisTools::IDiTauTruthMatchingTool > m_matchingTool
the matching tool
Definition
DiTauTruthMatchingAlg.h:35
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
CP::SysReadSelectionHandle
a data handle for reading systematically varied selection properties from objects
Definition
SysReadSelectionHandle.h:32
EL::AnaAlgorithm
the (new) base class for EventLoop algorithms
Definition
AnaAlgorithm.h:74
EL::AnaAlgorithm::AnaAlgorithm
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Definition
AnaAlgorithm.cxx:40
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
Generated on
for ATLAS Offline Software by
1.17.0