9 #ifndef OUTPUTCONVENTION_H 10 #define OUTPUTCONVENTION_H 45 static TFile*
getFile(TString fileNameWithWildcards);
52 TString dateTimeSuffix;
54 TString getDateTimeSuffix();
OutputConvention(int argcIn, char *argvIn[])
Constructor.
static TFile * getFile(TString fileNameWithWildcards)
Opens matching file with the most recent suffix.
TFile * makeFile()
Create the new output file with proper name.
A class to systematically name files produced by my analysis programs.
Namespace which wraps everything in the library.
TString getOutputFileName(TString ext="")
Get the name of the output file from the program name (and system time).
TString getOutputDir()
Looks for an environment variable called OUTPUT_DIR and if it exists, sets it as the output dir...