|
BOSS 7.1.3
BESIII Offline Software System
|
#include <vector>#include <string>#include "TStyle.h"#include "TString.h"Go to the source code of this file.
Functions | |
| void | pushNo () |
| void | dEdxVsCosNP () |
Variables | |
| vector< string > | file |
| const int | no = 5 |
| const int | nbins = 80 |
| const double | cosMin = -1.0 |
| const double | cosMax = 1.0 |
| const double | chiMin = -30 |
| const double | chiMax = 30 |
| const double | chiSigmaMin = 0.5 |
| const double | chiSigmaMax = 6.5 |
| const double | fitMeanMin = 30 |
| const double | fitMeanMax = 2585 |
| const double | fitSigmaMin = 20 |
| const double | fitSigmaMax = 50 |
| const double | slopeMin = 0.8 |
| const double | slopeMax = 1.2 |
| void dEdxVsCosNP | ( | ) |
Definition at line 34 of file CheckRung/check/dEdxVsCosNP.cxx.
| void pushNo | ( | ) |
Definition at line 11 of file CheckRung/check/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP().
| const double chiMax = 30 |
Definition at line 22 of file CheckRung/check/dEdxVsCosNP.cxx.
| const double chiMin = -30 |
Definition at line 21 of file CheckRung/check/dEdxVsCosNP.cxx.
| const double chiSigmaMax = 6.5 |
Definition at line 24 of file CheckRung/check/dEdxVsCosNP.cxx.
| const double chiSigmaMin = 0.5 |
Definition at line 23 of file CheckRung/check/dEdxVsCosNP.cxx.
| const double cosMax = 1.0 |
Definition at line 20 of file CheckRung/check/dEdxVsCosNP.cxx.
| const double cosMin = -1.0 |
Definition at line 19 of file CheckRung/check/dEdxVsCosNP.cxx.
| vector<string> file |
Definition at line 10 of file CheckRung/check/dEdxVsCosNP.cxx.
| const double fitMeanMax = 2585 |
Definition at line 28 of file CheckRung/check/dEdxVsCosNP.cxx.
| const double fitMeanMin = 30 |
Definition at line 27 of file CheckRung/check/dEdxVsCosNP.cxx.
| const double fitSigmaMax = 50 |
Definition at line 30 of file CheckRung/check/dEdxVsCosNP.cxx.
| const double fitSigmaMin = 20 |
Definition at line 29 of file CheckRung/check/dEdxVsCosNP.cxx.
| const int nbins = 80 |
Definition at line 18 of file CheckRung/check/dEdxVsCosNP.cxx.
| const int no = 5 |
Definition at line 17 of file CheckRung/check/dEdxVsCosNP.cxx.
| const double slopeMax = 1.2 |
Definition at line 32 of file CheckRung/check/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP().
| const double slopeMin = 0.8 |
Definition at line 31 of file CheckRung/check/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP().