![]() |
DD4hep
1.33.0
Detector Description Toolkit for High Energy Physics
|
#include <SpecParRegistry.h>
Public Member Functions | |
| std::string_view | strValue (const std::string &) const |
| bool | hasValue (const std::string &) const |
| bool | hasPath (const std::string &) const |
| double | dblValue (const std::string &) const |
| template<typename T > | |
| T | value (const std::string &) const |
Public Attributes | |
| Paths | paths |
| PartSelectionMap | spars |
| VectorsMap | numpars |
Definition at line 26 of file SpecParRegistry.h.
| double SpecPar::dblValue | ( | const std::string & | key | ) | const |
Definition at line 104 of file SpecParRegistry.cpp.
| bool SpecPar::hasPath | ( | const std::string & | path | ) | const |
Definition at line 37 of file SpecParRegistry.cpp.
| bool SpecPar::hasValue | ( | const std::string & | key | ) | const |
Definition at line 30 of file SpecParRegistry.cpp.
| std::string_view SpecPar::strValue | ( | const std::string & | key | ) | const |
Definition at line 23 of file SpecParRegistry.cpp.
| T dd4hep::SpecPar::value | ( | const std::string & | ) | const |
| VectorsMap dd4hep::SpecPar::numpars |
Definition at line 37 of file SpecParRegistry.h.
| Paths dd4hep::SpecPar::paths |
Definition at line 35 of file SpecParRegistry.h.
| PartSelectionMap dd4hep::SpecPar::spars |
Definition at line 36 of file SpecParRegistry.h.
1.8.18