Skip to content
Snippets Groups Projects
Commit 87451cf8 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add attributed dicts to definitions

parent 1eb9ee36
No related branches found
No related tags found
No related merge requests found
Pipeline #17461 passed with warnings
......@@ -19,6 +19,8 @@ class AttrDict(dict):
self.__dict__ = self
daqdatatypes = AttrDict(daqdatatypes)
root = AttrDict(root)
trigger = AttrDict(trigger)
fitparameters = AttrDict(fitparameters)
reconstruction = AttrDict(reconstruction)
......
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