Belle II Software development
cachezr_t Struct Reference

cached z-r struct More...

#include <BelleLathe.h>

Public Attributes

double z
 z coordinate
 
double r
 r coordinate
 
double dz
 difference in z
 
double dr
 difference in r
 
double s2
 squared distance
 
double is2
 inverted distance squared
 
double is
 distance
 
double zmin
 minimal z value
 
double zmax
 maximal z value
 
double r2min
 minimal r value squared
 
double r2max
 maximal r value squared
 
double ta
 ratio of dr over dz
 
bool isconvex
 is shape convex?
 

Detailed Description

cached z-r struct

Definition at line 31 of file BelleLathe.h.

Member Data Documentation

◆ dr

double dr

difference in r

Definition at line 35 of file BelleLathe.h.

◆ dz

double dz

difference in z

Definition at line 34 of file BelleLathe.h.

◆ is

double is

distance

Definition at line 38 of file BelleLathe.h.

◆ is2

double is2

inverted distance squared

Definition at line 37 of file BelleLathe.h.

◆ isconvex

bool isconvex

is shape convex?

Definition at line 44 of file BelleLathe.h.

◆ r

double r

r coordinate

Definition at line 33 of file BelleLathe.h.

◆ r2max

double r2max

maximal r value squared

Definition at line 42 of file BelleLathe.h.

◆ r2min

double r2min

minimal r value squared

Definition at line 41 of file BelleLathe.h.

◆ s2

double s2

squared distance

Definition at line 36 of file BelleLathe.h.

◆ ta

double ta

ratio of dr over dz

Definition at line 43 of file BelleLathe.h.

◆ z

double z

z coordinate

Definition at line 32 of file BelleLathe.h.

◆ zmax

double zmax

maximal z value

Definition at line 40 of file BelleLathe.h.

◆ zmin

double zmin

minimal z value

Definition at line 39 of file BelleLathe.h.


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