CbmRoot
LxCA.h File Reference
#include "LxMC.h"
#include "LxSettings.h"
#include "Rtypes.h"
#include <list>
#include <math.h>
Include dependency graph for LxCA.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LxPoint
 
struct  LxRay
 
struct  LxLayer
 
struct  LxStation
 
struct  LxExtTrack
 
struct  LxTrack
 
struct  LxSpace
 

Macros

#define errorTxCoeff   4.0
 
#define errorTxCoeffSq   errorTxCoeff* errorTxCoeff
 
#define errorTyCoeff   4.0
 
#define errorTyCoeffSq   errorTyCoeff* errorTyCoeff
 

Typedefs

typedef scaltype scal_coords[LXLAYERS][LXMAXPOINTSONSTATION]
 
typedef scaltype scal_tans[LXMAXPOINTSONSTATION]
 

Variables

scaltype tx_limits [LXSTATIONS]
 
scaltype tx_limits_sq [LXSTATIONS]
 
scaltype ty_limits [LXSTATIONS]
 
scaltype ty_limits_sq [LXSTATIONS]
 
scaltype x_disp_left_limits [LXSTATIONS]
 
scaltype x_disp_left_limits_sq [LXSTATIONS]
 
scaltype y_disp_left_limits [LXSTATIONS]
 
scaltype y_disp_left_limits_sq [LXSTATIONS]
 
scaltype x_disp_right_limits [LXSTATIONS]
 
scaltype x_disp_right_limits_sq [LXSTATIONS]
 
scaltype y_disp_right_limits [LXSTATIONS]
 
scaltype y_disp_right_limits_sq [LXSTATIONS]
 

Macro Definition Documentation

◆ errorTxCoeff

#define errorTxCoeff   4.0

Definition at line 15 of file LxCA.h.

◆ errorTxCoeffSq

#define errorTxCoeffSq   errorTxCoeff* errorTxCoeff

Definition at line 16 of file LxCA.h.

◆ errorTyCoeff

#define errorTyCoeff   4.0

Definition at line 17 of file LxCA.h.

◆ errorTyCoeffSq

#define errorTyCoeffSq   errorTyCoeff* errorTyCoeff

Definition at line 18 of file LxCA.h.

Typedef Documentation

◆ scal_coords

typedef scaltype scal_coords[LXLAYERS][LXMAXPOINTSONSTATION]

Definition at line 306 of file LxCA.h.

◆ scal_tans

typedef scaltype scal_tans[LXMAXPOINTSONSTATION]

Definition at line 307 of file LxCA.h.

Variable Documentation

◆ tx_limits

scaltype tx_limits[LXSTATIONS]

Definition at line 21 of file LxCA.cxx.

Referenced by BuildRaysGlobal(), and LxFinder::Init().

◆ tx_limits_sq

scaltype tx_limits_sq[LXSTATIONS]

Definition at line 22 of file LxCA.cxx.

Referenced by LxFinder::Init().

◆ ty_limits

scaltype ty_limits[LXSTATIONS]

Definition at line 23 of file LxCA.cxx.

Referenced by BuildRaysGlobal(), and LxFinder::Init().

◆ ty_limits_sq

scaltype ty_limits_sq[LXSTATIONS]

Definition at line 24 of file LxCA.cxx.

Referenced by LxFinder::Init().

◆ x_disp_left_limits

scaltype x_disp_left_limits[LXSTATIONS]

Definition at line 25 of file LxCA.cxx.

Referenced by LxFinder::Init().

◆ x_disp_left_limits_sq

scaltype x_disp_left_limits_sq[LXSTATIONS]

Definition at line 26 of file LxCA.cxx.

Referenced by LxFinder::Init().

◆ x_disp_right_limits

scaltype x_disp_right_limits[LXSTATIONS]

Definition at line 29 of file LxCA.cxx.

Referenced by LxFinder::Init().

◆ x_disp_right_limits_sq

scaltype x_disp_right_limits_sq[LXSTATIONS]

Definition at line 30 of file LxCA.cxx.

Referenced by LxFinder::Init().

◆ y_disp_left_limits

scaltype y_disp_left_limits[LXSTATIONS]

Definition at line 27 of file LxCA.cxx.

Referenced by LxFinder::Init().

◆ y_disp_left_limits_sq

scaltype y_disp_left_limits_sq[LXSTATIONS]

Definition at line 28 of file LxCA.cxx.

Referenced by LxFinder::Init().

◆ y_disp_right_limits

scaltype y_disp_right_limits[LXSTATIONS]

Definition at line 31 of file LxCA.cxx.

Referenced by LxFinder::Init().

◆ y_disp_right_limits_sq

scaltype y_disp_right_limits_sq[LXSTATIONS]

Definition at line 32 of file LxCA.cxx.

Referenced by LxFinder::Init().