Ignore:
Timestamp:
04/27/12 18:34:47 (12 years ago)
Author:
Jens Buss
Message:
budfix lost } added
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/PulseTemplates/FPulseOverlay.C

    r13465 r13467  
    641641
    642642
    643         if (debugPixel)
    644         {
    645             //Process gui events asynchronously during input
    646             cout << endl;
    647             TTimer timer("gSystem->ProcessEvents();", 50, kFALSE);
    648             timer.TurnOn();
    649             TString input = Getline("Type 'q' to exit, <return> to go on: ");
    650             timer.TurnOff();
    651             if (input=="q\n") {
    652                    break;
     643            if (debugPixel)
     644            {
     645                //Process gui events asynchronously during input
     646                cout << endl;
     647                TTimer timer("gSystem->ProcessEvents();", 50, kFALSE);
     648                timer.TurnOn();
     649                TString input = Getline("Type 'q' to exit, <return> to go on: ");
     650                timer.TurnOff();
     651                if (input=="q\n") {
     652                       break;
     653                }
    653654            }
    654         }
    655 
    656         delete pPixelSet[pixel];
    657 
    658         if (verbosityLevel > 2)
    659         {
    660            cout << endl << "...End of Pixel-Set"
    661                 << endl << "------------------------------------------------"
    662                 << endl;
     655
     656            delete pPixelSet[pixel];
     657
     658            if (verbosityLevel > 2)
     659            {
     660               cout << endl << "...End of Pixel-Set"
     661                    << endl << "------------------------------------------------"
     662                    << endl;
     663            }
    663664        }
    664665    }
Note: See TracChangeset for help on using the changeset viewer.