Ignore:
Timestamp:
06/27/06 09:15:53 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7742 r7755  
    769769void MHAlpha::DrawAll(Bool_t newc)
    770770{
     771    if (newc && !fDisplay)
     772        return;
     773
    771774    // FIXME: Do in Paint if special option given!
    772     TCanvas &c = newc || !fDisplay ? *new TCanvas : fDisplay->AddTab("SizeBins");
     775    TCanvas &c = newc ? *new TCanvas : fDisplay->AddTab("SizeBins");
    773776    Int_t n = fHist.GetNbinsY();
    774777    Int_t nc = (Int_t)(TMath::Sqrt((Float_t)n-1)+1);
Note: See TracChangeset for help on using the changeset viewer.