Changeset 8659 for trunk/MagicSoft


Ignore:
Timestamp:
08/06/07 17:39:27 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8658 r8659  
    5656   * mjobs/MJStar.cc:
    5757     - replaced the old spark-cut with a new one
     58
     59   * mimage/MHVsSize.cc:
     60     - changes some comments
    5861
    5962
  • trunk/MagicSoft/Mars/mimage/MHVsSize.cc

    r7142 r8659  
    161161
    162162    /*
    163     ApplyBinning(*plist, "Width",  fWidth);
    164     ApplyBinning(*plist, "Length", fLength);
    165     ApplyBinning(*plist, "Dist",   fDistC);
    166     ApplyBinning(*plist, "Delta",  fDelta);
    167     ApplyBinning(*plist, "Size",   fSize);
    168 
    169     const MBinning *bins = (MBinning*)plist->FindObject("BinningCamera");
    170     if (!bins)
    171     {
    172         float r = fGeomCam ? fGeomCam->GetMaxRadius() : 600;
    173         r *= 0.9;
    174         if (!fUseMmScale)
    175             r *= fMm2Deg;
    176 
    177         MBinning b;
    178         b.SetEdges(61, -r, r);
    179         SetBinning(fCenter, &b, &b);
    180     }
    181     else
    182         SetBinning(fCenter, bins, bins);
    183     */
     163     ApplyBinning(*plist, "Width",  "Size", fWidth);
     164     ApplyBinning(*plist, "Length", "Size", fLength);
     165     ApplyBinning(*plist, "Area",   "Size", fArea);
     166     ApplyBinning(*plist, "M3Long", "Size", fM3Long);
     167     ApplyBinning(*plist, "Conc1",  "Size", fConc1);
     168     */
    184169
    185170    return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.