Changeset 13467 for fact/tools/rootmacros/PulseTemplates/FPulseOverlay.C
- Timestamp:
- 04/27/12 18:34:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/PulseTemplates/FPulseOverlay.C
r13465 r13467 641 641 642 642 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 } 653 654 } 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 } 663 664 } 664 665 }
Note:
See TracChangeset
for help on using the changeset viewer.