Keine Beschreibung

Caleb Fangmeier a482aef975 Adds Jupyter notebooks to documentation vor 7 Jahren
analysis a482aef975 Adds Jupyter notebooks to documentation vor 7 Jahren
cmake a482aef975 Adds Jupyter notebooks to documentation vor 7 Jahren
docs a482aef975 Adds Jupyter notebooks to documentation vor 7 Jahren
filval a482aef975 Adds Jupyter notebooks to documentation vor 7 Jahren
filval_root a482aef975 Adds Jupyter notebooks to documentation vor 7 Jahren
legacy 38070229c3 Adds histogram containers to be filled with arrays, rather than singular vor 7 Jahren
python a482aef975 Adds Jupyter notebooks to documentation vor 7 Jahren
.gitignore d1395f5084 adds ignored png files to docs vor 7 Jahren
CMakeLists.txt a482aef975 Adds Jupyter notebooks to documentation vor 7 Jahren
Doxyfile.in 401eaaa641 updates to documentation vor 7 Jahren
LICENSE b37d28e726 Initial commit vor 7 Jahren
MiniTreeDoc.txt ac6692ede2 Adds additional plots and implementation of mini-iso selection vor 7 Jahren
README.md a482aef975 Adds Jupyter notebooks to documentation vor 7 Jahren

README.md

TTTT Production Cross-Section Measurement

This project contains the code, documentation, and results of the TTTT production cross-section measurment in the tri-lepton channel.

To run this analysis, first aquire relevant MC files for signal(TTTT), and main backgrounds(TTW, TTZ, TT). These should be in the "Minitree" format. Then checkout the code from Github. After acquiring the code, follow the standard cmake build process of

cd project_directory
mkdir build
cd build
cmake ..
make

Once the code has been built, there should be a main executable in the build directory. Call it with the syntax

./main -f path_to_minitree_file

This will create a results ROOT file containing a set of histograms extracted from the Minitree. Create one of these for each input Minitree. The results are then usually processed in Jupyter Notebooks to produce final plots/measurements. For example, a basic listing of generated histograms can be found here