![]() |
ATLAS Offline Software
|
Functions | |
| zebraChannels (zebra) | |
| MMFE8Channels (mmfe8) | |
| addZebra (side, sector, layer, zebra, shift) | |
| addMMFE8 (side, sector, layer, mmfe8, shift) | |
Variables | |
| list | outList = [] |
| zebraShift.addMMFE8 | ( | side, | |
| sector, | |||
| layer, | |||
| mmfe8, | |||
| shift ) |
Returns a dictionary which represents a shift of a zebra connector
Parameters:
side (string) identifies the wheel: possible values "A" and "C"
sector (int) identifies the sector counting from 1 to 16
layer (int) identifies the detector layer whithin a given sector. Counts from 1 to 8
mmfe8 (int) identifies the MMFE8 number within a layer. Counting from 0 to 15
shift (int) indicates by how much and in which direction the channels in a given connector should be moved
Returns:
dictionary with the fields that the NSW cabling alg will use to apply the shift
Definition at line 73 of file zebraShift.py.
| zebraShift.addZebra | ( | side, | |
| sector, | |||
| layer, | |||
| zebra, | |||
| shift ) |
Returns a dictionary which represents a shift of a zebra connector
Parameters:
side (string) identifies the wheel: possible values "A" and "C"
sector (int) identifies the sector counting from 1 to 16
layer (int) identifies the detector layer whithin a given sector. Counts from 1 to 8
zebra (int) identifies the zebra connector number within a layer. Counting from 0 to 31
shift (int) indicates by how much and in which direction the channels in a given connector should be moved
Returns:
dictionary with the fields that the NSW cabling alg will use to apply the shift
Definition at line 49 of file zebraShift.py.
| zebraShift.MMFE8Channels | ( | mmfe8 | ) |
Returns a tuple with the first and the last channel in an MMFE (Micromegas front end board).
Parameters:
mmfe8 (int) identifies the zebra connector number within a layer. Counting from 0 to 15
Returns:
tuple containing the first and the last strip of a given MMFE8
Definition at line 27 of file zebraShift.py.
| zebraShift.zebraChannels | ( | zebra | ) |
Returns a tuple with the first and the last channel in a MM zebra connector.
Parameters:
zebra (int) identifies the zebra connector number within a layer. Counting from 0 to 31
Returns:
tuple containing the first and the last strip of a given zebra connector
Definition at line 7 of file zebraShift.py.
| list zebraShift.outList = [] |
Definition at line 103 of file zebraShift.py.