Changeset 6591 for trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
- Timestamp:
- 02/18/05 13:59:53 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
r6159 r6591 63 63 #include <fstream> // fstream 64 64 65 #include <TH1.h> // TH1::AddDirectory 65 66 #include <TLine.h> // TLine 66 67 #include <TText.h> // TText … … 1614 1615 oldc.cd(); 1615 1616 1617 const Bool_t store = TH1::AddDirectoryStatus(); 1618 TH1::AddDirectory(kFALSE); 1619 1616 1620 //copy primitives 1617 1621 TObject *obj; … … 1644 1648 newc.Modified(); 1645 1649 newc.Update(); 1650 1651 TH1::AddDirectory(store); 1646 1652 1647 1653 padsav->cd();
Note:
See TracChangeset
for help on using the changeset viewer.