ra4_stats
0341147a0dc35f80f4e12c6003afb76a38e2ed6e
|
#include <iostream>
#include <string>
#include <unistd.h>
#include <getopt.h>
#include "TFile.h"
#include "RooWorkspace.h"
#include "RooDataSet.h"
#include "RooProdPdf.h"
#include "RooNLLVar.h"
#include "RooMinuit.h"
#include "RooFitResult.h"
Go to the source code of this file.
Namespaces | |
anonymous_namespace{likelihood_fit.cxx} | |
Functions | |
void | GetOptions (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
Variables | |
string | anonymous_namespace{likelihood_fit.cxx}::file_path = "wspace_nosyst_nokappa_nor4_T1tttt_mGluino-1700_mLSP-100_xsecNom.root" |
void GetOptions | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 22 of file likelihood_fit.cxx.
References anonymous_namespace{likelihood_fit.cxx}::file_path.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 53 of file likelihood_fit.cxx.
References anonymous_namespace{likelihood_fit.cxx}::file_path, and GetOptions().