Belle II Software development
ChannelGroup Struct Reference

Channel group. More...

#include <RawData.h>

Public Attributes

int firstChannel = 0
 First channel in the group.
 
int lastChannel = 0
 Last channel in the group (0 for single-strip hits).
 
int firstStrip = 0
 Strip number corresponding to the first channel.
 
int lastStrip = 0
 Strip number corresponding to the last channel.
 

Detailed Description

Channel group.

Definition at line 31 of file RawData.h.

Member Data Documentation

◆ firstChannel

int firstChannel = 0

First channel in the group.

Definition at line 34 of file RawData.h.

◆ firstStrip

int firstStrip = 0

Strip number corresponding to the first channel.

Definition at line 40 of file RawData.h.

◆ lastChannel

int lastChannel = 0

Last channel in the group (0 for single-strip hits).

Definition at line 37 of file RawData.h.

◆ lastStrip

int lastStrip = 0

Strip number corresponding to the last channel.

Definition at line 43 of file RawData.h.


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