The Gaudi Framework  v29r0 (ff2e7097)
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 
9  bool RootCd( const std::string& full );
10 
11  bool RootMkdir( const std::string& full );
12 
14 
15  bool RootTrimLeadingDir( std::string& full, std::string dir );
16 }
17 
18 #endif
bool RootTrimLeadingDir(std::string &full, std::string dir)
Definition: RootDirFcn.cpp:79
std::string RootPwd()
Definition: RootDirFcn.cpp:70
STL class.
bool RootMkdir(const std::string &full)
Definition: RootDirFcn.cpp:34
bool RootCd(const std::string &full)
Definition: RootDirFcn.cpp:15