ROOTANA
Macros | Functions
UnpackVF48A.cxx File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <assert.h>
#include <stdint.h>
#include <math.h>
#include <time.h>
#include <sys/time.h>
#include "UnpackVF48A.h"
Include dependency graph for UnpackVF48A.cxx:

Go to the source code of this file.

Macros

#define SWAP   0
 

Functions

void PrintEvent (const VF48event *e)
 
void PrintVF48word (int unit, int i, uint32_t w)
 
static void DumpWords (const uint32_t *wptr, int wcount)
 

Macro Definition Documentation

◆ SWAP

#define SWAP   0

Function Documentation

◆ DumpWords()

static void DumpWords ( const uint32_t *  wptr,
int  wcount 
)
static

Definition at line 608 of file UnpackVF48A.cxx.

Here is the caller graph for this function:

◆ PrintEvent()

void PrintEvent ( const VF48event e)

Definition at line 124 of file UnpackVF48A.cxx.

◆ PrintVF48word()

void PrintVF48word ( int  unit,
int  i,
uint32_t  w 
)

Definition at line 501 of file UnpackVF48A.cxx.