Changeset 7145 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
06/10/05 15:22:12 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7143 r7145  
    8787   * mpointing/Makefile, mpointing/PointingLinkDef.h:
    8888     - added MSrcPosCorrect
     89
     90   * mhflux/MHDisp.cc:
     91     - fixed the scaling of the abs-limit of m3l above which
     92       we assume that the 3rd moment is a good measurement for the
     93       correct disp point
    8994
    9095
  • trunk/MagicSoft/Mars/mhflux/MHDisp.cc

    r7142 r7145  
    181181    // position. This can only be the case if the third moment
    182182    // has a value higher than the absolute cut value.
    183     if (TMath::Abs(fHilExt->GetM3Long()) > fM3lCut)
     183    if (TMath::Abs(fHilExt->GetM3Long()*fMm2Deg) > fM3lCut)
    184184    {
    185185        // Because at one position the event is considered a gamma
Note: See TracChangeset for help on using the changeset viewer.