REST-for-Physics
v2.3
Rare Event Searches ToolKit for Physics
|
Definition at line 36 of file TRestDataSet.h.
Data Fields | |
std::string | description |
A user given description that can be used to define the relevant quantity. More... | |
std::string | metadata |
The associated metadata member used to register the relevant quantity. More... | |
std::string | strategy |
It determines how to produce the relevant quantity (accumulate/unique/last/max/min) More... | |
std::string | value |
The quantity value. More... | |
std::string TRestDataSet::RelevantQuantity::description |
A user given description that can be used to define the relevant quantity.
Definition at line 44 of file TRestDataSet.h.
std::string TRestDataSet::RelevantQuantity::metadata |
The associated metadata member used to register the relevant quantity.
Definition at line 38 of file TRestDataSet.h.
std::string TRestDataSet::RelevantQuantity::strategy |
It determines how to produce the relevant quantity (accumulate/unique/last/max/min)
Definition at line 41 of file TRestDataSet.h.
std::string TRestDataSet::RelevantQuantity::value |
The quantity value.
Definition at line 47 of file TRestDataSet.h.