|
ra4_stats
0341147a0dc35f80f4e12c6003afb76a38e2ed6e
|
#include "scan_point.hpp"#include <cstdlib>#include <string>#include <iostream>#include <iomanip>#include <stdexcept>#include <sstream>#include <fstream>#include <limits>#include <getopt.h>#include "TFile.h"#include "TTree.h"#include "TSystem.h"#include "TDirectory.h"#include "utilities.hpp"#include "cross_sections.hpp"Go to the source code of this file.
Namespaces | |
| anonymous_namespace{scan_point.cxx} | |
Functions | |
| int | main (int argc, char *argv[]) |
| double | GetSignif (const string &filename) |
| string | GetBaseName (const string &path) |
| double | ExtractNumber (const string &results, const string &key) |
| void | GetOptions (int argc, char *argv[]) |
Variables | |
| string | anonymous_namespace{scan_point.cxx}::file_name = "" |
| bool | anonymous_namespace{scan_point.cxx}::do_signif = false |
| double ExtractNumber | ( | const string & | results, |
| const string & | key | ||
| ) |
Definition at line 194 of file scan_point.cxx.
References scan_aggregate::result.
| string GetBaseName | ( | const string & | path | ) |
Definition at line 185 of file scan_point.cxx.
Referenced by main().
| void GetOptions | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 207 of file scan_point.cxx.
References anonymous_namespace{scan_point.cxx}::do_signif, and anonymous_namespace{scan_point.cxx}::file_name.
Referenced by main().
| double GetSignif | ( | const string & | filename | ) |
Definition at line 172 of file scan_point.cxx.
References scan_aggregate::signif.
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 30 of file scan_point.cxx.
References Contains(), anonymous_namespace{scan_point.cxx}::do_signif, ERROR, execute(), anonymous_namespace{scan_point.cxx}::file_name, GetBaseName(), GetOptions(), GetSignif(), scan_aggregate::limit, MakeDir(), change_r::mglu, change_r::mlsp, send_variations::model, parseMasses(), ReplaceAll(), xsec::signalCrossSection(), xsec::stopCrossSection(), and change_r::workdir.
1.8.11