|
BOSS 8.0.0
BESIII Offline Software System
|
#include <VData.h>
Public Member Functions | |
| double & | operator[] (int i) |
Static Public Member Functions | |
| static size_t | size () |
| static VDataItem | fromArray (const double *item) |
Public Attributes | |
| double | data [MDC_layers] |
Static Public Attributes | |
| static const size_t | MDC_layers = 43 |
|
static |
Definition at line 124 of file VData.cxx.
Referenced by VData::VData().
|
inlinestatic |
Definition at line 22 of file VData.h.
Referenced by fromArray(), VData::getAvgDrop(), VData::getAvgDropButVeryDrop(), VData::getDrop(), and VData::getVoltage().
| double VDataItem::data[MDC_layers] |
Definition at line 20 of file VData.h.
Referenced by operator[]().
|
static |