Ignore:
Timestamp:
01/28/04 13:43:54 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2237 r2942  
    191191        const UInt_t pixid = pixel.GetPixelId();
    192192
    193         //
    194         // sanity check (old MC files sometimes have pixids>577)
    195         //
    196         if (fPedestals && !fPedestals->CheckBounds(pixid))
    197         {
    198             *fLog << inf << "Pixel ID larger than camera... skipping event." << endl;
    199             return kCONTINUE;
    200         }
    201 
    202193        fCerPhotEvt->AddPixel(pixid, nphot, sigmaped/2.236);
    203194
Note: See TracChangeset for help on using the changeset viewer.