Project
Loading...
Searching...
No Matches
o2::zdc::ZDCWaveform Struct Reference

#include <ZDCWaveform.h>

Public Member Functions

 ZDCWaveform ()=default
 
 ZDCWaveform (uint8_t mych, float *waveform)
 
void set (uint8_t ch, float *waveform)
 
const float * waveform () const
 
int ch () const
 
void print () const
 
 ClassDefNV (ZDCWaveform, 1)
 

Public Attributes

uint8_t sig = 0
 
float inter [NTimeBinsPerBC *TSN] = {0}
 Signal id.
 

Detailed Description

Definition at line 29 of file ZDCWaveform.h.

Constructor & Destructor Documentation

◆ ZDCWaveform() [1/2]

o2::zdc::ZDCWaveform::ZDCWaveform ( )
default

◆ ZDCWaveform() [2/2]

o2::zdc::ZDCWaveform::ZDCWaveform ( uint8_t  mych,
float *  waveform 
)
inline

Definition at line 36 of file ZDCWaveform.h.

Member Function Documentation

◆ ch()

int o2::zdc::ZDCWaveform::ch ( ) const
inline

Definition at line 54 of file ZDCWaveform.h.

◆ ClassDefNV()

o2::zdc::ZDCWaveform::ClassDefNV ( ZDCWaveform  ,
 
)

◆ print()

void ZDCWaveform::print ( ) const

Definition at line 16 of file ZDCWaveform.cxx.

◆ set()

void o2::zdc::ZDCWaveform::set ( uint8_t  ch,
float *  waveform 
)
inline

Definition at line 41 of file ZDCWaveform.h.

◆ waveform()

const float * o2::zdc::ZDCWaveform::waveform ( ) const
inline

Definition at line 49 of file ZDCWaveform.h.

Member Data Documentation

◆ inter

float o2::zdc::ZDCWaveform::inter[NTimeBinsPerBC *TSN] = {0}

Signal id.

Definition at line 32 of file ZDCWaveform.h.

◆ sig

uint8_t o2::zdc::ZDCWaveform::sig = 0

Definition at line 31 of file ZDCWaveform.h.


The documentation for this struct was generated from the following files: