Belle II Software development
TOPRawWaveform::FeatureExtraction Struct Reference

Feature extraction data. More...

#include <TOPRawWaveform.h>

Public Attributes

int sampleRise = 0
 sample number just before 50% CFD crossing
 
int samplePeak = 0
 sample number at maximum
 
int sampleFall = 0
 same for falling edge
 
short vRise0 = 0
 ADC value at sampleRise.
 
short vRise1 = 0
 ADC value at sampleRise + 1.
 
short vPeak = 0
 ADC value at samplePeak.
 
short vFall0 = 0
 ADC value at sampleFall.
 
short vFall1 = 0
 ADC value at sampleFall + 1.
 
int integral = 0
 integral of a pulse (proportional to charge)
 

Detailed Description

Feature extraction data.

Definition at line 36 of file TOPRawWaveform.h.

Member Data Documentation

◆ integral

int integral = 0

integral of a pulse (proportional to charge)

Definition at line 45 of file TOPRawWaveform.h.

◆ sampleFall

int sampleFall = 0

same for falling edge

Definition at line 39 of file TOPRawWaveform.h.

◆ samplePeak

int samplePeak = 0

sample number at maximum

Definition at line 38 of file TOPRawWaveform.h.

◆ sampleRise

int sampleRise = 0

sample number just before 50% CFD crossing

Definition at line 37 of file TOPRawWaveform.h.

◆ vFall0

short vFall0 = 0

ADC value at sampleFall.

Definition at line 43 of file TOPRawWaveform.h.

◆ vFall1

short vFall1 = 0

ADC value at sampleFall + 1.

Definition at line 44 of file TOPRawWaveform.h.

◆ vPeak

short vPeak = 0

ADC value at samplePeak.

Definition at line 42 of file TOPRawWaveform.h.

◆ vRise0

short vRise0 = 0

ADC value at sampleRise.

Definition at line 40 of file TOPRawWaveform.h.

◆ vRise1

short vRise1 = 0

ADC value at sampleRise + 1.

Definition at line 41 of file TOPRawWaveform.h.


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