Ignore:
Timestamp:
05/09/12 12:53:51 (12 years ago)
Author:
Jens Buss
Message:
now it saves into the correct subdirectory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/PulseTemplates/rootfilehandler.C

    r13535 r13611  
    8585    {
    8686        tf->cd();
    87         tf->mkdir(subdirectory,subdirectory);
    88         tf->cd(subdirectory);
    8987    }
    9088    else
    9189    {
    9290        tf->cd();
     91        tf->mkdir(subdirectory,subdirectory);
     92        tf->cd(subdirectory);
    9393    }
    9494    histList->Write(); // write the major histograms into the top level directory
Note: See TracChangeset for help on using the changeset viewer.