Analysis dedicated to
Contirbution to this project is always welcome, one just needs to follow the contribution rules.
We use CMake to build the project. Minimum of requirements are:
| Version | |
|---|---|
| CMake | V3.0 |
| ROOT | V6.24/00 |
In order to build this project, you only need to execute following line.
./build.sh
If this gives an error, this may be caused by the version incompatibility from the building of ROOT.
Try changing the CMAKE_CXX_STANDARD version in the CMakeLists.txt.
After the build, execution file main.exe should be created.
Then you need to change the of SSbarAnalysisConfig_example.ini to SSbarAnalysisConfig_default.ini.
As a matter of fact, you can change the input file name in the main.cc.
In such case, you need to build the project again. (see above)
These are the initialization parameters for running the analysis. Details will be explained in the future commit for this README.md file.
One can execute this file by:
./main.exe [input_root_file]
replacing [input_root_file] by the path to the input root file.