Skip to content

Tutorial III: Reading ROOT Input (2)

Daniel Savoiu edited this page Aug 19, 2017 · 5 revisions

This tutorial is based on the ROOT files generated in the first step.

Fill multiple histograms from diffent inputs

  • Different files

     harry.py -i gaussians.root gaussians1000.root -f gaussians -x var0

    plots/histograms_2files.png

  • Different trees

     harry.py -i gaussians3.root -f gaussians1 gaussians2 -x var0

    plots/histograms_2trees.png

  • Different expressions

     harry.py -i gaussians3.root -f gaussians1 -x var0 var1

    plots/histograms_2expressions.png