Summary TeX file does not format cutflow diagram properly
For some time now, when compiling the visualized summary.tex
file with pdflatex
(from CVMFS
), the cutflow diagram does not seem to format properly (example: summary-htautau_lephad_lfr_applyff.pdf)
This is strange since if I instead compile the cuts.tex
file of which it imports from, this works fine: cuts-htautau_lephad_lfr_applyff.pdf
So something must be going wrong with the importation (\input{.../cuts}
) in summary.tex
.
In particular, at the top of the cuts.tex
file is a special cut __baseCut__
. From the TeX log file, it seems to complaining about the underscores (they want to be escaped not interpreted). Sure enough, doing this will fix the situation. Although how unchanged this still works with compiling cuts.tex
directly is a bit of a mystery to me.
This __baseCut__
seems to be introduced in analyze.py
to initialize the cutfolder (based on CAFExample
).
Any ideas how best this bug can be resolved automatically by the framework, rather than manually by the user?
Supporting files: