#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 "Riostream.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>
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). More... | |
Variables | |
static const Int_t | kCintFileNumber = 100 |
static const Int_t | kCpProgress = BIT(14) |
TClassRef | R__TH1_Class ("TH1") |
TClassRef | R__TTree_Class ("TTree") |
|
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 64 of file TFileMerger.cxx.
|
static |
Definition at line 59 of file TFileMerger.cxx.
Definition at line 58 of file TFileMerger.cxx.
TClassRef R__TH1_Class("TH1") | ( | "TH1" | ) |
TClassRef R__TTree_Class("TTree") | ( | "TTree" | ) |