Useful scripts - jniedzie/SVJanalysis_wiki GitHub Wiki
A collection of useful scripts is present in utilities/utilityScripts
.
Executable scripts are added in bin/
such that they can be executed from anywhere.
Here is a list of these executables and a short description:
- rls: List the content of a ROOT file. See usage with
rls -h
. - rdump: Display the content of one or several branches in one or several ROOT files. Cross-section weighting will be taken into account for counting. See usage with
rdump -h
. - rhist: Plot histograms of selected branches or ROOT histogram (e.g. TH1D) of a ROOT file. See usage with
rhist -h
. - pdfjam: The usual pdfjam, see https://github.com/rrthomas/pdfjam.
- pdfcrop: Crop the white margins of PDF pages, see https://pdfcrop.sourceforge.net/.