Changeset 2136 for trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
- Timestamp:
- 05/23/03 18:25:35 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
r2134 r2136 914 914 // read in the number of cerenkov photons and add the 'new' pixel 915 915 // too the list with it's id, number of photons and error 916 //917 fNphot->InitSize(iMAXNUMPIX);918 919 916 // number of photoelectrons measured in each pixel only the 920 917 // actual number of pixels (outputpars.inumpixels) is written out 921 918 // short spixsig_10thphot[iMAXNUMPIX]; 922 // *fLog << "spixsig_10thphot : " << endl;919 // 923 920 for (Int_t i=0; i<iMAXNUMPIX; i++) 924 921 { 925 //*fLog << event.spixsig_10thphot[i] << " "; 926 927 // next 2 statements commented out by WW 928 //if (event.spixsig_10thphot[i]==0) 929 // continue; 922 // next 2 statements commented out by WW 923 //if (event.spixsig_10thphot[i]==0) 924 // continue; 930 925 931 926 fNphot->AddPixel(i, 0.1*event.spixsig_10thphot[i], 932 927 (*fPedest)[i].GetMeanRms()); 933 928 } 934 //*fLog << "" << endl; 935 929 fNphot->FixSize(); 936 930 fNphot->SetReadyToSave(); 937 931
Note:
See TracChangeset
for help on using the changeset viewer.