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
 
double prob
 probability of background
 
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< std::array< float, 11 >, 4 > inputExtraT
 input extra time list of a NN track
 
std::array< std::array< float, 11 >, 4 > rawinputExtraT
 
std::array< tsOut, 9 > ts
 input TS list of a NN track
 
std::array< extraHitTimeOut, 9 > TSExtraT
 
int hwZ {0}
 raw output values of hw network
 
int hwTheta {0}
 
int hwProb {0}
 

Detailed Description

TRG Neuro track.

Definition at line 276 of file Unpacker.h.

Member Data Documentation

◆ hwProb

int hwProb {0}

Definition at line 303 of file Unpacker.h.

303{0};

◆ hwTheta

int hwTheta {0}

Definition at line 302 of file Unpacker.h.

302{0};

◆ hwZ

int hwZ {0}

raw output values of hw network

Definition at line 301 of file Unpacker.h.

301{0};

◆ inputAlpha

std::array<float, 9> inputAlpha

input Alpha list of a NN track

Definition at line 292 of file Unpacker.h.

◆ inputExtraT

std::array<std::array<float, 11>, 4> inputExtraT

input extra time list of a NN track

Definition at line 295 of file Unpacker.h.

◆ inputID

std::array<float, 9> inputID

input ID list of a NN track

Definition at line 286 of file Unpacker.h.

◆ inputT

std::array<float, 9> inputT

input T list of a NN track

Definition at line 289 of file Unpacker.h.

◆ prob

double prob

probability of background

Definition at line 284 of file Unpacker.h.

◆ rawinputAlpha

std::array<int, 9> rawinputAlpha

Definition at line 293 of file Unpacker.h.

◆ rawinputExtraT

std::array<std::array<float, 11>, 4> rawinputExtraT

Definition at line 296 of file Unpacker.h.

◆ rawinputID

std::array<int, 9> rawinputID

Definition at line 287 of file Unpacker.h.

◆ rawinputT

std::array<int, 9> rawinputT

Definition at line 290 of file Unpacker.h.

◆ sector

unsigned sector

sector of a NN track

Definition at line 282 of file Unpacker.h.

◆ theta

double theta

theta of a NN track

Definition at line 280 of file Unpacker.h.

◆ ts

std::array<tsOut, 9> ts

input TS list of a NN track

Definition at line 298 of file Unpacker.h.

◆ TSExtraT

std::array<extraHitTimeOut, 9> TSExtraT

Definition at line 299 of file Unpacker.h.

◆ z

double z

z0 of a NN track

Definition at line 278 of file Unpacker.h.


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