Index: fact/tools/rootmacros/PulseTemplates/FPulseOverlay.C
===================================================================
--- fact/tools/rootmacros/PulseTemplates/FPulseOverlay.C	(revision 13466)
+++ fact/tools/rootmacros/PulseTemplates/FPulseOverlay.C	(revision 13467)
@@ -641,24 +641,25 @@
 
 
-        if (debugPixel)
-        {
-            //Process gui events asynchronously during input
-            cout << endl;
-            TTimer timer("gSystem->ProcessEvents();", 50, kFALSE);
-            timer.TurnOn();
-            TString input = Getline("Type 'q' to exit, <return> to go on: ");
-            timer.TurnOff();
-            if (input=="q\n") {
-                   break;
+            if (debugPixel)
+            {
+                //Process gui events asynchronously during input
+                cout << endl;
+                TTimer timer("gSystem->ProcessEvents();", 50, kFALSE);
+                timer.TurnOn();
+                TString input = Getline("Type 'q' to exit, <return> to go on: ");
+                timer.TurnOff();
+                if (input=="q\n") {
+                       break;
+                }
             }
-        }
-
-        delete pPixelSet[pixel];
-
-        if (verbosityLevel > 2)
-        {
-           cout << endl << "...End of Pixel-Set"
-                << endl << "------------------------------------------------"
-                << endl;
+
+            delete pPixelSet[pixel];
+
+            if (verbosityLevel > 2)
+            {
+               cout << endl << "...End of Pixel-Set"
+                    << endl << "------------------------------------------------"
+                    << endl;
+            }
         }
     }
