Changeset 597 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 02/07/01 16:50:22 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/readCT1.C
r596 r597 11 11 MNphotEvent *phevt = new MNphotEvent() ; 12 12 13 14 13 plist->AddToList( phevt ) ; 15 14 16 17 15 //MReadCT1Ascii *readct1 = new MReadCT1Ascii("/hd10/www/Anal_MAGIC/MCCT1_99_ga20.dat") ; 18 16 … … 22 20 23 21 Int_t icount = 0 ; 24 25 22 MCamDisplay display(0) ; 26 23 … … 31 28 cout << "Event: " << icount++ << endl ; 32 29 33 if ( icount == 3 ) { 34 phevt->Print() ; 35 } 36 30 31 phevt->Print() ; 32 37 33 display->Draw( phevt ) ; 38 // display->DrawError( phevt ) ;39 40 34 gClient->HandleInput(); 41 42 35 if(getchar()=='q') 43 36 break; 37 38 phevt->CleanLevel1() ; 39 40 phevt->CleanLevel2() ; 41 42 display->Draw( phevt ) ; 43 gClient->HandleInput(); 44 if(getchar()=='q') 45 break; 46 47 44 48 } 45 49
Note:
See TracChangeset
for help on using the changeset viewer.