Changeset 8633 for trunk/MagicSoft/Mars/mfilter
- Timestamp:
- 07/14/07 01:07:05 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFMagicCuts.cc
r8624 r8633 368 368 const Double_t slope = fMatrix ? GetVal(kESlope) : fHilExt->GetSlopeLong()/TMath::Sign(fMm2Deg, fHilSrc->GetCosDeltaAlpha()); 369 369 370 370 // Do Ghostbusting with slope and m3l 371 371 const Double_t sign1 = (dist-c[9])*c[8]-slope; 372 372 const Double_t sign2 = m3long-c[5]; 373 374 // Calculate disp including sign 373 375 const Double_t p = sign1<0 || sign2<0 ? -disp : disp; 374 376
Note:
See TracChangeset
for help on using the changeset viewer.