ROOTANA
Data Structures | Macros | Typedefs
Alpha16.h File Reference
#include <stdint.h>
#include <vector>
Include dependency graph for Alpha16.h:

Go to the source code of this file.

Data Structures

struct  Alpha16Packet
 
class  Alpha16Waveform
 
struct  Alpha16Event
 
struct  Alpha16EVB
 

Macros

#define MAX_ALPHA16   32
 
#define NUM_CHAN_ALPHA16   16
 

Typedefs

typedef std::vector< int16_t > Alpha16WaveformVector
 

Macro Definition Documentation

◆ MAX_ALPHA16

#define MAX_ALPHA16   32

Definition at line 50 of file Alpha16.h.

◆ NUM_CHAN_ALPHA16

#define NUM_CHAN_ALPHA16   16

Definition at line 51 of file Alpha16.h.

Typedef Documentation

◆ Alpha16WaveformVector

typedef std::vector<int16_t> Alpha16WaveformVector

Definition at line 42 of file Alpha16.h.