- Timestamp:
- 04/30/06 21:55:00 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.cc
r7676 r7677 121 121 const Float_t b = hx->Integral(1, y+1); 122 122 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); 124 124 if (sig1>max1) 125 125 { … … 223 223 gPad->SetGridy(); 224 224 gPad->AddExec("color", "gStyle->SetPalette(1, 0);"); 225 res2.SetMaximum(res2.GetMaximum()*1.0 75);225 res2.SetMaximum(res2.GetMaximum()*1.05); 226 226 res2.DrawCopy("colz"); 227 227 }
Note:
See TracChangeset
for help on using the changeset viewer.