#include "TGo4EventElement.h"
#include "T1290Data.h"
#include <stdint.h>
Go to the source code of this file.
#define FPGA_TDC_NBCHAN 56 |
Definition at line 40 of file TMbsCrateEvent.h.
Referenced by TVftxProc::add_hit(), TVftxProc::FinalizeEvent(), TVftxProc::print_hit(), TPadRpcParam::ReadOptions(), TRpcParam::ReadOptions(), TPlasticsParam::ReadOptions(), TBeamMonitorParam::ReadOptions(), and TVftxProc::TVftxProc().
#define MAX_1182 2 |
Definition at line 16 of file TMbsCrateEvent.h.
#define MAX_1290 8 |
Definition at line 21 of file TMbsCrateEvent.h.
#define MAX_965 3 |
Definition at line 27 of file TMbsCrateEvent.h.
#define MAX_FPGA_TDC 11 |
Definition at line 30 of file TMbsCrateEvent.h.
#define NUM_1182_CH 8 |
Definition at line 18 of file TMbsCrateEvent.h.
#define SCALORMU_NB_SCAL 24 |
Definition at line 132 of file TMbsCrateEvent.h.
Referenced by TScalersProc::FinalizeEvent(), and TMbsCrateProc::ProcessScalOrMu().
#define TDC_EVT_HEADER_KEY_MASK 0xFFFF0000 |
Definition at line 46 of file TMbsCrateEvent.h.
Referenced by TMbsCrateProc::ProcessVFTX().
#define TDC_EVT_HEADER_KEY_SHIFT 16 |
Definition at line 47 of file TMbsCrateEvent.h.
Referenced by TMbsCrateProc::ProcessVFTX().
#define TDC_EVT_HEADER_KEYWORD 0xABCD |
Definition at line 48 of file TMbsCrateEvent.h.
Referenced by TMbsCrateProc::ProcessVFTX().
#define TDC_EVT_HEADER_MOD_MASK 0x0000FF00 |
Definition at line 49 of file TMbsCrateEvent.h.
#define TDC_EVT_HEADER_MOD_SHIFT 8 |
Definition at line 50 of file TMbsCrateEvent.h.
Referenced by TMbsCrateProc::ProcessVFTX().
#define TDC_EVT_HEADER_NB_MASK 0x000000FF |
Definition at line 51 of file TMbsCrateEvent.h.
#define TDC_FIFO_COARSE_CT 0x00FFF800 |
Definition at line 74 of file TMbsCrateEvent.h.
Referenced by TVftxProc::BuildMyEvent(), TVftxProc::FinalizeEvent(), TVftxBoardData::GetCoarseCorrectedTime(), TPadRpcProc::ProcessVftxPad(), and TVftxProc::TVftxProc().
#define TDC_FIFO_COARSE_CT_SHIFT 11 |
Definition at line 75 of file TMbsCrateEvent.h.
Referenced by TVftxProc::FinalizeEvent(), TVftxBoardData::GetCoarseCorrectedTime(), TMbsCrateProc::ProcessVFTX(), and TVftxProc::TVftxProc().
#define TDC_FIFO_COARSE_FT_SHIFT 0 |
Definition at line 76 of file TMbsCrateEvent.h.
#define TDC_FIFO_DATA_CHAN 0x7E000000 |
Definition at line 79 of file TMbsCrateEvent.h.
#define TDC_FIFO_DATA_CHAN_SHIFT 25 |
Definition at line 80 of file TMbsCrateEvent.h.
Referenced by TMbsCrateProc::ProcessVFTX().
#define TDC_FIFO_FINE_CT 0x000007FF |
Definition at line 73 of file TMbsCrateEvent.h.
Referenced by TVftxProc::BuildMyEvent(), TVftxProc::FinalizeEvent(), and TVftxProc::TVftxProc().
#define TDC_FIFO_FUTURE_BIT 0x01000000 |
Definition at line 77 of file TMbsCrateEvent.h.
#define TDC_FIFO_FUTURE_BIT_SHIFT 24 |
Definition at line 78 of file TMbsCrateEvent.h.
Referenced by TMbsCrateProc::ProcessVFTX(), and TVftxProc::TVftxProc().
#define TDC_FIFO_HEADER_DATA_CNT 0x000000FF |
Definition at line 109 of file TMbsCrateEvent.h.
Referenced by TMbsCrateProc::ProcessVFTX().
#define TDC_FIFO_HEADER_TRIG_TIME 0x00FFF800 |
Definition at line 110 of file TMbsCrateEvent.h.
Referenced by TMbsCrateProc::ProcessVFTX().
#define TDC_FIFO_HEADER_TRIG_TIME_SHIFT 11 |
Definition at line 111 of file TMbsCrateEvent.h.
Referenced by TMbsCrateProc::ProcessVFTX().
#define TDC_FIFO_HEADER_TRIG_TYPE 0x60000000 |
Definition at line 112 of file TMbsCrateEvent.h.
Referenced by TMbsCrateProc::ProcessVFTX().
#define TDC_FIFO_HEADER_TRIG_TYPE_SHIFT 29 |
Definition at line 113 of file TMbsCrateEvent.h.
Referenced by TMbsCrateProc::ProcessVFTX().
#define TDC_FIFO_MESSAGE_TYPE 0x80000000 |
Definition at line 114 of file TMbsCrateEvent.h.
Referenced by TMbsCrateProc::ProcessVFTX().
#define TDC_FIFO_MESSAGE_TYPE_SHIFT 31 |
Definition at line 115 of file TMbsCrateEvent.h.
Referenced by TMbsCrateProc::ProcessVFTX().
#define VERSION_VFTX_28 |
Definition at line 34 of file TMbsCrateEvent.h.