GeneralBrokenLines V03-01-01
using EIGEN
Functions
example2.cpp File Reference

Example application. More...

#include <time.h>
#include "GblUtilities.h"
#include "GblTrajectory.h"

Go to the source code of this file.

Functions

void example2 ()
 

Detailed Description

Example application.

Author
Claus Kleinwort, DESY, 2011 (Claus.nosp@m..Kle.nosp@m.inwor.nosp@m.t@de.nosp@m.sy.de)

Definition in file example2.cpp.

Function Documentation

◆ example2()

void example2 ( )

Simple technical example (measurement as local system).

Create points on initial trajectory, create trajectory from points, fit and write trajectory to MP-II binary file, get track parameter corrections and covariance matrix at points.

Equidistant measurement layers and thin scatterers, propagation with simple jacobian (quadratic in arc length differences). Measurement system as local coordinate system.

This example simulates and refits tracks in a system of planar detectors with 2D measurements in a constant magnet field in Z direction using measurement system as local system and (Q/P, slopes, offsets) as local track parameters. The true (curvilinear) track parameters are randomly smeared with respect to a (constant and straight) reference trajectory with direction (lambda, phi) and are used (only) for the on-the-fly simulation of the measurements and scatterers. The predictions from the reference trajectory are therefore always zero and the residuals needed (by addMeasurement) are equal to the measurements. The scatterers with have non diagonal precision matrices.

Definition at line 37 of file example2.cpp.

References gbl::GblPoint::addMeasurement(), gbl::GblPoint::addScatterer(), gbl::GblTrajectory::fit(), gbl::gblSimpleJacobian(), and gbl::unrm().