HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
HarpoDccEvent.cxx File Reference
#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...
 

Function Documentation

void fillIf ( HarpoDccMap m,
Int_t  row,
Int_t  col,
UShort_t  word 
)
inline

Fill map onnly if index in map range (0..nRaws-1) (0..nCols-1)

Definition at line 140 of file HarpoDccEvent.cxx.

Here is the call graph for this function:

Here is the caller graph for this function:

UShort_t iAdcData ( UShort_t  w)
inline

12 bit adc value

Definition at line 123 of file HarpoDccEvent.cxx.

Here is the caller graph for this function:

Int_t iBinIndex ( UShort_t  w)
inline

index value

Definition at line 126 of file HarpoDccEvent.cxx.

Here is the caller graph for this function:

void iChannelWord ( UShort_t  w,
UShort_t &  a1,
UShort_t &  a2 
)
inline

unpack args header word into arg1 and arg2

Definition at line 129 of file HarpoDccEvent.cxx.

Here is the caller graph for this function:

Int_t isCtlWord ( UShort_t  w)
inline

Check if current word are special one : Arguments, Bin index or counter.

Definition at line 115 of file HarpoDccEvent.cxx.

Here is the caller graph for this function: