Changeset 8929 for trunk/MagicSoft/Mars/mhbase
- Timestamp:
- 06/08/08 13:55:36 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MH3.cc
r8910 r8929 932 932 str.ToLower(); 933 933 934 if (str.IsNull() && GetLabels() && fDimension==2) 935 str = "colz"; 934 if (GetLabels()) 935 { 936 if (str.IsNull() && fDimension==2) 937 str = "colz"; 938 939 if (str.Contains("box", TString::kIgnoreCase) && fDimension==2) 940 fHist->SetLineColor(kBlue); 941 } 936 942 937 943 const Bool_t only = str.Contains("only") && TMath::Abs(fDimension)==2;
Note:
See TracChangeset
for help on using the changeset viewer.