Gaudi Framework, version v21r8

Home   Generated: 17 Mar 2010

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

Generated at Wed Mar 17 18:06:52 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004