Skip to content

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

Notifications You must be signed in to change notification settings

JMSchoeffmann/Astroparticle-Physics-Lab-RWTH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages