Ignore:
Timestamp:
06/03/02 09:57:00 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1334 r1336  
    319319        p->Draw("same");
    320320        p->SetBit(kCanDelete);
     321        p->SetDirectory(NULL);
    321322    }
    322323    if (str.Contains("PROFY", TString::kIgnoreCase) && fDimension==2)
     
    325326        p->Draw("same");
    326327        p->SetBit(kCanDelete);
     328        p->SetDirectory(NULL);
    327329    }
    328330
     
    352354        p->Draw("same");
    353355        p->SetBit(kCanDelete);
     356        p->SetDirectory(NULL);
    354357    }
    355358    if (str.Contains("PROFY", TString::kIgnoreCase) && fDimension==2)
     
    358361        p->Draw("same");
    359362        p->SetBit(kCanDelete);
     363        p->SetDirectory(NULL);
    360364    }
    361365
Note: See TracChangeset for help on using the changeset viewer.