Skip to content
Snippets Groups Projects
plot_usage.py 361 B
Newer Older
Tamas Gal's avatar
Tamas Gal committed
"""
How to use the package
=======================

The following example shows how to use the `Calculator` class.
"""
from km3net_testdata import data_path

#####################################################
# Getting a filename
# ------------------
# To get the filename of a sample file:

Tamas Gal's avatar
Tamas Gal committed
filename = data_path("online/km3net_online.root")
Tamas Gal's avatar
Tamas Gal committed
print(filename)