ATLAS Offline Software
PhysicsAnalysis
AnalysisCommon
PATInterfaces
Root
SystematicsUtil.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
8
//
9
// includes
10
//
11
12
#include <
PATInterfaces/SystematicsUtil.h
>
13
14
#include <
PATInterfaces/MakeSystematicsVector.h
>
15
#include <
PATInterfaces/SystematicSet.h
>
16
#include <map>
17
18
//
19
// method implementations
20
//
21
22
namespace
CP
23
{
24
std::vector<SystematicSet>
25
make_systematics_vector
(
const
SystematicSet
&
systematics
)
26
{
27
MakeSystematicsVector
sys
;
28
sys
.calc (
systematics
);
29
return
sys
.result(
""
);
30
}
31
}
CP::MakeSystematicsVector
This class handles turning the list of systematics into the actual list of nuisance parameter points ...
Definition:
MakeSystematicsVector.h:34
CP::make_systematics_vector
std::vector< CP::SystematicSet > make_systematics_vector(const SystematicSet &systematics)
utility functions for working with systematics
Definition:
SystematicsUtil.cxx:25
SystematicSet.h
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:48
mapkey::sys
@ sys
Definition:
TElectronEfficiencyCorrectionTool.cxx:42
MakeSystematicsVector.h
CheckAppliedSFs.systematics
def systematics
Definition:
CheckAppliedSFs.py:231
SystematicsUtil.h
Generated on Sun Dec 22 2024 21:18:44 for ATLAS Offline Software by
1.8.18