Ignore:
Timestamp:
05/02/03 08:56:31 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2043 r2052  
    763763    gROOT->SetSelectedPad(NULL);
    764764
     765    Bool_t store = TH1::AddDirectoryStatus();
     766    TH1::AddDirectory(kFALSE);
     767
    765768    TObject *o = MParContainer::DrawClone(opt);
    766769    o->SetBit(kCanDelete);
     770
     771    TH1::AddDirectory(store);
     772
    767773    return o;
    768774}
     
    787793    //
    788794    if (cls->GetMethodAny("Draw"))
    789     {
    790         *fLog << all << "FOUND: " << cls->GetName() << " " << (cls->GetName()=="MH") << endl;
    791795        return kTRUE;
    792     }
    793796
    794797    //
Note: See TracChangeset for help on using the changeset viewer.