|
BOSS 7.1.3
BESIII Offline Software System
|
#include "TStyle.h"#include "TString.h"#include <vector>#include <string>Go to the source code of this file.
Functions | |
| void | pushNo () |
| void | dEdxVsP () |
Variables | |
| vector< string > | file |
| vector< string > | str_name |
| const int | no = 6 |
| const int | nbins = 50 |
| const double | pMin = 0.1 |
| const double | pMax = 3.1/2 |
| const double | chiMin = -1 |
| const double | chiMax = 1 |
| const double | chiSigmaMin = 0.5 |
| const double | chiSigmaMax = 1.5 |
| const double | fitMeanMin = 540 |
| const double | fitMeanMax = 580 |
| const double | fitSigmaMin = 25 |
| const double | fitSigmaMax = 50 |
| const double | hitsMeanMin = 10 |
| const double | hitsMeanMax = 30 |
| const double | hitsSigmaMin = 0 |
| const double | hitsSigmaMax = 10 |
| void dEdxVsP | ( | ) |
Definition at line 39 of file CheckRung/check/dEdxVsP.cxx.
| void pushNo | ( | ) |
| const double chiMax = 1 |
Definition at line 27 of file CheckRung/check/dEdxVsP.cxx.
| const double chiMin = -1 |
Definition at line 26 of file CheckRung/check/dEdxVsP.cxx.
| const double chiSigmaMax = 1.5 |
Definition at line 29 of file CheckRung/check/dEdxVsP.cxx.
| const double chiSigmaMin = 0.5 |
Definition at line 28 of file CheckRung/check/dEdxVsP.cxx.
| vector<string> file |
Definition at line 10 of file CheckRung/check/dEdxVsP.cxx.
| const double fitMeanMax = 580 |
Definition at line 31 of file CheckRung/check/dEdxVsP.cxx.
| const double fitMeanMin = 540 |
Definition at line 30 of file CheckRung/check/dEdxVsP.cxx.
| const double fitSigmaMax = 50 |
Definition at line 33 of file CheckRung/check/dEdxVsP.cxx.
| const double fitSigmaMin = 25 |
Definition at line 32 of file CheckRung/check/dEdxVsP.cxx.
| const double hitsMeanMax = 30 |
Definition at line 35 of file CheckRung/check/dEdxVsP.cxx.
Referenced by dEdxVsP().
| const double hitsMeanMin = 10 |
Definition at line 34 of file CheckRung/check/dEdxVsP.cxx.
Referenced by dEdxVsP().
| const double hitsSigmaMax = 10 |
Definition at line 37 of file CheckRung/check/dEdxVsP.cxx.
Referenced by dEdxVsP().
| const double hitsSigmaMin = 0 |
Definition at line 36 of file CheckRung/check/dEdxVsP.cxx.
Referenced by dEdxVsP().
| const int nbins = 50 |
Definition at line 23 of file CheckRung/check/dEdxVsP.cxx.
| const int no = 6 |
Definition at line 22 of file CheckRung/check/dEdxVsP.cxx.
| const double pMax = 3.1/2 |
Definition at line 25 of file CheckRung/check/dEdxVsP.cxx.
Referenced by dEdxVsP().
| const double pMin = 0.1 |
Definition at line 24 of file CheckRung/check/dEdxVsP.cxx.
Referenced by dEdxVsP().
| vector<string> str_name |
Definition at line 11 of file CheckRung/check/dEdxVsP.cxx.