- ROOT 5.28 or higher
make (and add plotter to the PATH)
or
make && make install (this will install plotter in the usual place: /usr/bin)
If you are using bash, you can install the bash completion file doing this:
cp extra/plotter_completion /etc/bash_completion.d/plotter
plotter [options] file1.root file2.root file3.root ...
Options
-m, --merge: If the input files have the same tree, the tree is merged using a TChain and is shown as a unique tree.
plotter will only read the "plotable" objects from the files.
And make plots :D!