Ignore:
Timestamp:
08/22/07 19:18:35 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8647 r8695  
    271271    fConcCOG /= hillas.GetSize();                        // [ratio]
    272272
     273    // This can for example happen in case of Muon Rings
     274    if (fConcCOG<0)
     275        fConcCOG=0;
     276
    273277    // Concentration of signal contained in ellipse
    274278    fConcCore /= hillas.GetSize();
Note: See TracChangeset for help on using the changeset viewer.