ml_pid_cbm.tools

tools

In this submodule, tools not directly used by user are placed.

submodules:

The tools submodules contains

  • json_tools - tools for reading the config files
  • plotting_tools - tools for creating plots
  • load_data - class for loading root trees
  • particles_id - enum module containg PID's of particles in PDG format
  • prepare_model - tools for preparing the ml model

In this submodule, tools not directly used by user are placed.

1"""
2.. include:: README.md
3In this submodule, tools not directly used by user are placed.
4"""
5# For relative imports to work in Python 3.6
6import os, sys
7sys.path.append(os.path.dirname(os.path.realpath(__file__)))