DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include <string>
Go to the source code of this file.
Namespaces | |
dd4hep | |
Namespace for the AIDA detector description toolkit. | |
Enumerations | |
enum | dd4hep::DetectorBuildType { dd4hep::BUILD_NONE = 0, dd4hep::BUILD_DEFAULT = 1, dd4hep::BUILD_SIMU = BUILD_DEFAULT, dd4hep::BUILD_RECO, dd4hep::BUILD_DISPLAY, dd4hep::BUILD_ENVELOPE } |
Detector description build types. More... | |
Functions | |
DetectorBuildType | dd4hep::buildType (const char *value) |
Translate string representation of the geometry build type to value. More... | |
DetectorBuildType | dd4hep::buildType (const std::string &value) |
Translate string representation of the geometry build type to value. More... | |
std::string | dd4hep::buildTypeName (DetectorBuildType type) |
Translate the geometry build type to value to the string representation. More... | |
std::string | dd4hep::buildTypeName (Detector &detector) |
Translate the geometry build type to value to the string representation. More... | |
bool | dd4hep::buildMatch (const std::string &value, DetectorBuildType match) |
Check if a build type matches the current. More... | |