Changeset 7755 for trunk/MagicSoft/Mars/mhflux
- Timestamp:
- 06/27/06 09:15:53 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHAlpha.cc
r7742 r7755 769 769 void MHAlpha::DrawAll(Bool_t newc) 770 770 { 771 if (newc && !fDisplay) 772 return; 773 771 774 // 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"); 773 776 Int_t n = fHist.GetNbinsY(); 774 777 Int_t nc = (Int_t)(TMath::Sqrt((Float_t)n-1)+1);
Note:
See TracChangeset
for help on using the changeset viewer.