Ignore:
Timestamp:
02/19/09 16:37:49 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9344 r9350  
    122122    MBinning binsx, binsy;
    123123
    124     binsx.SetEdges(51, -326, 326);
     124    binsx.SetEdges(51, -1.1, 1.1);
    125125    binsx.Apply(fHM3Long);
    126126    binsx.Apply(fHM3Trans);
    127127
    128     binsx.SetEdges(51, -593, 593);
     128    binsx.SetEdges(51, -2.0, 2.0);
    129129    binsx.Apply(fHAsym);
    130130
    131     binsx.SetEdges(100,     0,  445);
     131    binsx.SetEdges(100,     0,  1.5);
    132132    binsy.SetEdges(100, -0.04, 0.04);
    133133    MH::SetBinning(&fHSlopeL, &binsx, &binsy);
Note: See TracChangeset for help on using the changeset viewer.