Belle II Software development
StripInRawCluster Struct Reference

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
 

Detailed Description

structure containing the relevant informations of each strip of the raw cluster

Definition at line 20 of file RawCluster.h.

Member Data Documentation

◆ cellID

int cellID

strip cellID

Definition at line 22 of file RawCluster.h.

◆ charge

double charge

strip charge

Definition at line 26 of file RawCluster.h.

◆ maxSample

int maxSample

ADC max of the acquired samples.

Definition at line 23 of file RawCluster.h.

◆ noise

float noise

ADC noise.

Definition at line 24 of file RawCluster.h.

◆ samples

ADC of the acquired samples.

Definition at line 25 of file RawCluster.h.

◆ shaperDigitIndex

int shaperDigitIndex

index of the shaper digit

Definition at line 21 of file RawCluster.h.

◆ time

double time

strip time

Definition at line 27 of file RawCluster.h.


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