Index: /fact/tools/pyscripts/examples/hillas_test.py
===================================================================
--- /fact/tools/pyscripts/examples/hillas_test.py	(revision 13289)
+++ /fact/tools/pyscripts/examples/hillas_test.py	(revision 13290)
@@ -39,6 +39,6 @@
 
 for event in run:
-    if event['trigger_type'].value == 4:
-    #if True:
+    #if event['trigger_type'].value == 4:
+    if True:
         print event['event_id']
         data = event['acal_data']
@@ -104,6 +104,6 @@
             #sys.exit(0)
             
-            answer = raw_input('hit <Enter> to go on .... hit "q" to quit')
-            if 'q' in answer:
-                break
+            #answer = raw_input('hit <Enter> to go on .... hit "q" to quit')
+            #if 'q' in answer:
+            #    break
 print 'good bye'
