CMS 3D CMS Logo

List of all members | Public Attributes
stripgpu::StripDataView Struct Reference

#include <StripDataView.h>

Public Attributes

uint8_t * adc
 
const ChannelLocsViewchanlocs
 
uint16_t * channel
 
float channelThreshold
 
int clusterSizeLimit
 
float clusterThresholdSquared
 
uint8_t maxAdjacentBad
 
uint8_t maxSequentialBad
 
uint8_t maxSequentialHoles
 
float minGoodCharge
 
int nSeedStripsNC
 
int nStrips
 
int * prefixSeedStripsNCMask
 
int * seedStripsMask
 
int * seedStripsNCIndex
 
int * seedStripsNCMask
 
float seedThreshold
 
stripId_tstripId
 

Detailed Description

Definition at line 14 of file StripDataView.h.

Member Data Documentation

◆ adc

uint8_t* stripgpu::StripDataView::adc

Definition at line 16 of file StripDataView.h.

◆ chanlocs

const ChannelLocsView* stripgpu::StripDataView::chanlocs

Definition at line 15 of file StripDataView.h.

◆ channel

uint16_t* stripgpu::StripDataView::channel

Definition at line 17 of file StripDataView.h.

◆ channelThreshold

float stripgpu::StripDataView::channelThreshold

Definition at line 22 of file StripDataView.h.

◆ clusterSizeLimit

int stripgpu::StripDataView::clusterSizeLimit

Definition at line 25 of file StripDataView.h.

◆ clusterThresholdSquared

float stripgpu::StripDataView::clusterThresholdSquared

Definition at line 22 of file StripDataView.h.

◆ maxAdjacentBad

uint8_t stripgpu::StripDataView::maxAdjacentBad

Definition at line 23 of file StripDataView.h.

◆ maxSequentialBad

uint8_t stripgpu::StripDataView::maxSequentialBad

Definition at line 23 of file StripDataView.h.

◆ maxSequentialHoles

uint8_t stripgpu::StripDataView::maxSequentialHoles

Definition at line 23 of file StripDataView.h.

◆ minGoodCharge

float stripgpu::StripDataView::minGoodCharge

Definition at line 24 of file StripDataView.h.

◆ nSeedStripsNC

int stripgpu::StripDataView::nSeedStripsNC

Definition at line 20 of file StripDataView.h.

◆ nStrips

int stripgpu::StripDataView::nStrips

Definition at line 21 of file StripDataView.h.

◆ prefixSeedStripsNCMask

int * stripgpu::StripDataView::prefixSeedStripsNCMask

Definition at line 19 of file StripDataView.h.

◆ seedStripsMask

int * stripgpu::StripDataView::seedStripsMask

Definition at line 19 of file StripDataView.h.

◆ seedStripsNCIndex

int* stripgpu::StripDataView::seedStripsNCIndex

Definition at line 19 of file StripDataView.h.

◆ seedStripsNCMask

int * stripgpu::StripDataView::seedStripsNCMask

Definition at line 19 of file StripDataView.h.

◆ seedThreshold

float stripgpu::StripDataView::seedThreshold

Definition at line 22 of file StripDataView.h.

◆ stripId

stripId_t* stripgpu::StripDataView::stripId

Definition at line 18 of file StripDataView.h.