Changeset 2138 for trunk/MagicSoft
- Timestamp:
- 05/25/03 16:13:53 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MCT1ReadAscii.cc
r1880 r2138 240 240 // too the list with it's id, number of photons and error 241 241 // 242 fNphot->InitSize(127);242 // fNphot->InitSize(127); 243 243 244 244 for (Int_t i = 0; i<127; i++ ) … … 251 251 fNphot->AddPixel(i, nphot, (*fPedest)[i].GetMeanRms()); 252 252 } 253 253 fNphot->FixSize(); 254 254 } 255 255 -
trunk/MagicSoft/Mars/mhist/MHCerPhotEvt.cc
r2060 r2138 51 51 { 52 52 fSum.Reset(); 53 fSum.InitSize(577);53 // fSum.InitSize(577); 54 54 for (int i=0; i<577; i++) 55 55 { … … 57 57 fSum[i].SetPixelUnused(); 58 58 } 59 59 fSum.FixSize(); 60 60 fEntries = 0; 61 61 }
Note:
See TracChangeset
for help on using the changeset viewer.