![]() |
Belle II Software release-09-00-03
|
structure containing the relevant informations of each strip of the raw cluster More...
#include <RawCluster.h>

Public Attributes | |
| int | shaperDigitIndex |
| index of the shaper digit | |
| int | cellID |
| strip cellID | |
| int | maxSample |
| ADC max of the acquired samples. | |
| float | noise |
| ADC noise. | |
| Belle2::SVDShaperDigit::APVFloatSamples | samples |
| ADC of the acquired samples. | |
| double | charge |
| strip charge | |
| double | time |
| strip time | |
structure containing the relevant informations of each strip of the raw cluster
Definition at line 20 of file RawCluster.h.
| int cellID |
strip cellID
Definition at line 22 of file RawCluster.h.
| double charge |
strip charge
Definition at line 26 of file RawCluster.h.
| int maxSample |
ADC max of the acquired samples.
Definition at line 23 of file RawCluster.h.
| float noise |
ADC noise.
Definition at line 24 of file RawCluster.h.
ADC of the acquired samples.
Definition at line 25 of file RawCluster.h.
| int shaperDigitIndex |
index of the shaper digit
Definition at line 21 of file RawCluster.h.
| double time |
strip time
Definition at line 27 of file RawCluster.h.