Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
RootDirFcn.h
Go to the documentation of this file.
1 #ifndef ROOTHISTCNV_ROOTDIRFCN_HPP
2 #define ROOTHISTCNV_ROOTDIRFCN_HPP
3 
4 #include <string>
5 
6 namespace RootHistCnv {
7 
8  bool RootCd( const std::string& full );
9 
10  bool RootMkdir( const std::string& full );
11 
13 
14  bool RootTrimLeadingDir( std::string& full, std::string dir );
15 } // namespace RootHistCnv
16 
17 #endif
bool RootTrimLeadingDir(std::string &full, std::string dir)
Definition: RootDirFcn.cpp:74
std::string RootPwd()
Definition: RootDirFcn.cpp:65
STL class.
bool RootMkdir(const std::string &full)
Definition: RootDirFcn.cpp:31
bool RootCd(const std::string &full)
Definition: RootDirFcn.cpp:14