Ignore:
Timestamp:
09/17/02 11:50:21 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MHillas.cc

    r1524 r1528  
    261261        const Float_t nphot = pix.GetNumPhotons();
    262262
    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;
    265265
    266266        fSize  += nphot;                             // [counter]
Note: See TracChangeset for help on using the changeset viewer.