Ignore:
Timestamp:
10/15/03 19:15:13 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2173 r2386  
    277277
    278278    //
    279     // If corrxy=0 (which should never happen, because fSize>0) we
    280     // cannot calculate Length and Width. The calculation failed
    281     // and returns kFALSE
    282     // In reallity it is almost impossible to have a distribution
    283     // of cerenkov photons in the used pixels which is exactly symmetric
     279    // If corrxy=0 (which should happen not very often, because fSize>0)
     280    // we cannot calculate Length and Width.
     281    // In reallity it is almost impossible to have a distribution of
     282    // cerenkov photons in the used pixels which is exactly symmetric
    284283    // along one of the axis.
     284    // It seems to be less than 0.1% of all events.
    285285    //
    286286    if (corrxy==0)
Note: See TracChangeset for help on using the changeset viewer.