GeneralBrokenLines V03-01-02
gblpy
|
Silicon layer. More...
Public Member Functions | |
def | __init__ (self, layer) |
Constructor. More... | |
def | getMP2Constraint (self, layer) |
get MP2 constraint More... | |
def | getRadiationLength (self) |
Get radiation length. More... | |
def | getResolution (self) |
Get resolution. More... | |
def | getPrecision (self) |
Get precision. More... | |
def | getMeasSystemDirs (self) |
Get directions of measurement system. More... | |
def | intersectWithHelix (self, helix) |
Intersect with helix. More... | |
def | intersectWithHelix2 (self, helix) |
Intersect with helix (2nd sub layer) More... | |
def | isComposite (self) |
Is composite? More... | |
def | getSpacing (self) |
Get spacing. More... | |
def | getRigidBodyDerGlobal (self, position, trackDir) |
Get rigid body derivatives in global frame. More... | |
def | getRigidBodyDerLocal (self, position, trackDir) |
Get rigid body derivatives in local (alignment) frame. More... | |
Private Attributes | |
__name | |
name More... | |
__center | |
center More... | |
__xbyx0 | |
radiation length More... | |
__resolution | |
resolution (for simulation) More... | |
__precision | |
precision (for reconstruction) More... | |
__uDir | |
measurement direction u More... | |
__vDir | |
measurement direction v More... | |
__nDir | |
normal to measurement plane More... | |
__measDirs | |
measurement directions More... | |
__ijkDirs | |
local alignment system (IJK = YZX) More... | |
__alignInMeasSys | |
alignment == measurement system? More... | |
__spacing | |
spacing (for composite layers) More... | |
def gblsit.gblSiliconLayer.__init__ | ( | self, | |
layer | |||
) |
def gblsit.gblSiliconLayer.getMeasSystemDirs | ( | self | ) |
Get directions of measurement system.
Definition at line 325 of file gblsit.py.
References gblsit.gblSiliconLayer.__measDirs.
def gblsit.gblSiliconLayer.getMP2Constraint | ( | self, | |
layer | |||
) |
get MP2 constraint
Alignment for single 1D measurement outside measurement system requires constraint (in v direction). If there are multiple 1D measurement for an alignable ('layer') with different orientations the corresponding constraints must be ignored.
[in] | layer | layer number |
Definition at line 301 of file gblsit.py.
References gblsit.gblSiliconLayer.__alignInMeasSys, gblsit.gblSiliconLayer.__ijkDirs, gblsit.gblSiliconLayer.__name, gblsit.gblSiliconLayer.__resolution, and gblsit.gblSiliconLayer.__vDir.
def gblsit.gblSiliconLayer.getPrecision | ( | self | ) |
Get precision.
Definition at line 321 of file gblsit.py.
References gblpy.gblfit.GblData.__precision, and gblsit.gblSiliconLayer.__precision.
def gblsit.gblSiliconLayer.getRadiationLength | ( | self | ) |
Get radiation length.
Definition at line 313 of file gblsit.py.
References gblsit.gblSiliconLayer.__xbyx0.
def gblsit.gblSiliconLayer.getResolution | ( | self | ) |
Get resolution.
Definition at line 317 of file gblsit.py.
References gblsit.gblSiliconLayer.__resolution.
def gblsit.gblSiliconLayer.getRigidBodyDerGlobal | ( | self, | |
position, | |||
trackDir | |||
) |
Get rigid body derivatives in global frame.
[in] | position | position (of prediction or measurement); vector |
[in] | trackDir | track direction; vector |
Definition at line 358 of file gblsit.py.
References gblsit.gblSiliconLayer.__measDirs, and gblsit.gblSiliconLayer.__nDir.
def gblsit.gblSiliconLayer.getRigidBodyDerLocal | ( | self, | |
position, | |||
trackDir | |||
) |
Get rigid body derivatives in local (alignment) frame.
[in] | position | position (of prediction or measurement); vector |
[in] | trackDir | track direction; vector |
Definition at line 380 of file gblsit.py.
References gblsit.gblSiliconLayer.__alignInMeasSys, gblsit.gblSiliconLayer.__center, gblsit.gblSiliconLayer.__ijkDirs, and gblsit.gblSiliconLayer.__measDirs.
def gblsit.gblSiliconLayer.getSpacing | ( | self | ) |
def gblsit.gblSiliconLayer.intersectWithHelix | ( | self, | |
helix | |||
) |
Intersect with helix.
[in] | helix | helix |
Definition at line 333 of file gblsit.py.
References gblsit.gblSiliconLayer.__center, gblsit.gblSiliconLayer.__uDir, and gblsit.gblSiliconLayer.__vDir.
def gblsit.gblSiliconLayer.intersectWithHelix2 | ( | self, | |
helix | |||
) |
Intersect with helix (2nd sub layer)
[in] | helix | helix |
Definition at line 341 of file gblsit.py.
References gblsit.gblSiliconLayer.__center, gblsit.gblSiliconLayer.__nDir, gblsit.gblSiliconLayer.__spacing, gblsit.gblSiliconLayer.__uDir, and gblsit.gblSiliconLayer.__vDir.
def gblsit.gblSiliconLayer.isComposite | ( | self | ) |
Is composite?
Definition at line 345 of file gblsit.py.
References gblsit.gblSiliconLayer.__spacing.
|
private |
alignment == measurement system?
Definition at line 289 of file gblsit.py.
Referenced by gblsit.gblSiliconLayer.getMP2Constraint(), and gblsit.gblSiliconLayer.getRigidBodyDerLocal().
|
private |
center
Definition at line 266 of file gblsit.py.
Referenced by gblsit.gblSiliconLayer.getRigidBodyDerLocal(), gblsit.gblSiliconLayer.intersectWithHelix(), and gblsit.gblSiliconLayer.intersectWithHelix2().
|
private |
local alignment system (IJK = YZX)
Definition at line 287 of file gblsit.py.
Referenced by gblsit.gblSiliconLayer.getMP2Constraint(), and gblsit.gblSiliconLayer.getRigidBodyDerLocal().
|
private |
measurement directions
Definition at line 285 of file gblsit.py.
Referenced by gblsit.gblSiliconLayer.getMeasSystemDirs(), gblsit.gblSiliconLayer.getRigidBodyDerGlobal(), and gblsit.gblSiliconLayer.getRigidBodyDerLocal().
|
private |
name
Definition at line 264 of file gblsit.py.
Referenced by gblsit.gblSiliconLayer.getMP2Constraint().
|
private |
normal to measurement plane
Definition at line 283 of file gblsit.py.
Referenced by gblsit.gblSiliconLayer.getRigidBodyDerGlobal(), and gblsit.gblSiliconLayer.intersectWithHelix2().
|
private |
precision (for reconstruction)
Definition at line 274 of file gblsit.py.
Referenced by gblpy.gblfit.GblData.fromRecord(), gblpy.gblfit.GblData.getChi2(), gblpy.gblfit.GblData.getMatrices(), gblsit.gblSiliconLayer.getPrecision(), gblpy.gblfit.GblData.getResidual(), gblpy.gblfit.GblData.printData(), gblpy.gblfit.GblData.setDownWeighting(), and gblpy.gblfit.GblData.toRecord().
|
private |
resolution (for simulation)
Definition at line 272 of file gblsit.py.
Referenced by gblsit.gblSiliconLayer.getMP2Constraint(), and gblsit.gblSiliconLayer.getResolution().
|
private |
spacing (for composite layers)
Definition at line 291 of file gblsit.py.
Referenced by gblsit.gblSiliconLayer.getSpacing(), gblsit.gblSiliconLayer.intersectWithHelix2(), and gblsit.gblSiliconLayer.isComposite().
|
private |
measurement direction u
Definition at line 279 of file gblsit.py.
Referenced by gblsit.gblSiliconLayer.intersectWithHelix(), and gblsit.gblSiliconLayer.intersectWithHelix2().
|
private |
measurement direction v
Definition at line 281 of file gblsit.py.
Referenced by gblsit.gblSiliconLayer.getMP2Constraint(), gblsit.gblSiliconLayer.intersectWithHelix(), and gblsit.gblSiliconLayer.intersectWithHelix2().
|
private |
radiation length
Definition at line 268 of file gblsit.py.
Referenced by gblsit.gblSiliconLayer.getRadiationLength().