semkiv / fcc-reconstruction

Reconstruction scripts for B_0^d -> K^*0 tau^+ tau^- studies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fcc-reconstruction

DISCONTINUED, but feel free to fork it.

Reconstruction related scripts for B0d → K*0 τ+ τ- studies.

merger.py

Script that merges multiple ROOT files containing data suitable for reconstruction algorithm into one file Usage:

python merger.py -i [INPUT_FILENAME_1] [NUMBER_OF_EVENTS_1] -i [INPUT_FILENAME_2] [NUMBER_OF_EVENTS_2] ... [-o [OUTPUT_FILENAME=merged.root]]

Run python merger.py --help for more details

reconstruction.py

Reconstruction script that implements math algorithm of B0 mass reconstruction Uses different models for fitting signal and background events Usage:

python reconstruction.py -i [INPUT_FILENAME] [-t [TREE_NAME]] [-n [MAX_EVENTS]] [-b] [-f] [-v]

Run python reconstruction.py --help for more details

reconstruction_composite.py

Reconstruction script that implements math algorithm of B0 mass reconstruction Uses the composite model for fitting signal and background events simultaneously Usage:

python reconstruction_composite.py -i [INPUT_FILENAME] [-n [MAX_EVENTS]] [-f] [-v]

Run python reconstruction_composite.py --help for more details

About

Reconstruction scripts for B_0^d -> K^*0 tau^+ tau^- studies

License:GNU General Public License v3.0


Languages

Language:Python 100.0%