Changeset 7779 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
07/05/06 14:21:55 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhflux/MAlphaFitter.cc

    r7777 r7779  
    330330    // Assuming that bg and fit2.GetEventsBackground() are rather identical:
    331331    const Double_t sc = er*er / fit.GetEventsBackground();
    332 
     332    /*
    333333     cout << MMath::SignificanceLiMaSigned(hon.Integral(1, bin), fit.GetEventsBackground()/sc, sc) << " ";
    334334     cout << sc << " ";
    335335     cout << fit.fChiSqBg << endl;
    336 
     336     */
    337337    return sc;
    338338}
Note: See TracChangeset for help on using the changeset viewer.