Ignore:
Timestamp:
04/08/03 10:52:14 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHHadronness.cc

    r1910 r1921  
    266266    Float_t max=0;
    267267
     268
    268269    for (Int_t i=1; i<=n; i++)
    269270    {
    270         const Stat_t ip = sump!=0 ? fPhness->Integral(1, i)/sump : 0;
    271         const Stat_t ig = sumg!=0 ? fGhness->Integral(1, i)/sumg : 0;
     271        const Stat_t ip = sump!=0 ? fPhness->Integral(1, i) : 0;
     272        const Stat_t ig = sumg!=0 ? fGhness->Integral(1, i) : 0;
    272273
    273274        fIntPhness->SetBinContent(i, ip);
     
    463464    m->Draw();
    464465    */
     466
     467    gStyle->SetOptStat(111100);
     468
    465469    return &c;
    466470}
Note: See TracChangeset for help on using the changeset viewer.