ATLAS Offline Software
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 
13 
16 #include <map>
17 
18 //
19 // method implementations
20 //
21 
22 namespace CP
23 {
24  std::vector<SystematicSet>
26  {
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