ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
Jet
JetJvtEfficiency
JetJvtEfficiency
JvtEfficiencyTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef JETJVTEFFICIENCY_JVTEFFICIENCYTOOL_H
6
#define JETJVTEFFICIENCY_JVTEFFICIENCYTOOL_H
7
8
#include "
AsgTools/PropertyWrapper.h
"
9
#include "
JetJvtEfficiency/JvtEfficiencyToolBase.h
"
10
11
namespace
CP
{
12
class
JvtEfficiencyTool
:
public
JvtEfficiencyToolBase
{
13
ASG_TOOL_CLASS
(
JvtEfficiencyTool
,
IJvtEfficiencyTool
)
14
public
:
15
using
JvtEfficiencyToolBase::JvtEfficiencyToolBase;
16
virtual
~JvtEfficiencyTool
()
override
=
default
;
17
18
virtual
StatusCode
initialize
()
override
;
19
20
virtual
StatusCode
sysApplySystematicVariation
(
const
CP::SystematicSet
&sys)
override
;
21
22
private
:
23
Gaudi::Property<bool>
m_isPFlow
{
24
this
,
"IsPFlow"
,
true
,
25
"Whether the jet collection is PFlow or not. Used to configure the correct working "
26
"points"
};
27
Gaudi::Property<std::string>
m_wp
{
28
this
,
"WorkingPoint"
,
"Default"
,
"The working point to use."
};
29
Gaudi::Property<std::string>
m_file
{
30
this
,
"SFFile"
,
"Default"
,
31
"The file containing the SF histograms. Set to the empty string to use dummy scale "
32
"factors."
};
33
};
34
}
// namespace CP
35
36
#endif
//> !JETJVTEFFICIENCY_NNJVTEFFICIENCYTOOL_H
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition
AsgToolMacros.h:68
JvtEfficiencyToolBase.h
PropertyWrapper.h
CP::IJvtEfficiencyTool
Definition
IJvtEfficiencyTool.h:22
CP::JvtEfficiencyToolBase
Definition
JvtEfficiencyToolBase.h:20
CP::JvtEfficiencyTool
Definition
JvtEfficiencyTool.h:12
CP::JvtEfficiencyTool::m_isPFlow
Gaudi::Property< bool > m_isPFlow
Definition
JvtEfficiencyTool.h:23
CP::JvtEfficiencyTool::m_wp
Gaudi::Property< std::string > m_wp
Definition
JvtEfficiencyTool.h:27
CP::JvtEfficiencyTool::~JvtEfficiencyTool
virtual ~JvtEfficiencyTool() override=default
CP::JvtEfficiencyTool::initialize
virtual StatusCode initialize() override
Dummy implementation of the initialisation function.
Definition
JvtEfficiencyTool.cxx:9
CP::JvtEfficiencyTool::sysApplySystematicVariation
virtual StatusCode sysApplySystematicVariation(const CP::SystematicSet &sys) override
effects: configure this tool for the given list of systematic variations.
Definition
JvtEfficiencyTool.cxx:25
CP::JvtEfficiencyTool::m_file
Gaudi::Property< std::string > m_file
Definition
JvtEfficiencyTool.h:29
CP::SystematicSet
Class to wrap a set of SystematicVariations.
Definition
SystematicSet.h:31
CP
Select isolated Photons, Electrons and Muons.
Definition
Control/xAODRootAccess/xAODRootAccess/TEvent.h:27
Generated on
for ATLAS Offline Software by
1.17.0