Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <cctype>
#include <cstdlib>
#include <functional>
#include <iomanip>
#include <iostream>
#include <map>
#include <mutex>
#include <set>
#include <sstream>
#include <string>
#include <tuple>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | PTL |
Backports of C++ language features for use with C++11 compilers. | |
Functions | |
template<typename Tp> | |
Tp | PTL::GetEnv (const std::string &env_id, Tp _default=Tp()) |
template<> | |
bool | PTL::GetEnv (const std::string &env_id, bool _default) |