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 31 of file BFieldComponentBeamline.cc.

Member Data Documentation

◆ j0

short int j0 {0}

1st vertex index in a list of xy-points

Definition at line 33 of file BFieldComponentBeamline.cc.

33{0};

◆ j1

short int j1 {0}

2nd vertex index in a list of xy-points

Definition at line 35 of file BFieldComponentBeamline.cc.

35{0};

◆ j2

short int j2 {0}

3rd vertex index in a list of xy-points

Definition at line 37 of file BFieldComponentBeamline.cc.

37{0};

◆ n0

short int n0 {0}

1st adjacent triangle in a list of triangles

Definition at line 39 of file BFieldComponentBeamline.cc.

39{0};

◆ n1

short int n1 {0}

2nd adjacent triangle in a list of triangles

Definition at line 41 of file BFieldComponentBeamline.cc.

41{0};

◆ n2

short int n2 {0}

3rd adjacent triangle in a list of triangles

Definition at line 43 of file BFieldComponentBeamline.cc.

43{0};

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