struct CSUP

RICH: definition of a supermodule.

[more]float x0[3]
origin.
[more]float xvec[3]
x-direction * xdim.
[more]float yvec[3]
y-direction * ydim.
[more]int nx
number of pms/cells in x-direction (rows).
[more]float xdiv
cell size in x-direction.
[more]int ny
number of pms/cells in y-direction (columns).
[more]float ydiv
cell size in y-direction.
[more]int id
supermodule identifier.


Documentation

RICH: definition of a supermodule.

CSUP: riCh SUPermodule

CSUP describe the rectangular front surface of a supermodule. The orientation in space is defined by the three vectors x0,ex=xvec/||xvec||, ey=yvec/||yvec||. The norm ||xvec|| and ||yvec|| defining the outer dimensions of the rectangle. The supermodule is devide in matrice like cells. This is done by setting nx=12, ny=36, xdiv=ydiv=36 mm.

ofloat x0[3]
origin.

ofloat xvec[3]
x-direction * xdim.

ofloat yvec[3]
y-direction * ydim.

oint nx
number of pms/cells in x-direction (rows).

ofloat xdiv
cell size in x-direction.

oint ny
number of pms/cells in y-direction (columns).

ofloat ydiv
cell size in y-direction.

oint id
supermodule identifier.

Alphabetic index



This page was generated with the help of DOC++.