ATLAS Offline Software
Loading...
Searching...
No Matches
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
22namespace CP
23{
24 std::vector<SystematicSet>
26 {
28 sys.calc (systematics);
29 return sys.result("");
30 }
31}
static const std::vector< std::string > systematics
This class handles turning the list of systematics into the actual list of nuisance parameter points ...
Class to wrap a set of SystematicVariations.
Select isolated Photons, Electrons and Muons.
std::vector< CP::SystematicSet > make_systematics_vector(const SystematicSet &systematics)
utility functions for working with systematics