FairRoot/PandaRoot
|
This is the complete list of members for Roman::FileHandler, including all inherited members.
appendToFile(std::string content, std::string filename, bool singleIOaccess=true) | Roman::FileHandler | static |
countLines(std::stringstream *ss) | Roman::FileHandler | static |
countLinesOfFile(std::string filename) | Roman::FileHandler | static |
cwd() | Roman::FileHandler | static |
directoryExists(std::string name) | Roman::FileHandler | static |
findRegex(std::string source, std::string regex) | Roman::FileHandler | static |
lastLoadBarIteration | Roman::FileHandler | static |
lastLoadBarTime | Roman::FileHandler | static |
loadBar(int current, int total, int resolution, int width, std::string message="") | Roman::FileHandler | static |
mkdir(std::string name) | Roman::FileHandler | static |
pwd(std::string file) | Roman::FileHandler | static |
readFile(std::stringstream *ss, std::string filename, bool singleIOaccess=true) | Roman::FileHandler | static |
readFile(std::string filename, bool singleIOaccess=true) | Roman::FileHandler | static |
readFromCSVfile(std::string filename, int maxLines=0, bool progressBar=false, bool singleIOaccess=true) | Roman::FileHandler | static |
readFromCSVline(std::string line) | Roman::FileHandler | static |
readMatrix(std::string filename) | Roman::FileHandler | static |
searchDirectories(std::string curr_directory, std::vector< std::string > *list, bool includeSubDirs=true) | Roman::FileHandler | static |
searchFiles(std::string curr_directory, std::string extension, std::vector< std::string > *list, bool includeSubDirs=true) | Roman::FileHandler | static |
selectDirectory(std::string sourceDirectory="", bool includeSubDirs=false) | Roman::FileHandler | static |
singleFileRead | Roman::FileHandler | privatestatic |
singleFileWrite | Roman::FileHandler | privatestatic |
writeFile(std::stringstream *ss, std::string filename, bool singleIOaccess=true) | Roman::FileHandler | static |
writeMatrix(Matrix &mat, std::string filename, std::stringstream *log=NULL, bool singleIOaccess=true) | Roman::FileHandler | static |