ROOT  6.06/09
Reference Guide
Functions | Variables
TFileMerger.cxx File Reference
#include "TFileMerger.h"
#include "TDirectory.h"
#include "TUrl.h"
#include "TFile.h"
#include "TUUID.h"
#include "TSystem.h"
#include "TKey.h"
#include "THashList.h"
#include "TObjString.h"
#include "TClass.h"
#include "TMethodCall.h"
#include "Riostream.h"
#include "TFileMergeInfo.h"
#include "TClassRef.h"
#include "TROOT.h"
#include "TMemFile.h"
#include <sys/time.h>
#include <sys/resource.h>
+ Include dependency graph for TFileMerger.cxx:

Go to the source code of this file.

Functions

 ClassImp (TFileMerger) TClassRef R__TH1_Class("TH1")
 
static Int_t R__GetSystemMaxOpenedFiles ()
 Return the maximum number of allowed opened files minus some wiggle room for CINT or at least of the standard library (stdio). More...
 

Variables

TClassRef R__TTree_Class ("TTree")
 
static const Int_t kCpProgress = BIT(14)
 
static const Int_t kCintFileNumber = 100
 

Function Documentation

ClassImp ( TFileMerger  )
static Int_t R__GetSystemMaxOpenedFiles ( )
static

Return the maximum number of allowed opened files minus some wiggle room for CINT or at least of the standard library (stdio).

Definition at line 63 of file TFileMerger.cxx.

Referenced by TFileMerger::SetMaxOpenedFiles().

Variable Documentation

const Int_t kCintFileNumber = 100
static

Definition at line 58 of file TFileMerger.cxx.

Referenced by R__GetSystemMaxOpenedFiles().

const Int_t kCpProgress = BIT(14)
static

Definition at line 57 of file TFileMerger.cxx.

Referenced by TFileMerger::AddFile(), and TFileMerger::OpenExcessFiles().

TClassRef R__TTree_Class("TTree")