Belle II Software development
TRGNeuroTrack Struct Reference

TRG Neuro track. More...

#include <Unpacker.h>

Public Attributes

double z
 z0 of a NN track
 
double theta
 theta of a NN track
 
unsigned sector
 sector of a NN track
 
std::array< float, 9 > inputID
 input ID list of a NN track
 
std::array< int, 9 > rawinputID
 
std::array< float, 9 > inputT
 input T list of a NN track
 
std::array< int, 9 > rawinputT
 
std::array< float, 9 > inputAlpha
 input Alpha list of a NN track
 
std::array< int, 9 > rawinputAlpha
 
std::array< tsOut, 9 > ts
 input TS list of a NN track
 
int hwZ {0}
 raw output values of hw network
 
int hwTheta {0}
 

Detailed Description

TRG Neuro track.

Definition at line 267 of file Unpacker.h.

Member Data Documentation

◆ hwTheta

int hwTheta {0}

Definition at line 287 of file Unpacker.h.

◆ hwZ

int hwZ {0}

raw output values of hw network

Definition at line 286 of file Unpacker.h.

◆ inputAlpha

std::array<float, 9> inputAlpha

input Alpha list of a NN track

Definition at line 281 of file Unpacker.h.

◆ inputID

std::array<float, 9> inputID

input ID list of a NN track

Definition at line 275 of file Unpacker.h.

◆ inputT

std::array<float, 9> inputT

input T list of a NN track

Definition at line 278 of file Unpacker.h.

◆ rawinputAlpha

std::array<int, 9> rawinputAlpha

Definition at line 282 of file Unpacker.h.

◆ rawinputID

std::array<int, 9> rawinputID

Definition at line 276 of file Unpacker.h.

◆ rawinputT

std::array<int, 9> rawinputT

Definition at line 279 of file Unpacker.h.

◆ sector

unsigned sector

sector of a NN track

Definition at line 273 of file Unpacker.h.

◆ theta

double theta

theta of a NN track

Definition at line 271 of file Unpacker.h.

◆ ts

std::array<tsOut, 9> ts

input TS list of a NN track

Definition at line 284 of file Unpacker.h.

◆ z

double z

z0 of a NN track

Definition at line 269 of file Unpacker.h.


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