Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FWCore
Utilities
interface
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.
14
std::string
stemFromPath
(
const
std::string
&
path
);
15
}
// namespace edm
16
17
#endif
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
edm::stemFromPath
std::string stemFromPath(const std::string &path)
Definition:
stemFromPath.cc:4
fed_dqm_sourceclient-live_cfg.path
string path
Definition:
fed_dqm_sourceclient-live_cfg.py:33
Generated for CMSSW Reference Manual by
1.8.5