BOSS 7.0.5
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 = 520 |
const double | fitMeanMax = 560 |
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 Eangle1DSec/dEdxVsP.cxx.
void pushNo | ( | ) |
const double chiMax = 1 |
Definition at line 27 of file Eangle1DSec/dEdxVsP.cxx.
Referenced by dEdxVsP().
const double chiMin = -1 |
Definition at line 26 of file Eangle1DSec/dEdxVsP.cxx.
Referenced by dEdxVsP().
const double chiSigmaMax = 1.5 |
Definition at line 29 of file Eangle1DSec/dEdxVsP.cxx.
Referenced by dEdxVsP().
const double chiSigmaMin = 0.5 |
Definition at line 28 of file Eangle1DSec/dEdxVsP.cxx.
Referenced by dEdxVsP().
vector<string> file |
Definition at line 10 of file Eangle1DSec/dEdxVsP.cxx.
const double fitMeanMax = 560 |
Definition at line 31 of file Eangle1DSec/dEdxVsP.cxx.
Referenced by dEdxVsP().
const double fitMeanMin = 520 |
Definition at line 30 of file Eangle1DSec/dEdxVsP.cxx.
Referenced by dEdxVsP().
const double fitSigmaMax = 50 |
Definition at line 33 of file Eangle1DSec/dEdxVsP.cxx.
Referenced by dEdxVsP().
const double fitSigmaMin = 25 |
Definition at line 32 of file Eangle1DSec/dEdxVsP.cxx.
Referenced by dEdxVsP().
const double hitsMeanMax = 30 |
Definition at line 35 of file Eangle1DSec/dEdxVsP.cxx.
Referenced by dEdxVsP().
const double hitsMeanMin = 10 |
Definition at line 34 of file Eangle1DSec/dEdxVsP.cxx.
Referenced by dEdxVsP().
const double hitsSigmaMax = 10 |
Definition at line 37 of file Eangle1DSec/dEdxVsP.cxx.
Referenced by dEdxVsP().
const double hitsSigmaMin = 0 |
Definition at line 36 of file Eangle1DSec/dEdxVsP.cxx.
Referenced by dEdxVsP().
const int nbins = 50 |
Definition at line 23 of file Eangle1DSec/dEdxVsP.cxx.
Referenced by dEdxVsP().
const int no = 6 |
Definition at line 22 of file Eangle1DSec/dEdxVsP.cxx.
Referenced by dEdxVsP().
const double pMax = 3.1/2 |
Definition at line 25 of file Eangle1DSec/dEdxVsP.cxx.
Referenced by dEdxVsP().
const double pMin = 0.1 |
Definition at line 24 of file Eangle1DSec/dEdxVsP.cxx.
Referenced by dEdxVsP().
vector<string> str_name |
Definition at line 11 of file Eangle1DSec/dEdxVsP.cxx.