Ignore:
Timestamp:
09/30/05 19:02:13 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc

    r7376 r7377  
    467467        for (Int_t j=0; j<cnt; j++)
    468468        {
    469             const Double_t tm1 = time[j];           // time of one neighbor pixel
    470             const Double_t tm2 = time[(j+1)%cnt];   // time of its neighbor pixel
     469            const Double_t tm1 = time[j];         // time of one neighbor pixel
     470            const Double_t tm2 = time[(j+1)%cnt]; // time of its neighbor pixel
    471471
    472472            // Calculate mean arrival time of pixel probably inside the shower
     
    493493        {
    494494            sum2 = gRandom->Uniform(max-min)+min; // FIXME? Set Seed value?
     495
     496            // Proceed with a treatment of the signal of empty pixels
     497            // better than the interpolation. (FIXME: Maybe a function
     498            // different from a gaussian could be a better choice...)
    495499            if (fPedPhot1 && fPedPhot2)
    496500            {
Note: See TracChangeset for help on using the changeset viewer.