Ignore:
Timestamp:
05/01/12 12:41:25 (12 years ago)
Author:
Jens Buss
Message:
added bool for saving histograms or not
File:
1 edited

Legend:

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

    r13476 r13490  
    6666SaveHistograms(
    6767        const char*     loc_fname,
    68         TString     subdirectory,
     68        TString         subdirectory,
    6969        TObjArray*      histList,
     70        bool            saveResults,
    7071        int             verbosityLevel
    7172        )
    7273{
     74    if (!saveResults) return;
    7375    if (verbosityLevel > 2) cout << endl
    7476                                 << "...saving pixel histograms to subdirectory: "
Note: See TracChangeset for help on using the changeset viewer.