BOSS 7.0.9
BESIII Offline Software System
|
#include "betagamma.cxx"
Go to the source code of this file.
Functions | |
void | drawmom () |
void | banch_rebg () |
Variables | |
TString | str_base = "../hadron_track/" |
TString | str_vec [5] = {"electron","muon","pion","kaon","proton"} |
const double | mom_max_vec [5] = {1.843, 2.0, 1.5, 1.8, 1.2} |
double | bg_max_vec [5] |
const double | masses [5] = {0.511e-3, 105.658e-3, 139.570e-3, 493.677e-3, 938.272e-3} |
const double | dedx_max_vec [5] = {1000, 1000, 1000, 1500, 7000} |
double | bg_matrix [5][2] |
double | mom_matrix [5][2] |
const double | y_matrix [5][2] = {{1.0,1.0},{2.0,2.0},{3.0,3.0},{4.0,4.0},{5.0,5.0}} |
bool | m_debug = false |
const TCut | vec_cut [5] ={"","","","","dEdx_meas>500"} |
const double | input_bg [5][2] = {{421.97,3187.82}, {10.98,115.6}, {0.74,10.98}, {0.64,0.74}, {0.26,0.64}} |
void banch_rebg | ( | ) |
Definition at line 83 of file drawmom.cxx.
void drawmom | ( | ) |
Definition at line 14 of file drawmom.cxx.
double bg_matrix[5][2] |
Definition at line 8 of file drawmom.cxx.
Referenced by drawmom().
double bg_max_vec[5] |
Definition at line 5 of file drawmom.cxx.
Referenced by drawmom().
const double dedx_max_vec[5] = {1000, 1000, 1000, 1500, 7000} |
Definition at line 7 of file drawmom.cxx.
Referenced by drawmom().
const double input_bg[5][2] = {{421.97,3187.82}, {10.98,115.6}, {0.74,10.98}, {0.64,0.74}, {0.26,0.64}} |
Definition at line 82 of file drawmom.cxx.
Referenced by banch_rebg().
Definition at line 11 of file drawmom.cxx.
Referenced by drawmom().
const double masses[5] = {0.511e-3, 105.658e-3, 139.570e-3, 493.677e-3, 938.272e-3} |
Definition at line 6 of file drawmom.cxx.
Referenced by drawmom().
double mom_matrix[5][2] |
Definition at line 9 of file drawmom.cxx.
Referenced by drawmom().
const double mom_max_vec[5] = {1.843, 2.0, 1.5, 1.8, 1.2} |
Definition at line 4 of file drawmom.cxx.
Referenced by drawmom().
TString str_base = "../hadron_track/" |
Definition at line 2 of file drawmom.cxx.
Referenced by drawmom().
TString str_vec[5] = {"electron","muon","pion","kaon","proton"} |
Definition at line 3 of file drawmom.cxx.
Referenced by banch_rebg(), and drawmom().
const TCut vec_cut[5] ={"","","","","dEdx_meas>500"} |
Definition at line 12 of file drawmom.cxx.
Referenced by drawmom().
const double y_matrix[5][2] = {{1.0,1.0},{2.0,2.0},{3.0,3.0},{4.0,4.0},{5.0,5.0}} |
Definition at line 10 of file drawmom.cxx.
Referenced by drawmom().