SFrame 3.6
SOutputFile Class Reference

Class describing temporary ntuple files in local running mode. More...

#include <core/include/SOutputFile.h>

List of all members.

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.

Detailed Description

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.

Version:
Revision:
120

Definition at line 32 of file SOutputFile.h.


Constructor & Destructor Documentation

SOutputFile::SOutputFile ( const char *  name,
const TString &  fileName 
)

Constructor with object- and file name.

Definition at line 21 of file SOutputFile.cxx.


Member Function Documentation

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.


The documentation for this class was generated from the following files: