BOSS 7.0.7
BESIII Offline Software System
|
#include <MdstTables.h>
Public Member Functions | |
Mdst_trk_fit () | |
Public Attributes | |
int | id |
int | quality |
int | hit_cdc [2] |
int | hit_svd |
int | nhits [5] |
float | mass |
float | pivot_x |
float | pivot_y |
float | pivot_z |
float | helix [5] |
float | error [15] |
float | chisq |
int | ndf |
float | first_x |
float | first_y |
float | first_z |
float | last_x |
float | last_y |
float | last_z |
Definition at line 359 of file MdstTables.h.
|
inline |
Definition at line 361 of file MdstTables.h.
float Mdst_trk_fit::chisq |
Definition at line 374 of file MdstTables.h.
float Mdst_trk_fit::error[15] |
Definition at line 373 of file MdstTables.h.
float Mdst_trk_fit::first_x |
Definition at line 376 of file MdstTables.h.
float Mdst_trk_fit::first_y |
Definition at line 377 of file MdstTables.h.
float Mdst_trk_fit::first_z |
Definition at line 378 of file MdstTables.h.
float Mdst_trk_fit::helix[5] |
Definition at line 372 of file MdstTables.h.
int Mdst_trk_fit::hit_cdc[2] |
Definition at line 365 of file MdstTables.h.
int Mdst_trk_fit::hit_svd |
Definition at line 366 of file MdstTables.h.
int Mdst_trk_fit::id |
Definition at line 363 of file MdstTables.h.
float Mdst_trk_fit::last_x |
Definition at line 379 of file MdstTables.h.
float Mdst_trk_fit::last_y |
Definition at line 380 of file MdstTables.h.
float Mdst_trk_fit::last_z |
Definition at line 381 of file MdstTables.h.
float Mdst_trk_fit::mass |
Definition at line 368 of file MdstTables.h.
int Mdst_trk_fit::ndf |
Definition at line 375 of file MdstTables.h.
int Mdst_trk_fit::nhits[5] |
Definition at line 367 of file MdstTables.h.
float Mdst_trk_fit::pivot_x |
Definition at line 369 of file MdstTables.h.
float Mdst_trk_fit::pivot_y |
Definition at line 370 of file MdstTables.h.
float Mdst_trk_fit::pivot_z |
Definition at line 371 of file MdstTables.h.
int Mdst_trk_fit::quality |
Definition at line 364 of file MdstTables.h.