Changeset 1961 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 04/17/03 08:03:48 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
r1952 r1961 246 246 *fLog << endl; 247 247 248 *fLog << "Exclude : ";248 *fLog << "Exclude pixels: "; 249 249 250 250 // Boolean bexcludepix[iMAXNUMPIX]; … … 895 895 //*fLog << event.spixsig_10thphot[i] << " "; 896 896 897 if (event.spixsig_10thphot[i]==0) 898 continue; 897 // next 2 statements commented out by WW 898 //if (event.spixsig_10thphot[i]==0) 899 // continue; 899 900 900 901 fNphot->AddPixel(i, 0.1*event.spixsig_10thphot[i], … … 912 913 fThetaOrig->SetVal(theta); 913 914 914 if (theta>TMath::Pi()/2) 915 return kCONTINUE; 915 //if (theta>TMath::Pi()/2) 916 //{ 917 // *fLog << "MCT1ReadPreProc::ProcessEvent; theta out of range : " 918 // << theta << endl; 919 // return kCONTINUE; 920 //} 916 921 917 922 // store hour angle
Note:
See TracChangeset
for help on using the changeset viewer.