SFrame 3.6
|
Class describing temporary ntuple files in local running mode. More...
#include <core/include/SOutputFile.h>
Public Member Functions | |
SOutputFile (const char *name, const TString &fileName) | |
Constructor with object- and file name. | |
void | SetFileName (const TString &fileName) |
Set the name of the temporary ntuple file. | |
const TString & | GetFileName () const |
Get the name of the temporary ntuple file. |
Class describing temporary ntuple files in local running mode.
This class is used similarly to TProofOutputFile when running ntuple writing jobs in "LOCAL" mode. In this mode the output ntuples are written to a temporary file in the running directory, and finally the file's contents are merged into the output file also holding all the other outputs of the cycle.
Definition at line 32 of file SOutputFile.h.
SOutputFile::SOutputFile | ( | const char * | name, |
const TString & | fileName | ||
) |
Constructor with object- and file name.
Definition at line 21 of file SOutputFile.cxx.
const TString & SOutputFile::GetFileName | ( | ) | const |
Get the name of the temporary ntuple file.
Definition at line 33 of file SOutputFile.cxx.
void SOutputFile::SetFileName | ( | const TString & | fileName | ) |
Set the name of the temporary ntuple file.
Definition at line 26 of file SOutputFile.cxx.