Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
FWCore
Utilities
interface
GetEnvironmentVariable.h
Go to the documentation of this file.
1
#ifndef Utilities_GetEnvironmentVariable_h
2
#define Utilities_GetEnvironmentVariable_h
3
4
#include <cstdlib>
5
#include <string>
6
7
namespace
edm {
8
inline
std::string
getEnvironmentVariable
(
std::string
const
&
name
,
std::string
const
& defaultValue =
std::string
()) {
9
char
*
p
= std::getenv(name.c_str());
10
return
(p ?
std::string
(p) : defaultValue);
11
}
12
}
// namespace edm
13
#endif
mergeVDriftHistosByStation.name
string name
Definition:
mergeVDriftHistosByStation.py:78
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
AlCaHLTBitMon_ParallelJobs.p
tuple p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
edm::getEnvironmentVariable
std::string getEnvironmentVariable(std::string const &name, std::string const &defaultValue=std::string())
Definition:
GetEnvironmentVariable.h:8
Generated for CMSSW Reference Manual by
1.8.5