GENIEGenerator
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Utils.h
Go to the documentation of this file.
1 #ifndef _EVTLIB_UTILS_H_
2 #define _EVTLIB_UTILS_H_
3 
4 #include <string>
5 
6 namespace genie{
7 namespace evtlib{
8 
9 /// \brief Expand env vars/homedirs/wildcards in \a s
10 ///
11 /// It is a fatal error if there is not exactly one result of the expansion
12 void Expand(std::string& s);
13 
14 }}
15 
16 #endif
void Expand(std::string &s)
Expand env vars/homedirs/wildcards in s.
Definition: Utils.cxx:8
static constexpr double s
Definition: Units.h:95