9 #ifndef OUTPUTCONVENTION_H 10 #define OUTPUTCONVENTION_H 39 static TFile*
getFile(TString fileNameWithWildcards);
46 TString dateTimeSuffix;
49 TString getDateTimeSuffix();
50 TString getOutputDir();
TString getOutputFileName(TString ext="")
Get the name of the output file from the program name (and system time).
A class to systematically name files produced by my analysis programs.
OutputConvention(int argcIn, char *argvIn[])
Constructor.
static TFile * getFile(TString fileNameWithWildcards)
Opens a TFile matching a fileName with wildcards. If multiple matches gets the "greatest" TString...