Changeset 3296 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 02/25/04 07:27:46 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/ONOFFAnalysis.C
r3274 r3296 182 182 //const char *onfile = "*.ON"; 183 183 const char *onfile = "12*.ON"; 184 //const char *onfile = "12410.ON"; 184 185 185 186 const char *mcfile = "/data/MAGIC/mc_eth/magLQE_3/gh/0/0/G_M0_00_0_550*.root"; … … 370 371 outNameImage += "Hillas"; 371 372 outNameImage += typeInput; 372 outNameImage += "1 a.root";373 outNameImage += "1b.root"; 373 374 gLog << "padded data to be written onto : " << outNameImage << endl; 374 375 … … 714 715 contbasic.SetName("SelBasic"); 715 716 716 MFillH fillblind("BlindPixels[MHBlindPixels]", "MBlindPixels");717 fillblind.SetName("HBlind");717 //MFillH fillblind("BlindPixels[MHBlindPixels]", "MBlindPixels"); 718 //fillblind.SetName("HBlind"); 718 719 719 720 MSigmabarCalc sigbarcalc; … … 803 804 804 805 tliston.AddToList(&blind); 805 //tliston.AddToList(&contbasic);806 807 tliston.AddToList(&fillblind);806 tliston.AddToList(&contbasic); 807 808 //tliston.AddToList(&fillblind); 808 809 tliston.AddToList(&sigbarcalc); 809 810 tliston.AddToList(&fillsigtheta); … … 1829 1830 filenameData += "Hillas"; 1830 1831 filenameData += typeInput; 1831 filenameData += "1 .root";1832 filenameData += "1b.root"; 1832 1833 gLog << "filenameData = " << filenameData << endl; 1833 1834 … … 1837 1838 outNameImage += "Hillas"; 1838 1839 outNameImage += typeInput; 1839 outNameImage += "2 .root";1840 outNameImage += "2b.root"; 1840 1841 1841 1842
Note:
See TracChangeset
for help on using the changeset viewer.