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, TrackParamV &T, fvec qp0, ca::FieldRegion &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_ndoublets [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 8 of file L1CADebug.h.
void InitL1Histo | ( | ) |
Definition at line 45 of file L1CADebug.h.
References h_ndoublets, 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, and CbmL1::Instance().
void Pulls | ( | int | i, |
int | j, | ||
int | k, | ||
double * | mc, | ||
TrackParamV & | T, | ||
fvec | qp0, | ||
ca::FieldRegion & | fld ) |
Definition at line 18 of file L1CADebug.h.
References cbm::algo::kf::TrackParamBase< T >::C00(), cbm::algo::kf::TrackParamBase< T >::C11(), cbm::algo::kf::TrackParamBase< T >::C22(), cbm::algo::kf::TrackParamBase< T >::C33(), cbm::algo::kf::TrackParamBase< T >::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, and sqrt().
TH1F * h_ndoublets[20][3] |
Definition at line 13 of file L1CADebug.h.
Referenced by InitL1Histo().
TH1F * h_pick_pull_x[20][3][3] |
Definition at line 12 of file L1CADebug.h.
Referenced by InitL1Histo().
TH1F * h_pick_pull_y[20][3][3] |
Definition at line 12 of file L1CADebug.h.
Referenced by InitL1Histo().
TH1F* h_pick_res_x[20][3][3] |
Definition at line 12 of file L1CADebug.h.
Referenced by InitL1Histo().
TH1F * h_pick_res_y[20][3][3] |
Definition at line 12 of file L1CADebug.h.
Referenced by InitL1Histo().
TH1F * h_pull_qp[20][3][3] |
Definition at line 15 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().
TH1F * h_pull_tx[20][3][3] |
Definition at line 14 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().
TH1F * h_pull_ty[20][3][3] |
Definition at line 14 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().
TH1F * h_pull_x[20][3][3] |
Definition at line 14 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().
TH1F * h_pull_y[20][3][3] |
Definition at line 14 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().
TH1F * h_res_qp[20][3][3] |
Definition at line 14 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().
TH1F * h_res_tx[20][3][3] |
Definition at line 13 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().
TH1F * h_res_ty[20][3][3] |
Definition at line 13 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().
TH1F * h_res_x[20][3][3] |
Definition at line 13 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().
TH1F * h_res_y[20][3][3] |
Definition at line 13 of file L1CADebug.h.
Referenced by InitL1Histo(), and Pulls().