Ignore:
Timestamp:
05/11/12 23:17:05 (13 years ago)
Author:
Jens Buss
Message:
const char* to TString
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/PulseTemplates/SaveToCsv.h

    r13465 r13661  
    99WritePixelTemplateToCsv(
    1010        TString         path,
    11         const char*     csv_file_name,
    12         const char*     overlay_method,
     11        TString     csv_file_name,
     12        TString     overlay_method,
    1313        int             pixel,
    1414        int             verbosityLevel
     
    1818BuildPath(
    1919        TString         path,
    20         const char*     csv_file_name,
     20        TString     csv_file_name,
    2121        int             pixel
    2222        );
Note: See TracChangeset for help on using the changeset viewer.