Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TFileMerger.cxx File Reference
#include "TFileMerger.h"
#include "TDirectory.h"
#include "TError.h"
#include "TUrl.h"
#include "TFile.h"
#include "TUUID.h"
#include "TSystem.h"
#include "TKey.h"
#include "THashList.h"
#include "TObjString.h"
#include "TObjArray.h"
#include "TClass.h"
#include "TFileMergeInfo.h"
#include "TClassRef.h"
#include "TROOT.h"
#include "TMemFile.h"
#include "TVirtualMutex.h"
#include <sys/time.h>
#include <sys/resource.h>
#include <cstring>
Include dependency graph for TFileMerger.cxx:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

Functions

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).
 

Variables

static const Int_t kCintFileNumber = 100
 
static const Int_t kCpProgress = (1ULL << ( 14 ))
 
TClassRef R__RNTuple_Class ("ROOT::Experimental::RNTuple")
 
TClassRef R__TH1_Class ("TH1")
 
TClassRef R__TTree_Class ("TTree")
 

Function Documentation

◆ R__GetSystemMaxOpenedFiles()

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 66 of file TFileMerger.cxx.

Variable Documentation

◆ kCintFileNumber

const Int_t kCintFileNumber = 100
static

Definition at line 61 of file TFileMerger.cxx.

◆ kCpProgress

const Int_t kCpProgress = (1ULL << ( 14 ))
static

Definition at line 60 of file TFileMerger.cxx.

◆ R__RNTuple_Class

TClassRef R__RNTuple_Class("ROOT::Experimental::RNTuple") ( "ROOT::Experimental::RNTuple"  )

◆ R__TH1_Class

TClassRef R__TH1_Class("TH1") ( "TH1"  )

◆ R__TTree_Class

TClassRef R__TTree_Class("TTree") ( "TTree"  )