Changeset 7677 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
04/30/06 21:55:00 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.cc

    r7676 r7677  
    121121            const Float_t b = hx->Integral(1, y+1);
    122122            const Float_t sig1 = MMath::SignificanceLiMa(s+b, b);
    123             const Float_t sig2 = s<1 ? 0 : MMath::SignificanceLiMa(s+b, b)*TMath::Log10(s);
     123            const Float_t sig2 = s<1 ? 0 : MMath::SignificanceLiMa(s+b, b)*TMath::Log10(s+1);
    124124            if (sig1>max1)
    125125            {
     
    223223    gPad->SetGridy();
    224224    gPad->AddExec("color", "gStyle->SetPalette(1, 0);");
    225     res2.SetMaximum(res2.GetMaximum()*1.075);
     225    res2.SetMaximum(res2.GetMaximum()*1.05);
    226226    res2.DrawCopy("colz");
    227227}
Note: See TracChangeset for help on using the changeset viewer.