GeneralBrokenLines V03-00-01
using EIGEN
Namespaces | Typedefs | Functions
exampleUtil.cpp File Reference

Example utilities. More...

#include "exampleUtil.h"

Go to the source code of this file.

Namespaces

namespace  gbl
 Namespace for the general broken lines package.
 

Typedefs

typedef Eigen::Matrix< double, 5, 5 > gbl::Matrix5d
 

Functions

double gbl::gblMultipleScatteringError (double qbyp, double xbyx0)
 Multiple scattering error. More...
 
Matrix5d gbl::gblSimpleJacobian (double ds, double cosl, double bfac)
 Simple jacobian. More...
 
double gbl::unrm ()
 unit normal distribution, Box-Muller method, polar form More...
 
double gbl::unif ()
 uniform distribution [0..1] More...
 

Detailed Description

Example utilities.

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

Definition in file exampleUtil.cpp.