BOSS 7.0.5
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 Costheta/dEdxVsCosNP.cxx.
void pushNo | ( | ) |
Definition at line 11 of file Costheta/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP().
const double chiMax = 30 |
Definition at line 22 of file Costheta/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP().
const double chiMin = -30 |
Definition at line 21 of file Costheta/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP().
const double chiSigmaMax = 6.5 |
Definition at line 24 of file Costheta/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP().
const double chiSigmaMin = 0.5 |
Definition at line 23 of file Costheta/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP().
const double cosMax = 1.0 |
Definition at line 20 of file Costheta/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP().
const double cosMin = -1.0 |
Definition at line 19 of file Costheta/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP().
vector<string> file |
Definition at line 10 of file Costheta/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP(), and pushNo().
const double fitMeanMax = 2585 |
Definition at line 28 of file Costheta/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP().
const double fitMeanMin = 30 |
Definition at line 27 of file Costheta/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP().
const double fitSigmaMax = 50 |
Definition at line 30 of file Costheta/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP().
const double fitSigmaMin = 20 |
Definition at line 29 of file Costheta/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP().
const int nbins = 80 |
Definition at line 18 of file Costheta/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP().
const int no = 5 |
Definition at line 17 of file Costheta/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP().
const double slopeMax = 1.2 |
Definition at line 32 of file Costheta/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP().
const double slopeMin = 0.8 |
Definition at line 31 of file Costheta/dEdxVsCosNP.cxx.
Referenced by dEdxVsCosNP().