Ignore:
Timestamp:
05/09/12 17:46:59 (13 years ago)
Author:
Jens Buss
Message:
changed all const char to TString
File:
1 edited

Legend:

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

    r13618 r13625  
    66
    77void
    8 CreateRootFile( const char* ,int );
     8CreateRootFile( TString ,int );
    99
    10 void
    11 OpenRootFile( TFile*, const char* , int );
     10TFile*
     11OpenRootFile( TString , int );
    1212
    1313void
     
    1515
    1616void
    17 SaveHistograms( const char* ,TString, TObjArray*, bool, int );
     17SaveHistograms( TString ,TString, TObjArray*, bool, int );
    1818
    1919TString
     
    2121
    2222TString
    23 CreateSubDirName( const char* );
     23CreateSubDirName( TString );
    2424
    2525
Note: See TracChangeset for help on using the changeset viewer.