FairRoot/PandaRoot
|
Configuration Item to be used in TMrfData structures. More...
#include <mrf_confitem.h>
Public Member Functions | |
TConfItem () | |
TConfItem (const mrf::registertype value, const UInt_t position, const UInt_t length) | |
Standard constructor with initialization list. More... | |
TConfItem (const mrf::registertype value, const UInt_t position, const UInt_t length, const UInt_t min, const UInt_t max, const UInt_t flags=0) | |
TConfItem () | |
TConfItem (const mrf::registertype value, const UInt_t position, const UInt_t length) | |
Standard constructor with initialization list. More... | |
TConfItem (const mrf::registertype value, const UInt_t position, const UInt_t length, const UInt_t min, const UInt_t max, const UInt_t flags=0) | |
Public Attributes | |
mrf::registertype | value |
Holds the data value. More... | |
UInt_t | position |
Holds the position of the data value in the data stream. More... | |
UInt_t | length |
Holds the length of reserved space for the data value in the data stream. More... | |
UInt_t | min |
Minimum valid value. Corresponds to disabled for state data. More... | |
UInt_t | max |
Maximum valid value. Corresponds to enabled for state data. More... | |
UInt_t | flags |
Flag field to store additional properties of data. More... | |
Configuration Item to be used in TMrfData structures.
Holds information about values, position and length of data items.
Definition at line 17 of file MvdOfflineTBAnalysis_Topix4/mrf_confitem.h.
TConfItem::TConfItem | ( | ) |
Definition at line 11 of file MvdOfflineTBAnalysis_Topix4/mrf_confitem.cxx.
TConfItem::TConfItem | ( | const mrf::registertype | value, |
const UInt_t | position, | ||
const UInt_t | length | ||
) |
Standard constructor with initialization list.
value | Value to be set. |
position | Position of the value in the data stream. |
length | Length of the storage space reserved in the data stream. |
min | Optional lower bounds for value. |
max | Optional upper bounds for value. |
flags | Optional flag field. |
Definition at line 23 of file MvdOfflineTBAnalysis_Topix4/mrf_confitem.cxx.
TConfItem::TConfItem | ( | const mrf::registertype | value, |
const UInt_t | position, | ||
const UInt_t | length, | ||
const UInt_t | min, | ||
const UInt_t | max, | ||
const UInt_t | flags = 0 |
||
) |
Definition at line 28 of file MvdOfflineTBAnalysis_Topix4/mrf_confitem.cxx.
TConfItem::TConfItem | ( | ) |
TConfItem::TConfItem | ( | const mrf::registertype | value, |
const UInt_t | position, | ||
const UInt_t | length | ||
) |
Standard constructor with initialization list.
value | Value to be set. |
position | Position of the value in the data stream. |
length | Length of the storage space reserved in the data stream. |
min | Optional lower bounds for value. |
max | Optional upper bounds for value. |
flags | Optional flag field. |
TConfItem::TConfItem | ( | const mrf::registertype | value, |
const UInt_t | position, | ||
const UInt_t | length, | ||
const UInt_t | min, | ||
const UInt_t | max, | ||
const UInt_t | flags = 0 |
||
) |
UInt_t TConfItem::flags |
Flag field to store additional properties of data.
Definition at line 53 of file MvdOfflineTBAnalysis_Topix4/mrf_confitem.h.
UInt_t TConfItem::length |
Holds the length of reserved space for the data value in the data stream.
Definition at line 44 of file MvdOfflineTBAnalysis_Topix4/mrf_confitem.h.
UInt_t TConfItem::max |
Maximum valid value. Corresponds to enabled for state data.
Definition at line 50 of file MvdOfflineTBAnalysis_Topix4/mrf_confitem.h.
UInt_t TConfItem::min |
Minimum valid value. Corresponds to disabled for state data.
Definition at line 47 of file MvdOfflineTBAnalysis_Topix4/mrf_confitem.h.
UInt_t TConfItem::position |
Holds the position of the data value in the data stream.
Definition at line 41 of file MvdOfflineTBAnalysis_Topix4/mrf_confitem.h.
mrf::registertype TConfItem::value |
Holds the data value.
Definition at line 38 of file MvdOfflineTBAnalysis_Topix4/mrf_confitem.h.