Aucune description

Caleb Fangmeier 401eaaa641 updates to documentation il y a 8 ans
analysis fa090c5f43 begins re-implementing old ipynb analysis/plots using new framework il y a 8 ans
cmake 69b87d4db0 Changes to CMake build system and adds additional logging functionality il y a 8 ans
docs 401eaaa641 updates to documentation il y a 8 ans
filval fa090c5f43 begins re-implementing old ipynb analysis/plots using new framework il y a 8 ans
filval_root fa090c5f43 begins re-implementing old ipynb analysis/plots using new framework il y a 8 ans
legacy 38070229c3 Adds histogram containers to be filled with arrays, rather than singular il y a 8 ans
python fa090c5f43 begins re-implementing old ipynb analysis/plots using new framework il y a 8 ans
.gitignore d1395f5084 adds ignored png files to docs il y a 8 ans
CMakeLists.txt 01b069d2db Adds Mean and Range Reduce classes. Integrates Function type into il y a 8 ans
Doxyfile.in 401eaaa641 updates to documentation il y a 8 ans
LICENSE b37d28e726 Initial commit il y a 8 ans
MiniTreeDoc.txt ac6692ede2 Adds additional plots and implementation of mini-iso selection il y a 8 ans
README.md 401eaaa641 updates to documentation il y a 8 ans

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.