From 7d3eb4d77b6160fa499cdea0389e9d6f5dffb400 Mon Sep 17 00:00:00 2001
From: ViaFerrata <michimoser@onlinehome.de>
Date: Thu, 17 Jan 2019 15:17:33 +0100
Subject: [PATCH] Minor.

---
 orcasong/default_config.toml                  | 2 ++
 utilities/count_number_of_events_in_folder.py | 4 ----
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/orcasong/default_config.toml b/orcasong/default_config.toml
index a995541..52e1972 100644
--- a/orcasong/default_config.toml
+++ b/orcasong/default_config.toml
@@ -41,6 +41,8 @@
 #        This is e.g. useful, if you use events from two different mc productions, e.g. the 1-5GeV & 3-100GeV Orca 2016 MC.
 #        In this case, the events are not fully distinguishable with only the run_id and the event_id!
 #        In order to keep a separation, an integer can be set in the event_track for all events, such that they stay distinguishable.
+#        Currently, the convention of the OrcaSong author is the following:
+#        For neutrinos: 1: 3-100 GeV prod, 2: 1-5 GeV prod ; mupage: 3 ; random_noise: 4
 #    timecut_mode : str
 #        Defines what timecut should be used in hits_to_histograms.py.
 #        Currently available:
diff --git a/utilities/count_number_of_events_in_folder.py b/utilities/count_number_of_events_in_folder.py
index b4202e0..730199d 100644
--- a/utilities/count_number_of_events_in_folder.py
+++ b/utilities/count_number_of_events_in_folder.py
@@ -76,9 +76,5 @@ def main():
     print('--------------------------------------------------------')
 
 
-
-
-
-
 if __name__ == '__main__':
     main()
-- 
GitLab