| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

RootDirFcn.h

Go to the documentation of this file.
00001 // $Id: RootDirFcn.h,v 1.2 2001/11/22 09:14:49 mato Exp $
00002 
00003 #ifndef ROOTHISTCNV_ROOTDIRFCN_HPP
00004 #define ROOTHISTCNV_ROOTDIRFCN_HPP
00005 
00006 #include <string>
00007 
00008 namespace RootHistCnv {
00009 
00010   bool RootCd(const std::string& full);
00011 
00012   bool RootMkdir(const std::string& full);
00013 
00014   std::string RootPwd();
00015 
00016   bool RootTrimLeadingDir(std::string &full, std::string dir);
00017 }
00018 
00019 #endif
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:57:44 2011 for RootHistCnv by doxygen 1.4.7