Changeset 716 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 04/02/01 15:08:48 (24 years ago)
- Location:
- trunk/MagicSoft/Mars/macros
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/CT1Hillas.C
r710 r716 40 40 // 4) fill the hillas into the histograms 41 41 // 42 MCT1ReadAscii read("CT1_97_on1.dat") ; 42 MCT1ReadAscii read; 43 read.AddFile("CT1_99_off1.dat"); 44 read.AddFile("CT1_99_off2.dat"); 45 43 46 MImgCleanStd clean; 44 47 MHillasCalc hcalc; -
trunk/MagicSoft/Mars/macros/readCT1.C
r710 r716 42 42 43 43 clean.Process(); 44 hcalc.Process(); 44 45 if (hcalc.Process()==kCONTINUE) 46 { 47 cout << "skipped." << endl; 48 continue; 49 } 45 50 46 51 hillas.Print();
Note:
See TracChangeset
for help on using the changeset viewer.