EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Paths.hpp File Reference
#include <string>
#include <utility>
#include <vector>
+ Include dependency graph for Paths.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ActsExamples
 

Functions

std::string ActsExamples::ensureWritableDirectory (const std::string &dir)
 
std::string ActsExamples::joinPaths (const std::string &dir, const std::string &name)
 Join dir and name into one path with correct handling of empty dirs.
 
std::string ActsExamples::perEventFilepath (const std::string &dir, const std::string &name, size_t event)
 
std::pair< size_t, size_t > ActsExamples::determineEventFilesRange (const std::string &dir, const std::string &name)