Ignore:
Timestamp:
04/10/03 10:43:24 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1931 r1936  
    270270    for (Int_t i=1; i<=n; i++)
    271271    {
    272         const Stat_t ip = sump!=0 ? fPhness->Integral(1, i) : 0;
    273         const Stat_t ig = sumg!=0 ? fGhness->Integral(1, i) : 0;
     272        const Stat_t ip = fPhness->Integral(1, i);
     273        const Stat_t ig = fGhness->Integral(1, i);
    274274
    275275        fIntPhness->SetBinContent(i, ip);
Note: See TracChangeset for help on using the changeset viewer.