CbmRoot
|
#include "CbmL1.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_CA |
Functions | |
void | Pulls (int i, int j, int k, double *mc, L1TrackPar &T, fvec qp0, L1FieldRegion &fld) |
void | InitL1Histo () |
Variables | |
TH1F * | h_pick_res_x [20][3][3] |
TH1F * | h_pick_res_y [20][3][3] |
TH1F * | h_pick_pull_x [20][3][3] |
TH1F * | h_pick_pull_y [20][3][3] |
TH1F * | h_nduplets [20][3] |
TH1F * | h_res_x [20][3][3] |
TH1F * | h_res_y [20][3][3] |
TH1F * | h_res_tx [20][3][3] |
TH1F * | h_res_ty [20][3][3] |
TH1F * | h_res_qp [20][3][3] |
TH1F * | h_pull_x [20][3][3] |
TH1F * | h_pull_y [20][3][3] |
TH1F * | h_pull_tx [20][3][3] |
TH1F * | h_pull_ty [20][3][3] |
TH1F * | h_pull_qp [20][3][3] |
#define DEBUG_CA |
Definition at line 5 of file L1CADebug.h.
void InitL1Histo | ( | ) |
Definition at line 47 of file L1CADebug.h.
References CbmL1::algo, h_nduplets, h_pick_pull_x, h_pick_pull_y, h_pick_res_x, h_pick_res_y, h_pull_qp, h_pull_tx, h_pull_ty, h_pull_x, h_pull_y, h_res_qp, h_res_tx, h_res_ty, h_res_x, h_res_y, CbmL1::histodir, CbmL1::Instance(), and L1Algo::NStations.
void Pulls | ( | int | i, |
int | j, | ||
int | k, | ||
double * | mc, | ||
L1TrackPar & | T, | ||
fvec | qp0, | ||
L1FieldRegion & | fld | ||
) |
Definition at line 15 of file L1CADebug.h.
References L1TrackPar::C00, L1TrackPar::C11, L1TrackPar::C22, L1TrackPar::C33, L1TrackPar::C44, h_pull_qp, h_pull_tx, h_pull_ty, h_pull_x, h_pull_y, h_res_qp, h_res_tx, h_res_ty, h_res_x, h_res_y, i, L1Extrapolate(), L1TrackPar::qp, sqrt(), L1TrackPar::tx, L1TrackPar::ty, L1TrackPar::x, and L1TrackPar::y.
Referenced by L1AlgoPulls::Build().
TH1F * h_nduplets[20][3] |
Definition at line 9 of file L1CADebug.h.
Referenced by InitL1Histo().
TH1F * h_pick_pull_x[20][3][3] |
Definition at line 8 of file L1CADebug.h.
Referenced by InitL1Histo().
TH1F * h_pick_pull_y[20][3][3] |
Definition at line 9 of file L1CADebug.h.
Referenced by InitL1Histo().
TH1F* h_pick_res_x[20][3][3] |
Definition at line 8 of file L1CADebug.h.
Referenced by InitL1Histo().
TH1F * h_pick_res_y[20][3][3] |
Definition at line 8 of file L1CADebug.h.
Referenced by InitL1Histo().
TH1F * h_pull_qp[20][3][3] |
Definition at line 12 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().
TH1F * h_pull_tx[20][3][3] |
Definition at line 12 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().
TH1F * h_pull_ty[20][3][3] |
Definition at line 12 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().
TH1F * h_pull_x[20][3][3] |
Definition at line 11 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().
TH1F * h_pull_y[20][3][3] |
Definition at line 11 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().
TH1F * h_res_qp[20][3][3] |
Definition at line 11 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().
TH1F * h_res_tx[20][3][3] |
Definition at line 10 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().
TH1F * h_res_ty[20][3][3] |
Definition at line 10 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().
TH1F * h_res_x[20][3][3] |
Definition at line 9 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().
TH1F * h_res_y[20][3][3] |
Definition at line 10 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().