Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/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 std::string &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) |
Definition at line 13 of file TDirectoryHelper.h.
View newest version in sPHENIX GitHub at line 13 of file TDirectoryHelper.h
|
static |
Definition at line 20 of file TDirectoryHelper.cc.
View newest version in sPHENIX GitHub at line 20 of file TDirectoryHelper.cc
References duplicateDir(), and save().
|
static |
Definition at line 89 of file TDirectoryHelper.cc.
View newest version in sPHENIX GitHub at line 89 of file TDirectoryHelper.cc
References next.
Referenced by copyToFile().
|
static |
Definition at line 231 of file TDirectoryHelper.cc.
View newest version in sPHENIX GitHub at line 231 of file TDirectoryHelper.cc
References assert, and pathIsInDir().
|
static |
Definition at line 147 of file TDirectoryHelper.cc.
View newest version in sPHENIX GitHub at line 147 of file TDirectoryHelper.cc
References i, save(), size, and splitPath().
Referenced by Fun4AllHistoManager::dumpHistos().
|
static |
Definition at line 122 of file TDirectoryHelper.cc.
View newest version in sPHENIX GitHub at line 122 of file TDirectoryHelper.cc
References assert, path, and splitPath().
|
static |
Definition at line 196 of file TDirectoryHelper.cc.
View newest version in sPHENIX GitHub at line 196 of file TDirectoryHelper.cc
References i, and splitPath().
Referenced by getHisto().
|
static |
Definition at line 262 of file TDirectoryHelper.cc.
View newest version in sPHENIX GitHub at line 262 of file TDirectoryHelper.cc
Referenced by mkdir(), mkpath(), and pathIsInDir().