struct CPMT

RICH: definition of the properties of a pm type.

[more]char type[16]
name of the PM type.
[more]int nx
number of channels in x-direction.
[more]float xdiv
cell size in x-direction.
[more]int ny
number of channels in y-direction.
[more]float ydiv
cell size in y-direction.
[more]int neff
number of bins.
[more]int ieff
starting row in table CPOI.


Documentation

RICH: definition of the properties of a pm type.

CPMT: riCh PhotoMultiplier Type

A PM type has to have a certain name, which is stored as type. The number of channels in x and in y direction nx and ny has to be specified, as well as the dimensions xdiv and ydiv of the at the moment square area, which one channel covers. The wavelength dependent efficiency off a certain type is stored beginning in the row ieff in table CPOI and is defined using neff values. It is assumed, that the efficiency of a certain pm is good enough describe, by multiplying this shape with a certain correction factor.

ochar type[16]
name of the PM type.

oint nx
number of channels in x-direction.

ofloat xdiv
cell size in x-direction.

oint ny
number of channels in y-direction.

ofloat ydiv
cell size in y-direction.

oint neff
number of bins.

oint ieff
starting row in table CPOI.

Alphabetic index



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