CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
stemFromPath.h
Go to the documentation of this file.
1 #ifndef FWCore_Utilities_stemFromPath_h
2 #define FWCore_Utilities_stemFromPath_h
3 
4 #include <string>
5 
6 namespace edm {
7  // This functions extracts the stem of a file from the path (= file
8  // name without the extension).
9  //
10  // The reason to have our own function instead of
11  // std/boost::filesystem is that tehcnically these paths are not
12  // filesystem paths, but paths in CMS LFN/PFN space that (may) have
13  // different rules.
15 } // namespace edm
16 
17 #endif
std::string stemFromPath(const std::string &path)
Definition: stemFromPath.cc:4