Class Reference for E1039 Core & Analysis Software
TDirectoryHelper Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/fun4all/TDirectoryHelper.h>

Static Public Member Functions

static void duplicateDir (TDirectory *dest, TDirectory *source)
 
static TH1 * getHisto (TDirectory *dir, const std::string &histoname, const std::string &where)
 
static TDirectory * mkdir (TDirectory *topDir, const char *path, std::vector< std::string > *titles=0)
 
static bool mkpath (TDirectory *dir, const std::string &path)
 
static void copyToFile (TDirectory *src, TFile *dest)
 
static bool pathIsInDir (const std::string &path, TDirectory *dir)
 
static void splitPath (const std::string &path, std::vector< std::string > &paths)
 

Detailed Description

Definition at line 11 of file TDirectoryHelper.h.

Member Function Documentation

◆ copyToFile()

void TDirectoryHelper::copyToFile ( TDirectory *  src,
TFile *  dest 
)
static

Definition at line 19 of file TDirectoryHelper.cc.

◆ duplicateDir()

void TDirectoryHelper::duplicateDir ( TDirectory *  dest,
TDirectory *  source 
)
static

Definition at line 89 of file TDirectoryHelper.cc.

◆ getHisto()

TH1 * TDirectoryHelper::getHisto ( TDirectory *  dir,
const std::string &  histoname,
const std::string &  where 
)
static

Definition at line 233 of file TDirectoryHelper.cc.

◆ mkdir()

TDirectory * TDirectoryHelper::mkdir ( TDirectory *  topDir,
const char *  path,
std::vector< std::string > *  titles = 0 
)
static

Definition at line 147 of file TDirectoryHelper.cc.

Referenced by Fun4AllHistoManager::dumpHistos().

+ Here is the caller graph for this function:

◆ mkpath()

bool TDirectoryHelper::mkpath ( TDirectory *  dir,
const std::string &  path 
)
static

Definition at line 123 of file TDirectoryHelper.cc.

◆ pathIsInDir()

bool TDirectoryHelper::pathIsInDir ( const std::string &  path,
TDirectory *  dir 
)
static

Definition at line 198 of file TDirectoryHelper.cc.

◆ splitPath()

void TDirectoryHelper::splitPath ( const std::string &  path,
std::vector< std::string > &  paths 
)
static

Definition at line 264 of file TDirectoryHelper.cc.


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