ra4_stats
0341147a0dc35f80f4e12c6003afb76a38e2ed6e
|
Variables | |
int | ntoys = 5 |
vector< double > | injections |
double | lumi = 2.246 |
bool | do_asymmetric_error = false |
bool | do_systematics = false |
bool | draw_only = false |
mutex | global_mutex |
bool anonymous_namespace{sig_inj.cxx}::do_asymmetric_error = false |
Definition at line 43 of file sig_inj.cxx.
Referenced by ExtractSignal(), GetOptions(), main(), and MakePlot().
bool anonymous_namespace{sig_inj.cxx}::do_systematics = false |
Definition at line 44 of file sig_inj.cxx.
Referenced by GetOptions(), InjectSignal(), main(), MakePlot(), and WorkspaceGenerator::SetDoSystematics().
bool anonymous_namespace{sig_inj.cxx}::draw_only = false |
Definition at line 45 of file sig_inj.cxx.
Referenced by GetOptions(), and main().
mutex anonymous_namespace{sig_inj.cxx}::global_mutex |
Definition at line 47 of file sig_inj.cxx.
Referenced by ExtractSignal(), and InjectSignal().
vector<double> anonymous_namespace{sig_inj.cxx}::injections |
Definition at line 41 of file sig_inj.cxx.
Referenced by ExtractSignal(), GetOptions(), and main().
double anonymous_namespace{sig_inj.cxx}::lumi = 2.246 |
Definition at line 42 of file sig_inj.cxx.
Referenced by GetOptions(), InjectSignal(), main(), MakePlot(), MergeWithText(), and Plot1D().
int anonymous_namespace{sig_inj.cxx}::ntoys = 5 |
Definition at line 40 of file sig_inj.cxx.
Referenced by GetOptions(), InjectSignal(), main(), and MakePlot().