|
ra4_stats
0341147a0dc35f80f4e12c6003afb76a38e2ed6e
|
#include "make_workspace.hpp"#include <iostream>#include <iomanip>#include <sstream>#include <initializer_list>#include <vector>#include <string>#include <stdlib.h>#include <ctime>#include <unistd.h>#include <getopt.h>#include "TString.h"#include "bin.hpp"#include "process.hpp"#include "utilities.hpp"#include "systematic.hpp"#include "cut.hpp"#include "workspace_generator.hpp"Go to the source code of this file.
Namespaces | |
| anonymous_namespace{dilepton_wspace.cxx} | |
Functions | |
| TString | anonymous_namespace{dilepton_wspace.cxx}::method ("m2lveto") |
| string | anonymous_namespace{dilepton_wspace.cxx}::minjets ("6") |
| string | anonymous_namespace{dilepton_wspace.cxx}::hijets ("9") |
| string | anonymous_namespace{dilepton_wspace.cxx}::himet ("400") |
| string | anonymous_namespace{dilepton_wspace.cxx}::mjthresh ("400") |
| int | main (int argc, char *argv[]) |
| void | GetOptions (int argc, char *argv[]) |
Variables | |
| double | anonymous_namespace{dilepton_wspace.cxx}::lumi = 0.815 |
| double | anonymous_namespace{dilepton_wspace.cxx}::sig_strength = 0. |
| BlindLevel | anonymous_namespace{dilepton_wspace.cxx}::blind_level = BlindLevel::unblinded |
| bool | anonymous_namespace{dilepton_wspace.cxx}::no_kappa = false |
| bool | anonymous_namespace{dilepton_wspace.cxx}::do_syst = false |
| bool | anonymous_namespace{dilepton_wspace.cxx}::use_r4 = false |
| unsigned | anonymous_namespace{dilepton_wspace.cxx}::n_toys = 0 |
| string | anonymous_namespace{dilepton_wspace.cxx}::identifier = "" |
| void GetOptions | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 256 of file dilepton_wspace.cxx.
References anonymous_namespace{dilepton_wspace.cxx}::blind_level, blinded, anonymous_namespace{dilepton_wspace.cxx}::do_syst, anonymous_namespace{dilepton_wspace.cxx}::hijets(), anonymous_namespace{dilepton_wspace.cxx}::himet(), anonymous_namespace{dilepton_wspace.cxx}::identifier, anonymous_namespace{dilepton_wspace.cxx}::lumi, anonymous_namespace{dilepton_wspace.cxx}::method(), anonymous_namespace{dilepton_wspace.cxx}::minjets(), anonymous_namespace{dilepton_wspace.cxx}::mjthresh(), anonymous_namespace{dilepton_wspace.cxx}::n_toys, anonymous_namespace{dilepton_wspace.cxx}::no_kappa, r4_blinded, anonymous_namespace{dilepton_wspace.cxx}::sig_strength, unblind_1b, unblinded, and anonymous_namespace{dilepton_wspace.cxx}::use_r4.
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 44 of file dilepton_wspace.cxx.
References WorkspaceGenerator::AddToys(), anonymous_namespace{dilepton_wspace.cxx}::blind_level, blinded, Contains(), anonymous_namespace{dilepton_wspace.cxx}::do_syst, execute(), GetOptions(), anonymous_namespace{dilepton_wspace.cxx}::hijets(), anonymous_namespace{dilepton_wspace.cxx}::himet(), anonymous_namespace{dilepton_wspace.cxx}::identifier, anonymous_namespace{dilepton_wspace.cxx}::lumi, anonymous_namespace{dilepton_wspace.cxx}::method(), anonymous_namespace{dilepton_wspace.cxx}::minjets(), anonymous_namespace{dilepton_wspace.cxx}::mjthresh(), anonymous_namespace{dilepton_wspace.cxx}::n_toys, anonymous_namespace{dilepton_wspace.cxx}::no_kappa, r4_blinded, ReplaceAll(), WorkspaceGenerator::SetDoDilepton(), WorkspaceGenerator::SetDoSystematics(), WorkspaceGenerator::SetKappaCorrected(), WorkspaceGenerator::SetLuminosity(), anonymous_namespace{dilepton_wspace.cxx}::sig_strength, ttbar, unblind_1b, unblinded, anonymous_namespace{dilepton_wspace.cxx}::use_r4, and WorkspaceGenerator::WriteToFile().
1.8.11