Changeset 2052 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 05/02/03 08:56:31 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MH.cc
r2043 r2052 763 763 gROOT->SetSelectedPad(NULL); 764 764 765 Bool_t store = TH1::AddDirectoryStatus(); 766 TH1::AddDirectory(kFALSE); 767 765 768 TObject *o = MParContainer::DrawClone(opt); 766 769 o->SetBit(kCanDelete); 770 771 TH1::AddDirectory(store); 772 767 773 return o; 768 774 } … … 787 793 // 788 794 if (cls->GetMethodAny("Draw")) 789 {790 *fLog << all << "FOUND: " << cls->GetName() << " " << (cls->GetName()=="MH") << endl;791 795 return kTRUE; 792 }793 796 794 797 //
Note:
See TracChangeset
for help on using the changeset viewer.