Skip to content
Snippets Groups Projects
Commit c52432e4 authored by johannes bilk's avatar johannes bilk
Browse files

more stuff

parent d33f66ec
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,14 @@ Here follows a list of keywords contained in the dict:
Since the class is subscriptable one can access every element directly using the keywords
like this:
>
> loadFromRoot['eventNumber']
or
> loadFromRoot[0]
will return either the array containing the event numbers of the first entry of every
array contained in the classes dict.
And finally you can convert the dict into a structured Numpy array by simply writing:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment