PandaRoot
PndFtsTrackFinder::PndFtsStraw Struct Reference

#include <PndFtsStraw.h>

Public Attributes

uint16_t fId
 ID (number) of the straw, in range [0, 12223]. More...
 
uint8_t fLayerId
 ID (number) of the layer containing the straw, in range [0,47]. More...
 
float fX
 
float fY
 
float fZ
 Coordinates of the straw in PANDA's coordinate system. More...
 
float fSlope
 Slope of the straw in degrees one of {0, 11.43, -11.43}. More...
 
PndFtsStation fStation
 Station containing the straw. More...
 
bool fSkewed
 If the straw is fSkewed (otherwise it's vertical) More...
 
bool fOutermost
 If the straw is in fOutermost layer, equal to what IsOutermostLayer() returns. More...
 

Detailed Description

Definition at line 18 of file PndFtsStraw.h.

Member Data Documentation

◆ fId

uint16_t PndFtsTrackFinder::PndFtsStraw::fId

ID (number) of the straw, in range [0, 12223].

Definition at line 19 of file PndFtsStraw.h.

◆ fLayerId

uint8_t PndFtsTrackFinder::PndFtsStraw::fLayerId

ID (number) of the layer containing the straw, in range [0,47].

Definition at line 20 of file PndFtsStraw.h.

◆ fOutermost

bool PndFtsTrackFinder::PndFtsStraw::fOutermost

If the straw is in fOutermost layer, equal to what IsOutermostLayer() returns.

Definition at line 25 of file PndFtsStraw.h.

◆ fSkewed

bool PndFtsTrackFinder::PndFtsStraw::fSkewed

If the straw is fSkewed (otherwise it's vertical)

Definition at line 24 of file PndFtsStraw.h.

◆ fSlope

float PndFtsTrackFinder::PndFtsStraw::fSlope

Slope of the straw in degrees one of {0, 11.43, -11.43}.

Definition at line 22 of file PndFtsStraw.h.

◆ fStation

PndFtsStation PndFtsTrackFinder::PndFtsStraw::fStation

Station containing the straw.

Definition at line 23 of file PndFtsStraw.h.

◆ fX

float PndFtsTrackFinder::PndFtsStraw::fX

◆ fY

float PndFtsTrackFinder::PndFtsStraw::fY

Definition at line 21 of file PndFtsStraw.h.

◆ fZ

float PndFtsTrackFinder::PndFtsStraw::fZ

Coordinates of the straw in PANDA's coordinate system.

Definition at line 21 of file PndFtsStraw.h.

Referenced by PndFtsTrackFinder::PndFtsMath::LineStrawCircle().


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