DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include <JSON/Printout.h>
#include <JSON/Elements.h>
#include <iostream>
#include <stdexcept>
#include <cstdio>
#include <map>
Go to the source code of this file.
Namespaces | |
dd4hep | |
Namespace for the AIDA detector description toolkit. | |
Functions | |
std::pair< int, double > | dd4hep::_toInteger (const std::string &value) |
std::pair< int, double > | dd4hep::_toFloatingPoint (const std::string &value) |
void | dd4hep::_toDictionary (const std::string &name, const std::string &value, const std::string &typ) |
Enter name value pair to the dictionary. More... | |
std::string | dd4hep::_getEnviron (const std::string &env) |
Evaluate string constant using environment stored in the evaluator. More... | |