Changeset 595 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 02/02/01 11:28:36 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/readCT1.C
r594 r595 19 19 // MReadCT1Ascii *readct1 = new MReadCT1Ascii("/hd10/www/Anal_MAGIC/CT1_99_on1.dat") ; 20 20 21 22 23 21 cout << readct1->PreProcess(plist) << endl ; 24 22 25 23 Int_t icount = 0 ; 24 25 MCamDisplay display(0) ; 26 26 27 while ( readct1->Process() == kTRUE ) 27 28 { 28 29 cout << "Event: " << icount++ << endl ; 29 // phevt->Print() ; 30 31 if ( icount == 3 ) 32 phevt->Print() ; 33 34 display->Draw( phevt ) ; 35 36 gClient->HandleInput(); 37 if(getchar()=='e') break; 30 38 } 31 39
Note:
See TracChangeset
for help on using the changeset viewer.