Ignore:
Timestamp:
08/19/02 13:13:16 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.