Belle II Software development
Gearbox::PathValue Struct Reference

Struct for caching results from the xml file. More...

#include <Gearbox.h>

Public Attributes

int numNodes
 number of nodes corresponding to the path
 
std::string value
 value of the first node if present, otherwise ""
 
std::string unit
 unit attribute of the first node if present, otherwise ""
 

Detailed Description

Struct for caching results from the xml file.

Definition at line 40 of file Gearbox.h.

Constructor & Destructor Documentation

◆ PathValue()

PathValue ( )
inline

Definition at line 41 of file Gearbox.h.

41: numNodes(0), value(""), unit("") {}
std::string unit
unit attribute of the first node if present, otherwise ""
Definition: Gearbox.h:47
std::string value
value of the first node if present, otherwise ""
Definition: Gearbox.h:45
int numNodes
number of nodes corresponding to the path
Definition: Gearbox.h:43

Member Data Documentation

◆ numNodes

int numNodes

number of nodes corresponding to the path

Definition at line 43 of file Gearbox.h.

◆ unit

std::string unit

unit attribute of the first node if present, otherwise ""

Definition at line 47 of file Gearbox.h.

◆ value

std::string value

value of the first node if present, otherwise ""

Definition at line 45 of file Gearbox.h.


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