![]() |
DD4hep
1.33.0
Detector Description Toolkit for High Energy Physics
|
#include "Parsers/config.h"#include "Parsers/spirit/ToStream.h"#include "Evaluator/Evaluator.h"#include <sstream>#include <iostream>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| dd4hep | |
| Namespace for the AIDA detector description toolkit. | |
| dd4hep::Parsers | |
| Namespace for the AIDA detector for utilities using boost::spirit parsers. | |
Functions | |
| const dd4hep::tools::Evaluator & | dd4hep::g4Evaluator () |
| Access to G4 evaluator. Note: Uses Geant4 units! More... | |
| template<typename T > | |
| T | dd4hep::Parsers::evaluate_string (const std::string &) |
| template<> | |
| double | dd4hep::Parsers::evaluate_string< double > (const std::string &value) |
| template<> | |
| float | dd4hep::Parsers::evaluate_string< float > (const std::string &value) |
1.8.18