Changeset 710 for trunk/MagicSoft/Mars/macros/readCT1.C
- Timestamp:
- 03/30/01 11:30:32 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/readCT1.C
r700 r710 11 11 plist->AddToList(&tlist); 12 12 13 MCT1ReadAscii read("CT1_99_o n1.dat") ;13 MCT1ReadAscii read("CT1_99_off1.dat") ; 14 14 MImgCleanStd clean; 15 15 MHillasCalc hcalc; … … 29 29 Int_t icount = 0 ; 30 30 MCamDisplay display(&geomcam) ; 31 display.DrawPhotNum(&phevt); 32 31 33 32 34 while (read.Process()) 33 35 { 34 36 cout << "Event: " << icount++ << endl ; 35 36 if (icount < 45 )37 continue;38 37 39 38 display.DrawPhotNum(&phevt);
Note:
See TracChangeset
for help on using the changeset viewer.