Skip to content

Padniuk/SSbarAnalysis

 
 

Repository files navigation

SSbarAnalysis

GitHub commits GitHub license

Analysis dedicated to $e^+e^- \rightarrow s\bar{s}$ process at Inernational Linear Collider (ILC) at 250 GeV running scenario. The primary objective is to identify $s$ and $\bar{s}$ quarks out from among the other quark flavor backgrounds, using the leading Kaons as its signature.

Contirbution to this project is always welcome, one just needs to follow the contribution rules.

Requirements

We use CMake to build the project. Minimum of requirements are:

Version
CMake V3.0
ROOT V6.24/00

Build

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.

Execusion

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)

Configuration file

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.

About

Analysis dedicated to e+e- -> ssbar process at ILC

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.9%
  • Other 1.1%