|
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 | dEdxVsCos () |
Variables | |
| vector< string > | file |
| const int | no = 4 |
| const int | nbins = 80 |
| const double | cosMin = -0.93 |
| const double | cosMax = 0.93 |
| const double | chiMin = -30 |
| const double | chiMax = 30 |
| const double | chiSigmaMin = 0.5 |
| const double | chiSigmaMax = 6.5 |
| const double | fitMeanMin = 400 |
| const double | fitMeanMax = 700 |
| const double | fitSigmaMin = 20 |
| const double | fitSigmaMax = 50 |
| void dEdxVsCos | ( | ) |
Definition at line 30 of file CosthetaSec/dEdxVsCos.cxx.
| void pushNo | ( | ) |
Definition at line 11 of file CosthetaSec/dEdxVsCos.cxx.
Referenced by dEdxVsCos().
| const double chiMax = 30 |
Definition at line 22 of file CosthetaSec/dEdxVsCos.cxx.
| const double chiMin = -30 |
Definition at line 21 of file CosthetaSec/dEdxVsCos.cxx.
| const double chiSigmaMax = 6.5 |
Definition at line 24 of file CosthetaSec/dEdxVsCos.cxx.
| const double chiSigmaMin = 0.5 |
Definition at line 23 of file CosthetaSec/dEdxVsCos.cxx.
| const double cosMax = 0.93 |
Definition at line 20 of file CosthetaSec/dEdxVsCos.cxx.
| const double cosMin = -0.93 |
Definition at line 19 of file CosthetaSec/dEdxVsCos.cxx.
| vector<string> file |
Definition at line 10 of file CosthetaSec/dEdxVsCos.cxx.
| const double fitMeanMax = 700 |
Definition at line 26 of file CosthetaSec/dEdxVsCos.cxx.
| const double fitMeanMin = 400 |
Definition at line 25 of file CosthetaSec/dEdxVsCos.cxx.
| const double fitSigmaMax = 50 |
Definition at line 28 of file CosthetaSec/dEdxVsCos.cxx.
| const double fitSigmaMin = 20 |
Definition at line 27 of file CosthetaSec/dEdxVsCos.cxx.
| const int nbins = 80 |
Definition at line 18 of file CosthetaSec/dEdxVsCos.cxx.
| const int no = 4 |
Definition at line 17 of file CosthetaSec/dEdxVsCos.cxx.