![]() |
Belle II Software release-09-00-03
|
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 StaticSectorType * | staticSector |
| Stores a static sector. | |
| std::vector< Belle2::TrackNode * > | hits |
| collects the hits found on this sector | |
Simple struct for collecting raw data for a single sector.
Definition at line 47 of file SegmentNetworkProducerModule.h.
| std::vector<Belle2::TrackNode*> hits |
collects the hits found on this sector
Definition at line 61 of file SegmentNetworkProducerModule.h.
| FullSecID secID |
secID of rawSector
Definition at line 49 of file SegmentNetworkProducerModule.h.
| ActiveSector<StaticSectorType, TrackNode>* sector |
Stores a sector if one is found, nullptr else.
Definition at line 55 of file SegmentNetworkProducerModule.h.
| const StaticSectorType* staticSector |
Stores a static sector.
Definition at line 58 of file SegmentNetworkProducerModule.h.
| bool wasCreated |
Whether the sector was already added to the network.
Definition at line 52 of file SegmentNetworkProducerModule.h.