Belle II Software
release-08-01-10
|
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.