From 1e3e0802086488bdc14e862c399e206867d29cf2 Mon Sep 17 00:00:00 2001
From: Johannes Schumann <johannes.schumann@fau.de>
Date: Sat, 30 Jan 2021 21:45:28 +0100
Subject: [PATCH] Set header field drawing to volume

---
 km3buu/output.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/km3buu/output.py b/km3buu/output.py
index f413b3f..7c98a07 100644
--- a/km3buu/output.py
+++ b/km3buu/output.py
@@ -92,7 +92,7 @@ ROOTTUPLE_KEY = "RootTuple"
 EMPTY_KM3NET_HEADER_DICT = {
     "start_run": "0",
     "XSecFile": "",
-    "drawing": "",
+    "drawing": "volume",
     "detector": "",
     "depth": "2475.0",
     "muon_desc_file": "",
-- 
GitLab