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