DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Go to the source code of this file.
Namespaces | |
dd4hep | |
Namespace for the AIDA detector description toolkit. | |
dd4hep::dd | |
Functions | |
bool | dd4hep::dd::isMatch (std::string_view, std::string_view) |
bool | dd4hep::dd::compareEqual (std::string_view, std::string_view) |
bool | dd4hep::dd::compareEqual (std::string_view, std::regex) |
bool | dd4hep::dd::compareEqualName (std::string_view, std::string_view) |
bool | dd4hep::dd::compareEqualCopyNumber (std::string_view, int) |
bool | dd4hep::dd::accepted (std::vector< std::regex > const &, std::string_view) |
bool | dd4hep::dd::accepted (const Filter *, std::string_view) |
bool | dd4hep::dd::isRegex (std::string_view) |
bool | dd4hep::dd::hasNamespace (std::string_view) |
std::string_view | dd4hep::dd::realTopName (std::string_view) |
std::vector< std::string_view > | dd4hep::dd::split (std::string_view, const char *) |
std::string_view | dd4hep::dd::noNamespace (std::string_view) |