#include <L1TUtmCutValue.h>
Public Member Functions | |
L1TUtmCutValue () | |
Public Attributes | |
unsigned int | index |
double | value |
unsigned int | version |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
This class implements data structure for CutValue
Definition at line 35 of file L1TUtmCutValue.h.
|
inline |
Definition at line 38 of file L1TUtmCutValue.h.
|
private |
|
friend |
Definition at line 45 of file L1TUtmCutValue.h.
|
friend |
Definition at line 45 of file L1TUtmCutValue.h.
unsigned int L1TUtmCutValue::index |
HW index for the cut value
Definition at line 43 of file L1TUtmCutValue.h.
Referenced by L1TUtmCut::getMaximumIndex(), L1TUtmCut::getMinimumIndex(), L1TUtmCut::setMaximum(), and L1TUtmCut::setMinimum().
double L1TUtmCutValue::value |
cut value
Definition at line 40 of file L1TUtmCutValue.h.
Referenced by timeout.TimedOutExc::__str__(), average.Average::average(), L1TUtmCut::getMaximumValue(), L1TUtmCut::getMinimumValue(), L1TUtmCut::setMaximum(), and L1TUtmCut::setMinimum().
unsigned int L1TUtmCutValue::version |
Definition at line 44 of file L1TUtmCutValue.h.