ATLAS Offline Software
|
#include <vector>
Go to the source code of this file.
Classes | |
class | TileRawChannel2Bytes2 |
Converts the TileRawChannel object into bytes as it is defined at the testbeam. More... | |
Variables | |
const unsigned int | GAIN_RANGE2 = 0x1 |
const int | GAIN_SHIFT2 = 31 |
const unsigned int | GAIN_BIT2 = (GAIN_RANGE2 << GAIN_SHIFT2) |
const float | AMPLITUDE_OFFSET2 = 1024.0F |
const float | AMPLITUDE_FACTOR2 = 16.0F |
const int | AMPLITUDE_RANGE2 = 0x7FFF |
const int | AMPLITUDE_SHIFT2 = 16 |
const float | AMPLITUDE_MINVALUE = -800.0F |
const float | TIME_OFFSET2 = 128.0F |
const float | TIME_FACTOR2 = 16.0F |
const int | TIME_RANGE2 = 0xFFF |
const int | TIME_SHIFT2 = 4 |
const float | QUALITY_OFFSET2 = 0.0F |
const float | QUALITY_FACTOR2 = 1.0F |
const int | QUALITY_RANGE2 = 0xF |
const int | QUALITY_SHIFT2 = 0 |
const float AMPLITUDE_FACTOR2 = 16.0F |
Definition at line 37 of file TileRawChannel2Bytes2.h.
const float AMPLITUDE_MINVALUE = -800.0F |
Definition at line 40 of file TileRawChannel2Bytes2.h.
const float AMPLITUDE_OFFSET2 = 1024.0F |
Definition at line 36 of file TileRawChannel2Bytes2.h.
const int AMPLITUDE_RANGE2 = 0x7FFF |
Definition at line 38 of file TileRawChannel2Bytes2.h.
const int AMPLITUDE_SHIFT2 = 16 |
Definition at line 39 of file TileRawChannel2Bytes2.h.
const unsigned int GAIN_BIT2 = (GAIN_RANGE2 << GAIN_SHIFT2) |
Definition at line 29 of file TileRawChannel2Bytes2.h.
const unsigned int GAIN_RANGE2 = 0x1 |
Definition at line 27 of file TileRawChannel2Bytes2.h.
const int GAIN_SHIFT2 = 31 |
Definition at line 28 of file TileRawChannel2Bytes2.h.
const float QUALITY_FACTOR2 = 1.0F |
Definition at line 52 of file TileRawChannel2Bytes2.h.
const float QUALITY_OFFSET2 = 0.0F |
Definition at line 51 of file TileRawChannel2Bytes2.h.
const int QUALITY_RANGE2 = 0xF |
Definition at line 53 of file TileRawChannel2Bytes2.h.
const int QUALITY_SHIFT2 = 0 |
Definition at line 54 of file TileRawChannel2Bytes2.h.
const float TIME_FACTOR2 = 16.0F |
Definition at line 45 of file TileRawChannel2Bytes2.h.
const float TIME_OFFSET2 = 128.0F |
Definition at line 44 of file TileRawChannel2Bytes2.h.
const int TIME_RANGE2 = 0xFFF |
Definition at line 46 of file TileRawChannel2Bytes2.h.
const int TIME_SHIFT2 = 4 |
Definition at line 47 of file TileRawChannel2Bytes2.h.