REST-for-Physics  v2.3
Rare Event Searches ToolKit for Physics
Data Fields
TRestDataSet::RelevantQuantity Struct Reference

Detailed Description

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...
 

Field Documentation

◆ description

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.

◆ metadata

std::string TRestDataSet::RelevantQuantity::metadata

The associated metadata member used to register the relevant quantity.

Definition at line 38 of file TRestDataSet.h.

◆ strategy

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.

◆ value

std::string TRestDataSet::RelevantQuantity::value

The quantity value.

Definition at line 47 of file TRestDataSet.h.


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