CbmRoot
|
#include "LxCA.h"
#include "Lx.h"
#include <iostream>
#include <sys/time.h>
#include "base/CbmLitToolFactory.h"
#include "utils/CbmLitConverterFairTrackParam.h"
#include <cmath>
Go to the source code of this file.
Classes | |
struct | LxTrackCandidate |
Macros | |
#define | _mm_malloc(X, Y) malloc((X)) |
#define | _mm_free free |
Functions | |
static void | CalcTangents (int station_number) |
void | BuildRaysGlobal () |
static void | Ask () |
void BuildRaysGlobal | ( | ) |
Definition at line 345 of file LxCA.cxx.
References CalcTangents(), LxPoint::CreateRay(), errorTxCoeffSq, errorTyCoeffSq, i, LXSTATIONS, point_refs, points_counts, scaltype, sqrt(), tx_limits, tx_vals, ty_limits, ty_vals, use_points, x_coords, x_errs, y_coords, y_errs, and z_coords.
|
static |
Definition at line 332 of file LxCA.cxx.
References i, points_counts, tx_vals, ty_vals, use_points, x_coords, y_coords, and z_coords.
Referenced by BuildRaysGlobal().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 414 of file LxCA.cxx.
Referenced by LxStation::ConnectNeighbours().
|
static |
Definition at line 415 of file LxCA.cxx.
Referenced by LxStation::ConnectNeighbours().
|
static |
Definition at line 410 of file LxCA.cxx.
Referenced by LxLayer::PickNearestPoint().
|
static |
Definition at line 411 of file LxCA.cxx.
Referenced by LxLayer::PickNearestPoint().
LxPoint* point_refs[LXSTATIONS][LXLAYERS][LXMAXPOINTSONSTATION] |
Definition at line 328 of file LxCA.cxx.
Referenced by BuildRaysGlobal(), and LxSpace::InitGlobalCAArrays().
int points_counts[LXSTATIONS][LXLAYERS] |
Definition at line 330 of file LxCA.cxx.
Referenced by BuildRaysGlobal(), CalcTangents(), and LxSpace::InitGlobalCAArrays().
scaltype tx_limits[LXSTATIONS] |
Definition at line 21 of file LxCA.cxx.
Referenced by BuildRaysGlobal(), and LxFinder::Init().
scaltype tx_limits_sq[LXSTATIONS] |
Definition at line 22 of file LxCA.cxx.
Referenced by LxFinder::Init().
scaltype tx_vals[LXSTATIONS - 1][LXMAXPOINTSONSTATION] |
Definition at line 322 of file LxCA.cxx.
Referenced by BuildRaysGlobal(), CalcTangents(), and LxSpace::InitGlobalCAArrays().
scaltype ty_limits[LXSTATIONS] |
Definition at line 23 of file LxCA.cxx.
Referenced by BuildRaysGlobal(), and LxFinder::Init().
scaltype ty_limits_sq[LXSTATIONS] |
Definition at line 24 of file LxCA.cxx.
Referenced by LxFinder::Init().
scaltype ty_vals[LXSTATIONS][LXMAXPOINTSONSTATION] |
Definition at line 325 of file LxCA.cxx.
Referenced by BuildRaysGlobal(), CalcTangents(), and LxSpace::InitGlobalCAArrays().
bool use_points[LXSTATIONS - 1][LXMAXPOINTSONSTATION] |
Definition at line 329 of file LxCA.cxx.
Referenced by BuildRaysGlobal(), CalcTangents(), and LxSpace::InitGlobalCAArrays().
scaltype x_coords[LXSTATIONS][LXLAYERS][LXMAXPOINTSONSTATION] |
Definition at line 321 of file LxCA.cxx.
Referenced by BuildRaysGlobal(), CalcTangents(), and LxSpace::InitGlobalCAArrays().
scaltype x_disp_left_limits[LXSTATIONS] |
Definition at line 25 of file LxCA.cxx.
Referenced by LxFinder::Init().
scaltype x_disp_left_limits_sq[LXSTATIONS] |
Definition at line 26 of file LxCA.cxx.
Referenced by LxFinder::Init().
scaltype x_disp_right_limits[LXSTATIONS] |
Definition at line 29 of file LxCA.cxx.
Referenced by LxFinder::Init().
scaltype x_disp_right_limits_sq[LXSTATIONS] |
Definition at line 30 of file LxCA.cxx.
Referenced by LxFinder::Init().
scaltype x_errs[LXSTATIONS][LXLAYERS][LXMAXPOINTSONSTATION] |
Definition at line 323 of file LxCA.cxx.
Referenced by BuildRaysGlobal(), and LxSpace::InitGlobalCAArrays().
scaltype y_coords[LXSTATIONS][LXLAYERS][LXMAXPOINTSONSTATION] |
Definition at line 324 of file LxCA.cxx.
Referenced by BuildRaysGlobal(), CalcTangents(), and LxSpace::InitGlobalCAArrays().
scaltype y_disp_left_limits[LXSTATIONS] |
Definition at line 27 of file LxCA.cxx.
Referenced by LxFinder::Init().
scaltype y_disp_left_limits_sq[LXSTATIONS] |
Definition at line 28 of file LxCA.cxx.
Referenced by LxFinder::Init().
scaltype y_disp_right_limits[LXSTATIONS] |
Definition at line 31 of file LxCA.cxx.
Referenced by LxFinder::Init().
scaltype y_disp_right_limits_sq[LXSTATIONS] |
Definition at line 32 of file LxCA.cxx.
Referenced by LxFinder::Init().
scaltype y_errs[LXSTATIONS][LXLAYERS][LXMAXPOINTSONSTATION] |
Definition at line 326 of file LxCA.cxx.
Referenced by BuildRaysGlobal(), and LxSpace::InitGlobalCAArrays().
scaltype z_coords[LXSTATIONS][LXLAYERS][LXMAXPOINTSONSTATION] |
Definition at line 327 of file LxCA.cxx.
Referenced by BuildRaysGlobal(), CalcTangents(), and LxSpace::InitGlobalCAArrays().