Belle II Software development
|
Struct to override a path in the XML file with a custom value. More...
#include <Gearbox.h>
Public Attributes | |
std::string | path {""} |
XPath expression of the path to override. | |
std::string | value {""} |
New value. | |
std::string | unit {""} |
new Unit | |
bool | multiple {false} |
if true, override all nodes when more than one node matches the XPath expression, bail otherwise | |
Struct to override a path in the XML file with a custom value.
bool multiple {false} |
std::string path {""} |