Ignore:
Timestamp:
07/14/07 01:07:05 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfilter/MFMagicCuts.cc

    r8624 r8633  
    368368    const Double_t slope  = fMatrix ? GetVal(kESlope)   : fHilExt->GetSlopeLong()/TMath::Sign(fMm2Deg, fHilSrc->GetCosDeltaAlpha());
    369369
    370         // Do Ghostbusting with slope and m3l
     370    // Do Ghostbusting with slope and m3l
    371371    const Double_t sign1 = (dist-c[9])*c[8]-slope;
    372372    const Double_t sign2 = m3long-c[5];
     373
     374    // Calculate disp including sign
    373375    const Double_t p = sign1<0 || sign2<0 ? -disp : disp;
    374376
Note: See TracChangeset for help on using the changeset viewer.