Няма описание

Caleb Fangmeier f452231987 adds function to easily create variants of a container with different cuts applied преди 8 години
analysis f452231987 adds function to easily create variants of a container with different cuts applied преди 8 години
cmake 55f8fd35f8 Adds documentation deployment make target, additional values relating to преди 8 години
docs f452231987 adds function to easily create variants of a container with different cuts applied преди 8 години
filval f452231987 adds function to easily create variants of a container with different cuts applied преди 8 години
filval_root f452231987 adds function to easily create variants of a container with different cuts applied преди 8 години
legacy 38070229c3 Adds histogram containers to be filled with arrays, rather than singular преди 8 години
python f452231987 adds function to easily create variants of a container with different cuts applied преди 8 години
.flake8 55f8fd35f8 Adds documentation deployment make target, additional values relating to преди 8 години
.gitignore 55f8fd35f8 Adds documentation deployment make target, additional values relating to преди 8 години
AboutFilVal.md 56796f011f Adds example code for filval and the beginnings of TMVA integration in filval_root преди 8 години
CMakeLists.txt 55f8fd35f8 Adds documentation deployment make target, additional values relating to преди 8 години
Doxyfile.in 56796f011f Adds example code for filval and the beginnings of TMVA integration in filval_root преди 8 години
LICENSE b37d28e726 Initial commit преди 8 години
MiniTreeDoc.txt 5d5ec3f925 Misc. Updates including преди 8 години
README.md 56796f011f Adds example code for filval and the beginnings of TMVA integration in filval_root преди 8 години

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

A brief rundown of the general analysis framework, FilVal, can be found here.

References

  • Four Tops for LHC (arXiv)
    A theory paper outlining a general strategy for measuring tttt cross-section using the SS-dilepton and trilepton channels
  • Efficient Identification of Boosted Semileptonic Top Quarks at the LHC (arXiv)
    Detailed description of the "mini-iso" requirement.
  • Top-tagging: A Method for Identifying Boosted Hadronic Tops (arXiv)
    Description of how to identify hadronically decaying Tops. ie. t->b + W(->q + \bar{q})