#include "HarpoDccEvent.h"
#include "HarpoDccPacket.h"
#include "HarpoDebug.h"
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <cassert>
#include <unistd.h>
Go to the source code of this file.
Functions | |
Int_t | isCtlWord (UShort_t w) |
Check if current word are special one : Arguments, Bin index or counter. More... | |
UShort_t | iAdcData (UShort_t w) |
12 bit adc value More... | |
Int_t | iBinIndex (UShort_t w) |
index value More... | |
void | iChannelWord (UShort_t w, UShort_t &a1, UShort_t &a2) |
unpack args header word into arg1 and arg2 More... | |
void | fillIf (HarpoDccMap *m, Int_t row, Int_t col, UShort_t word) |
Fill map onnly if index in map range (0..nRaws-1) (0..nCols-1) More... | |
|
inline |
Fill map onnly if index in map range (0..nRaws-1) (0..nCols-1)
Definition at line 140 of file HarpoDccEvent.cxx.
|
inline |
12 bit adc value
Definition at line 123 of file HarpoDccEvent.cxx.
|
inline |
index value
Definition at line 126 of file HarpoDccEvent.cxx.
|
inline |
unpack args header word into arg1 and arg2
Definition at line 129 of file HarpoDccEvent.cxx.
|
inline |
Check if current word are special one : Arguments, Bin index or counter.
Definition at line 115 of file HarpoDccEvent.cxx.