Changeset 2141 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 05/26/03 14:52:33 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
r2136 r2141 920 920 for (Int_t i=0; i<iMAXNUMPIX; i++) 921 921 { 922 // next 2 statements commented out by WW 923 //if (event.spixsig_10thphot[i]==0) 924 // continue; 922 //*fLog << event.spixsig_10thphot[i] << " "; 923 924 if (event.spixsig_10thphot[i]==0) 925 continue; 925 926 926 927 fNphot->AddPixel(i, 0.1*event.spixsig_10thphot[i],
Note:
See TracChangeset
for help on using the changeset viewer.