Belle II Software
release-08-01-10
|
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) | |
Feature extraction data.
Definition at line 36 of file TOPRawWaveform.h.