GeneralBrokenLines  Rev:70
 All Classes Files Functions Variables Pages
Public Attributes
gbltraj::gblpoint Type Reference

Point on trajectory. More...

List of all members.

Public Attributes

integer offset
 offset at point (or from previous point)
integer indmeas
 measurement flag
integer indscat
 scatterer flag
integer indkink
 kink index
double precision, dimension(5, 5) jacpointtopoint
 point-to-point jacobian (from previous point)
double precision, dimension(2, 2) prevj
 matrix 'J', offset part of jacobian to previous point with offset
double precision, dimension(2, 2) prevs
 matrix 'S', slope part of jacobian to previous point with offset
double precision, dimension(2) prevd
 vector 'd', Q/P part of jacobian to previous point with offset
double precision, dimension(2, 2) nextj
 matrix 'J', offset part of jacobian to next point with offset
double precision, dimension(2, 2) nexts
 matrix 'S', slope part of jacobian to next point with offset
double precision, dimension(2) nextd
 vector 'd', Q/P part of jacobian to next point with offset
double precision, dimension(2, 2) matproj
 projection matrix from measurement to local coordinate system
integer, dimension(2) indlocal
 index of local derivatives
integer, dimension(2) indglobal
 index of global derivatives
real, dimension(2) measvalue
 residual (for measurement)
real, dimension(2) measprec
 precision (for measurement, 1/sigma**2)
real, dimension(2) scatvalue
 residual (for kink)
real, dimension(2) scatprec
 precision (for kink, 1/sigma**2)

Detailed Description

Point on trajectory.

Definition at line 119 of file gbltraj.f90.


Member Data Documentation

integer, dimension(2) gbltraj::gblpoint::indglobal

index of global derivatives

Definition at line 133 of file gbltraj.f90.

integer gbltraj::gblpoint::indkink

kink index

Definition at line 123 of file gbltraj.f90.

integer, dimension(2) gbltraj::gblpoint::indlocal

index of local derivatives

Definition at line 132 of file gbltraj.f90.

integer gbltraj::gblpoint::indmeas

measurement flag

Definition at line 121 of file gbltraj.f90.

integer gbltraj::gblpoint::indscat

scatterer flag

Definition at line 122 of file gbltraj.f90.

double precision, dimension(5,5) gbltraj::gblpoint::jacpointtopoint

point-to-point jacobian (from previous point)

Definition at line 124 of file gbltraj.f90.

double precision, dimension(2,2) gbltraj::gblpoint::matproj

projection matrix from measurement to local coordinate system

Definition at line 131 of file gbltraj.f90.

real, dimension(2) gbltraj::gblpoint::measprec

precision (for measurement, 1/sigma**2)

Definition at line 135 of file gbltraj.f90.

real, dimension(2) gbltraj::gblpoint::measvalue

residual (for measurement)

Definition at line 134 of file gbltraj.f90.

double precision, dimension(2) gbltraj::gblpoint::nextd

vector 'd', Q/P part of jacobian to next point with offset

Definition at line 130 of file gbltraj.f90.

double precision, dimension(2,2) gbltraj::gblpoint::nextj

matrix 'J', offset part of jacobian to next point with offset

Definition at line 128 of file gbltraj.f90.

double precision, dimension(2,2) gbltraj::gblpoint::nexts

matrix 'S', slope part of jacobian to next point with offset

Definition at line 129 of file gbltraj.f90.

integer gbltraj::gblpoint::offset

offset at point (or from previous point)

Definition at line 120 of file gbltraj.f90.

double precision, dimension(2) gbltraj::gblpoint::prevd

vector 'd', Q/P part of jacobian to previous point with offset

Definition at line 127 of file gbltraj.f90.

double precision, dimension(2,2) gbltraj::gblpoint::prevj

matrix 'J', offset part of jacobian to previous point with offset

Definition at line 125 of file gbltraj.f90.

double precision, dimension(2,2) gbltraj::gblpoint::prevs

matrix 'S', slope part of jacobian to previous point with offset

Definition at line 126 of file gbltraj.f90.

real, dimension(2) gbltraj::gblpoint::scatprec

precision (for kink, 1/sigma**2)

Definition at line 137 of file gbltraj.f90.

real, dimension(2) gbltraj::gblpoint::scatvalue

residual (for kink)

Definition at line 136 of file gbltraj.f90.


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