From 1335ed90345233ef657c86c6068b3f4c9dd4302e Mon Sep 17 00:00:00 2001
From: Carlo Guidi <cguidi@km3net.de>
Date: Mon, 13 Jan 2020 13:56:46 +0100
Subject: [PATCH] Apply suggestion to scripts/acoustics.py

---
 scripts/acoustics.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/acoustics.py b/scripts/acoustics.py
index 96ba341..465635b 100644
--- a/scripts/acoustics.py
+++ b/scripts/acoustics.py
@@ -46,7 +46,8 @@ table=db.run_table(detid)
 
 
 ACOUSTIC_BEACONS = [12, 14, 16]
-DOM=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18] # DOMs
+N_DOMS = 18
+DOMS = range(N_DOMS + 1)
 DU=[1,2,3,4,5] # DUs
 
 #ACOUSTIC_BEACONS=[16] # Acoustic Beacons
-- 
GitLab