YCrossFit 1.0
A C++/ROOT Library for the analysis of the differential cross section of the Y(1S,2S,3S) resonances in two muons
|
Main source code of the program: define default options for parameters and call the functions in order to execute the program. More...
#include <iostream>
#include "ROOT/RDataFrame.hxx"
#include "df_set.h"
#include "Cuts.h"
#include "SpectrumPlot.h"
#include "fitRoo.h"
#include "optionParse.h"
#include "diffCrossSection.h"
#include "RooFitResult.h"
#include "TRootCanvas.h"
Functions | |
int | main (int argc, char *argv[]) |
Main source code of the program: define default options for parameters and call the functions in order to execute the program.
Here the default options of the command line arguments are defined and the functions are called in order to execute the programs.
The default options are:
int main | ( | int | argc, |
char * | argv[] | ||
) |