Ignore:
Timestamp:
08/06/07 17:32:51 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJStar.cc

    r8624 r8658  
    336336    }
    337337
    338     // Spark cut
    339     MFDataPhrase fsparks("log10(MNewImagePar.fConc1) < (-0.371)*log10(MHillas.fSize) + 0.596", "SparkCut");
     338    // Spark cut:
     339    //  This cut is a little bit different from the default cut in the
     340    //  ganymed.rc, because the cut in ganymed.rc also suppresses a
     341    //  little background, while the cut here only shows sparks
     342    MFDataPhrase fsparks("log10(MNewImagePar.fConcCOG)<-0.45*(log10(MHillas.fSize)-2.5)-0.24", "SparkCut");
    340343    //fill0b.SetFilter(&fsparks);
    341344    fill0c.SetFilter(&fsparks);
Note: See TracChangeset for help on using the changeset viewer.