Changeset 1528 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 09/17/02 11:50:21 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MHillas.cc
r1524 r1528 261 261 const Float_t nphot = pix.GetNumPhotons(); 262 262 263 if (nphot==0)264 *fLog << warn << GetDescriptor() << ": Pixel #" << pix.GetPixId() << " has no photons." << endl;263 //if (nphot==0) 264 // *fLog << warn << GetDescriptor() << ": Pixel #" << pix.GetPixId() << " has no photons." << endl; 265 265 266 266 fSize += nphot; // [counter]
Note:
See TracChangeset
for help on using the changeset viewer.