ra4_stats
0341147a0dc35f80f4e12c6003afb76a38e2ed6e
|
#include <string>
#include "RooWorkspace.h"
Go to the source code of this file.
Functions | |
double | GetSignificance (const std::string &file, double lumi) |
double | GetLimit (const std::string &file_name, double lumi) |
void | ModifyLumi (const std::string &file_name, double lumi) |
double | ExtractNumber (const std::string &results, const std::string &key) |
void | GetOptions (int argc, char *argv[]) |
double ExtractNumber | ( | const std::string & | results, |
const std::string & | key | ||
) |
Definition at line 194 of file scan_point.cxx.
References scan_aggregate::result.
Referenced by GetLimit(), and GetSignificance().
double GetLimit | ( | const std::string & | file_name, |
double | lumi | ||
) |
Definition at line 154 of file sensitivity.cxx.
References execute(), ExtractNumber(), ModifyLumi(), plot_aggregates::results, and anonymous_namespace{sensitivity.cxx}::temp_name.
Referenced by main().
void GetOptions | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 127 of file aggregate_bins.cxx.
double GetSignificance | ( | const std::string & | file, |
double | lumi | ||
) |
Definition at line 148 of file sensitivity.cxx.
References execute(), ExtractNumber(), ModifyLumi(), plot_aggregates::results, and anonymous_namespace{sensitivity.cxx}::temp_name.
Referenced by main().
void ModifyLumi | ( | const std::string & | file_name, |
double | lumi | ||
) |
Definition at line 160 of file sensitivity.cxx.
References Contains(), execute(), anonymous_namespace{sensitivity.cxx}::lumi_in_file, scan_aggregate::name, and anonymous_namespace{sensitivity.cxx}::temp_name.
Referenced by GetLimit(), and GetSignificance().