Changeset 1509 for trunk/MagicSoft


Ignore:
Timestamp:
08/19/02 13:13:16 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1504 r1509  
    11                                                                  -*-*- END -*-*-
     2
     3 2002/08/19: Thomas Bretz
     4
     5   * mhist/MHillasExt.cc:
     6     - removed a wrong 2 in the calculation of fAsym
     7
     8
    29
    310 2002/08/16: Thomas Bretz
  • trunk/MagicSoft/Mars/manalysis/MHillasExt.cc

    r1465 r1509  
    210210    const MGeomPix &maxpix = geom[maxpixid];
    211211
    212     fAsym  =
    213         (GetMeanX()*2-maxpix.GetX())*GetCosDelta() +
    214         (GetMeanY()*2-maxpix.GetY())*GetSinDelta();                  // [mm]
     212    fAsym  = (GetMeanX()-maxpix.GetX())*GetCosDelta() +
     213             (GetMeanY()-maxpix.GetY())*GetSinDelta();               // [mm]
    215214
    216215    fConc  = (maxpix1+maxpix2)/GetSize();                            // [ratio]
Note: See TracChangeset for help on using the changeset viewer.