![]() |
Project
|
#include <PadData.h>
Classes | |
class | IndexException |
Static Public Attributes | |
static constexpr int | NCHANNELS = 72 |
static constexpr int | NHALVES = 2 |
|
default |
ASICData::ASICData | ( | ASICHeader | firstheader, |
ASICHeader | secondheader | ||
) |
Definition at line 16 of file PadData.cxx.
ASICChannel ASICData::getCalib | ( | int | index | ) | const |
Definition at line 95 of file PadData.cxx.
gsl::span< const ASICChannel > ASICData::getCalibs | ( | ) | const |
Definition at line 103 of file PadData.cxx.
ASICChannel ASICData::getChannel | ( | int | index | ) | const |
Definition at line 87 of file PadData.cxx.
gsl::span< const ASICChannel > ASICData::getChannels | ( | ) | const |
Definition at line 82 of file PadData.cxx.
ASICChannel ASICData::getCMN | ( | int | index | ) | const |
Definition at line 108 of file PadData.cxx.
gsl::span< const ASICChannel > ASICData::getCMNs | ( | ) | const |
Definition at line 116 of file PadData.cxx.
|
inline |
|
inline |
|
inline |
ASICHeader ASICData::getHeader | ( | int | index | ) | const |
Definition at line 69 of file PadData.cxx.
gsl::span< const ASICHeader > ASICData::getHeaders | ( | ) | const |
Definition at line 77 of file PadData.cxx.
|
inline |
|
inline |
|
inline |
void ASICData::reset | ( | ) |
Definition at line 121 of file PadData.cxx.
void ASICData::setCalib | ( | ASICChannel | data, |
int | index | ||
) |
Definition at line 56 of file PadData.cxx.
void ASICData::setCalibs | ( | const gsl::span< const ASICChannel > | channels | ) |
Definition at line 64 of file PadData.cxx.
void ASICData::setChannel | ( | ASICChannel | data, |
int | index | ||
) |
Definition at line 30 of file PadData.cxx.
void ASICData::setChannels | ( | const gsl::span< const ASICChannel > | channels | ) |
Definition at line 38 of file PadData.cxx.
void ASICData::setCMN | ( | ASICChannel | data, |
int | index | ||
) |
Definition at line 43 of file PadData.cxx.
void ASICData::setCMNs | ( | const gsl::span< const ASICChannel > | channels | ) |
Definition at line 51 of file PadData.cxx.
|
inline |
|
inline |
|
inline |
void ASICData::setHeader | ( | ASICHeader | header, |
int | index | ||
) |
Definition at line 22 of file PadData.cxx.
|
inline |
|
inline |
|
inline |
|
staticconstexpr |
|
staticconstexpr |