JMSchoeffmann / Astroparticle-Physics-Lab-RWTH

Code to work with the root files in the "Air Shower Array"-experiment in the "Astroparticle-Physics-Lab-Course" in the Physics Masters at RWTH Aachen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code to work with the root files in the "Air Shower Array"-experiment in the "Astroparticle-Physics-Lab-Course" in the Physics Masters at RWTH Aachen 

Code example:
from openROOT import *
from matplotlib.pyplot import show
rootFile = "data/testData.root"
print(getNEvents(rootFile))
plot = getPlot(rootFile, 49, 1, 1)
show()

About

Code to work with the root files in the "Air Shower Array"-experiment in the "Astroparticle-Physics-Lab-Course" in the Physics Masters at RWTH Aachen


Languages

Language:Python 100.0%