Belle II Software development
Gearbox::PathOverride Struct Reference

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
 

Detailed Description

Struct to override a path in the XML file with a custom value.

Definition at line 51 of file Gearbox.h.

Member Data Documentation

◆ multiple

bool multiple {false}

if true, override all nodes when more than one node matches the XPath expression, bail otherwise

Definition at line 60 of file Gearbox.h.

◆ path

std::string path {""}

XPath expression of the path to override.

Definition at line 53 of file Gearbox.h.

◆ unit

std::string unit {""}

new Unit

Definition at line 57 of file Gearbox.h.

◆ value

std::string value {""}

New value.

Definition at line 55 of file Gearbox.h.


The documentation for this struct was generated from the following file: