Belle II Software development
SegmentNetworkProducerModule::RawSectorData Struct Reference

Simple struct for collecting raw data for a single sector. More...

#include <SegmentNetworkProducerModule.h>

Public Attributes

FullSecID secID
 secID of rawSector
 
bool wasCreated
 Whether the sector was already added to the network.
 
ActiveSector< StaticSectorType, TrackNode > * sector
 Stores a sector if one is found, nullptr else.
 
const StaticSectorTypestaticSector
 Stores a static sector.
 
std::vector< Belle2::TrackNode * > hits
 collects the hits found on this sector
 

Detailed Description

Simple struct for collecting raw data for a single sector.

Definition at line 47 of file SegmentNetworkProducerModule.h.

Member Data Documentation

◆ hits

std::vector<Belle2::TrackNode*> hits

collects the hits found on this sector

Definition at line 61 of file SegmentNetworkProducerModule.h.

◆ secID

FullSecID secID

secID of rawSector

Definition at line 49 of file SegmentNetworkProducerModule.h.

◆ sector

Stores a sector if one is found, nullptr else.

Definition at line 55 of file SegmentNetworkProducerModule.h.

◆ staticSector

const StaticSectorType* staticSector

Stores a static sector.

Definition at line 58 of file SegmentNetworkProducerModule.h.

◆ wasCreated

bool wasCreated

Whether the sector was already added to the network.

Definition at line 52 of file SegmentNetworkProducerModule.h.


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