|
ATLAS Offline Software
|
Go to the documentation of this file.
31 if (gSystem->Exec (
cmd.c_str()) != 0)
54 std::vector<char>
buffer (1024);
57 pipe = popen (
cmd.c_str(),
"r");
78 for (std::string::const_iterator iter =
name.begin(),
81 if (!isalnum (*iter) && *iter !=
'/' && *iter !=
'.' &&
IovVectorMap_t read(const Folder &theFolder, const SelectionCriterion &choice, const unsigned int limit=10)
This module defines a variety of assert style macros.
std::string exec_read(const std::string &cmd)
effects: execute the given command and return the output returns: the output of the command guarantee...
void exec(const std::string &cmd)
effects: execute the given command guarantee: strong failures: out of memory II failures: system fail...
#define RCU_THROW_MSG(message)
std::string quote(const std::string &name)
effects: quote the given name to protect it from the shell returns: the quoted name guarantee: strong...