ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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
}
MakeSystematicsVector.h
systematics
static const std::vector< std::string > systematics
Definition
MuonTriggerSFFilesTest.cxx:23
SystematicSet.h
SystematicsUtil.h
CP::MakeSystematicsVector
This class handles turning the list of systematics into the actual list of nuisance parameter points ...
Definition
MakeSystematicsVector.h:34
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
CP::make_systematics_vector
std::vector< CP::SystematicSet > make_systematics_vector(const SystematicSet &systematics)
utility functions for working with systematics
Definition
SystematicsUtil.cxx:25
Generated on
for ATLAS Offline Software by
1.17.0