Changeset 2321 for trunk/MagicSoft


Ignore:
Timestamp:
08/27/03 10:08:41 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2320 r2321  
    11                                                 -*-*- END OF LINE -*-*-
     2
     3 2003/08/27: Thomas Bretz
     4
     5   * mhist/MH3.cc:
     6     - fixed missing UseCurrentStyle for newer root versions
     7
     8
    29
    310 2003/08/26: Thomas Bretz
  • trunk/MagicSoft/Mars/mhist/MH3.cc

    r2300 r2321  
    116116
    117117    if (fHist)
     118    {
    118119        fHist->SetDirectory(NULL);
     120        fHist->UseCurrentStyle();
     121    }
    119122
    120123    fScale[0] = 1;
     
    140143    fTitle = Form(gsDefTitle.Data(), 1);
    141144
     145    fHist->UseCurrentStyle();
    142146    fHist->SetDirectory(NULL);
    143147    fHist->SetYTitle("Counts");
     
    166170    fTitle = Form(gsDefTitle.Data(), 2);
    167171
     172    fHist->UseCurrentStyle();
    168173    fHist->SetDirectory(NULL);
    169174    fHist->SetZTitle("Counts");
     
    192197    fTitle = Form(gsDefTitle.Data(), 3);
    193198
     199    fHist->UseCurrentStyle();
    194200    fHist->SetDirectory(NULL);
    195201
Note: See TracChangeset for help on using the changeset viewer.