Belle II Software development
triangle_t Struct Reference

Triangle structure. More...

Public Attributes

short int j0 {0}
 1st vertex index in a list of xy-points
 
short int j1 {0}
 2nd vertex index in a list of xy-points
 
short int j2 {0}
 3rd vertex index in a list of xy-points
 
short int n0 {0}
 1st adjacent triangle in a list of triangles
 
short int n1 {0}
 2nd adjacent triangle in a list of triangles
 
short int n2 {0}
 3rd adjacent triangle in a list of triangles
 

Detailed Description

Triangle structure.

Definition at line 30 of file BFieldComponentBeamline.cc.

Member Data Documentation

◆ j0

short int j0 {0}

1st vertex index in a list of xy-points

Definition at line 32 of file BFieldComponentBeamline.cc.

◆ j1

short int j1 {0}

2nd vertex index in a list of xy-points

Definition at line 34 of file BFieldComponentBeamline.cc.

◆ j2

short int j2 {0}

3rd vertex index in a list of xy-points

Definition at line 36 of file BFieldComponentBeamline.cc.

◆ n0

short int n0 {0}

1st adjacent triangle in a list of triangles

Definition at line 38 of file BFieldComponentBeamline.cc.

◆ n1

short int n1 {0}

2nd adjacent triangle in a list of triangles

Definition at line 40 of file BFieldComponentBeamline.cc.

◆ n2

short int n2 {0}

3rd adjacent triangle in a list of triangles

Definition at line 42 of file BFieldComponentBeamline.cc.


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