Changeset 596 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 02/06/01 09:44:16 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/readCT1.C
r595 r596 15 15 16 16 17 MReadCT1Ascii *readct1 = new MReadCT1Ascii("/hd10/www/Anal_MAGIC/MCCT1_99_ga20.dat") ;17 //MReadCT1Ascii *readct1 = new MReadCT1Ascii("/hd10/www/Anal_MAGIC/MCCT1_99_ga20.dat") ; 18 18 19 //MReadCT1Ascii *readct1 = new MReadCT1Ascii("/hd10/www/Anal_MAGIC/CT1_99_on1.dat") ;19 MReadCT1Ascii *readct1 = new MReadCT1Ascii("/hd10/www/Anal_MAGIC/CT1_99_on1.dat") ; 20 20 21 21 cout << readct1->PreProcess(plist) << endl ; … … 25 25 MCamDisplay display(0) ; 26 26 27 //display.SetAutoScale(kFALSE) ; 28 27 29 while ( readct1->Process() == kTRUE ) 28 30 { 29 31 cout << "Event: " << icount++ << endl ; 30 32 31 if ( icount == 3 ) 33 if ( icount == 3 ) { 32 34 phevt->Print() ; 33 35 } 36 34 37 display->Draw( phevt ) ; 38 // display->DrawError( phevt ) ; 35 39 36 40 gClient->HandleInput(); 37 if(getchar()=='e') break; 41 42 if(getchar()=='q') 43 break; 38 44 } 39 45
Note:
See TracChangeset
for help on using the changeset viewer.