Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX utilities

Framework that automates the creation of pdf slides (using Beamer) containing all the plots produced in the Hμμ analysis, reducing hours of daily workload to minutes. The obtained slides have been used to give weekly presentations at CERN to the ATLAS Collaboration, which led to the final publication of the paper titled A search for the dimuon decay of the Standard Model Higgs boson with the ATLAS detector

Written to be run in the CERN LXPLUS cluster, can be easily readapted. Requires TeX Live 2017, Python3.x and Pytex.

 

🚩 SETUP

Setup environment, LaTeX and pythonTex

source setup.sh

 

🚩 COMPILE LATEX

Instead of using pdflatex, run using the pytex command.
For a generic .tex file:

pytex {filename.tex}

For a .tex file that takes an input argument arg (this means that the variable \arg is used in the .tex document):

pytex {filename.tex} arg=argvalue

 

🚩 Folders description

Slides

Produced slides, both pdf and source files

Templates

LaTeX/Beamer templates

Scripts

Python scripts (i.e. to select all pictures in given folder) and .tex short slides

Tests

Misc files mainly used for testing

 

🚩 Scripts usage

makeSStable.tex

Create single LaTeX table containing selected pdfs for spurious signal tests. Run as

pytex makeSStable.tex inputTable={path_to_txt_table}

Note: the path is relative to the folder $DIRWORK/ANALYSIS/FITTING_Hmumu/Hmumu_bkgModelStudies/scripts/tableAndConfig_Maker/TableMaker_output/

(Example pytex makeSStable.tex inputTable=pdfSelection_BDTv18_3best_nounderscore/allCatResults--passSmin_110-160.txt)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages