#include <PHGCSimAccumulator.h>
Definition at line 36 of file PHGCSimAccumulator.h.
PHGCSimAccumulator::Data::Data |
( |
| ) |
|
|
inline |
PHGCSimAccumulator::Data::Data |
( |
unsigned short |
ei, |
|
|
unsigned short |
si, |
|
|
unsigned short |
d |
|
) |
| |
|
inline |
Definition at line 46 of file PHGCSimAccumulator.h.
static constexpr unsigned sampleOffset
static constexpr unsigned energyOffset
unsigned int PHGCSimAccumulator::Data::data |
( |
| ) |
const |
|
inline |
unsigned int PHGCSimAccumulator::Data::energyIndex |
( |
| ) |
const |
|
inline |
unsigned int PHGCSimAccumulator::Data::sampleIndex |
( |
| ) |
const |
|
inline |
unsigned short PHGCSimAccumulator::Data::data_ |
|
private |
constexpr unsigned PHGCSimAccumulator::Data::dataMask = 0x7ff |
|
static |
constexpr unsigned PHGCSimAccumulator::Data::dataOffset = 0 |
|
static |
constexpr unsigned PHGCSimAccumulator::Data::energyMask = 0x1 |
|
static |
constexpr unsigned PHGCSimAccumulator::Data::energyOffset = 15 |
|
static |
constexpr unsigned PHGCSimAccumulator::Data::sampleMask = 0xf |
|
static |
constexpr unsigned PHGCSimAccumulator::Data::sampleOffset = 11 |
|
static |