cericeci / SUSYDiagrams

Scripts for producing Simplified Model Diagrams for SUSY analyses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SUSYDiagrams

LaTeX code and compilation script to produce Simplified Model diagrams for SUSY

Other diagrams can be found at https://twiki.cern.ch/twiki/bin/viewauth/CMS/SUSYSimplifiedModelDiagrams.

Producing diagrams

Just run the compile.py script on any of .tex files with the LaTeX code for a diagram, e.g.

./compile.py TChiHH.tex

You can also compile all the diagrams in the current folder by running

./compile.py all

To create a new diagram just copy one of the provided .tex files, change the decays as you wish, and change the name of the fmffile to match the new filename, e.g. if you create a T2bb.tex file, the fmffile should be named FeynmanT2bb.

Code setup

Running the compile.py script requires python, LaTeX, and the feynmp-auto.sty package.

About

Scripts for producing Simplified Model Diagrams for SUSY analyses


Languages

Language:TeX 92.8%Language:Python 7.2%