#include "RawBeamPosData.h"#include <cstring>#include <iostream>Go to the source code of this file.
Variables | |
| const int | N_BPM_PER_HOUSE = 48 |
| const int | GLOBAL_STATUS = 0 |
| const int | GPSTIMESTAMP_OFFSET = 1 |
| const int | ENABLE = 3 |
| const int | MEASURE_TYPE = 4 |
| const int | MEASURE_MODE = 5 |
| const int | BEAM_TYPE = 6 |
| const int | BEAM_MEAS = 7 |
| const int | ARM_EVENT = 8 |
| const int | TRIG_EVENT = 9 |
| const int | PRETRIG_ENABLE = 10 |
| const int | TRIG_DELAY = 11 |
| const int | BUCKET_DELAY = 12 |
| const int | INTENSITY_THRESHOLD = 13 |
| const int | TIMEOUT = 14 |
| const int | CALIBRATION_SPEC = 15 |
| const int | MDAT_DELAY = 16 |
| const int | EVENT_INDEX = 17 |
| const int | DATA_TYPE = 18 |
| const int | BEGIN_TURN = 19 |
| const int | NUM_TURNS = 20 |
| const int | CHANNEL = 21 |
| const int | N_POSITION = 22 |
| const int | POSITION = 23 |
| const int | N_INTENSITY = POSITION + N_BPM_PER_HOUSE |
| const int | INTENSITY = N_INTENSITY + 1 |
| const int | N_POSITION_RMS = INTENSITY + N_BPM_PER_HOUSE |
| const int | POSITION_RMS = N_POSITION_RMS + 1 |
| const int | N_INTENSITY_RMS = POSITION_RMS + N_BPM_PER_HOUSE |
| const int | INTENSITY_RMS = N_INTENSITY_RMS + 1 |
| const int | N_STATUS = INTENSITY_RMS + N_BPM_PER_HOUSE |
| const int | STATUSES = N_STATUS + 1 |
|
|
Definition at line 81 of file RawBeamPosData.cxx. |
|
|
Definition at line 80 of file RawBeamPosData.cxx. |
|
|
Definition at line 79 of file RawBeamPosData.cxx. |
|
|
Definition at line 93 of file RawBeamPosData.cxx. |
|
|
Definition at line 85 of file RawBeamPosData.cxx. |
|
|
Definition at line 88 of file RawBeamPosData.cxx. |
|
|
Definition at line 95 of file RawBeamPosData.cxx. |
|
|
Definition at line 92 of file RawBeamPosData.cxx. |
|
|
Definition at line 76 of file RawBeamPosData.cxx. |
|
|
Definition at line 91 of file RawBeamPosData.cxx. |
|
|
Definition at line 73 of file RawBeamPosData.cxx. |
|
|
Definition at line 75 of file RawBeamPosData.cxx. Referenced by RawBeamPosData::VmeNanoseconds(). |
|
|
Definition at line 99 of file RawBeamPosData.cxx. |
|
|
Definition at line 103 of file RawBeamPosData.cxx. |
|
|
Definition at line 86 of file RawBeamPosData.cxx. |
|
|
Definition at line 89 of file RawBeamPosData.cxx. |
|
|
Definition at line 78 of file RawBeamPosData.cxx. |
|
|
Definition at line 77 of file RawBeamPosData.cxx. |
|
|
Definition at line 69 of file RawBeamPosData.cxx. |
|
|
Definition at line 98 of file RawBeamPosData.cxx. |
|
|
Definition at line 102 of file RawBeamPosData.cxx. |
|
|
Definition at line 96 of file RawBeamPosData.cxx. |
|
|
Definition at line 100 of file RawBeamPosData.cxx. |
|
|
Definition at line 104 of file RawBeamPosData.cxx. |
|
|
Definition at line 94 of file RawBeamPosData.cxx. |
|
|
Definition at line 97 of file RawBeamPosData.cxx. |
|
|
Definition at line 101 of file RawBeamPosData.cxx. |
|
|
Definition at line 83 of file RawBeamPosData.cxx. |
|
|
Definition at line 105 of file RawBeamPosData.cxx. |
|
|
Definition at line 87 of file RawBeamPosData.cxx. |
|
|
Definition at line 84 of file RawBeamPosData.cxx. |
|
|
Definition at line 82 of file RawBeamPosData.cxx. |
1.3.9.1