![]() |
ATLAS Offline Software
|
#include <vector>Go to the source code of this file.
Classes | |
| class | TileRawChannel2Bytes |
| Converts the TileRawChannel object into bytes. More... | |
Variables | |
| const int | GAIN_BIT = 0x8000 |
| const int | AMPLITUDE_SIGN = 0x4000 |
| const int | AMPLITUDE_RANGE = 0x3FFF |
| const int | TIME_SIGN = 0x8000 |
| const int | TIME_RANGE = 0x7FFF |
| const int | QUALITY_SIGN = 0x8000 |
| const int | QUALITY_RANGE = 0x7FFF |
| const float | AMPLITUDE_FACTOR = 16.0F |
| const float | TIME_FACTOR = 256.0F |
| const float | QUALITY_FACTOR = 32768.0F |
| const float AMPLITUDE_FACTOR = 16.0F |
Definition at line 36 of file TileRawChannel2Bytes.h.
| const int AMPLITUDE_RANGE = 0x3FFF |
Definition at line 25 of file TileRawChannel2Bytes.h.
| const int AMPLITUDE_SIGN = 0x4000 |
Definition at line 24 of file TileRawChannel2Bytes.h.
| const int GAIN_BIT = 0x8000 |
Definition at line 23 of file TileRawChannel2Bytes.h.
| const float QUALITY_FACTOR = 32768.0F |
Definition at line 38 of file TileRawChannel2Bytes.h.
| const int QUALITY_RANGE = 0x7FFF |
Definition at line 33 of file TileRawChannel2Bytes.h.
| const int QUALITY_SIGN = 0x8000 |
Definition at line 32 of file TileRawChannel2Bytes.h.
| const float TIME_FACTOR = 256.0F |
Definition at line 37 of file TileRawChannel2Bytes.h.
| const int TIME_RANGE = 0x7FFF |
Definition at line 29 of file TileRawChannel2Bytes.h.
| const int TIME_SIGN = 0x8000 |
Definition at line 28 of file TileRawChannel2Bytes.h.
1.8.18