KM3NeT Dataformat data writeout
1 unresolved thread
1 unresolved thread
Compare changes
+ 26
− 18
@@ -15,7 +15,7 @@ __status__ = "Development"
@@ -28,6 +28,12 @@ import mendeleev
@@ -299,7 +305,7 @@ def write_detector_file(gibuu_output,
@@ -313,15 +319,16 @@ def write_detector_file(gibuu_output,
@@ -343,7 +350,7 @@ def write_detector_file(gibuu_output,
@@ -382,13 +389,13 @@ def write_detector_file(gibuu_output,
@@ -433,7 +440,7 @@ def write_detector_file(gibuu_output,
@@ -441,7 +448,7 @@ def write_detector_file(gibuu_output,
@@ -450,6 +457,7 @@ def write_detector_file(gibuu_output,
That's dangerous, never do
except:
.Thanks for the hint ... this is still work in progress, because the
ROOT.gSystem.Load
returns an error code and doesn't raise an exception. I guess I'll go for anImportError
which I raise for the library load manuallychanged this line in version 4 of the diff