BOSS 7.1.1
BESIII Offline Software System
|
#include <iomanip>
#include <sstream>
#include <string>
#include <iostream>
#include <fstream>
#include <cmath>
#include <vector>
#include <cassert>
#include "TF1.h"
#include "TH1F.h"
#include "TFile.h"
#include "TTree.h"
#include "TString.h"
Go to the source code of this file.
Variables | |
std::vector< TH1F * > | hist_bg |
Histograms. | |
std::vector< TH1F * > | hist_mean |
std::vector< TH1F * > | hist_sigma |
std::vector< TH1F * > | hist_costheta |
std::vector< TH1F * > | hist_nhit |
std::vector< TH1F * > | hist_chi |
std::vector< TH1F * > | hist_diff |
const std::string | curve_files [2] = {"/afs/ihep.ac.cn/bes3/offline/CalibConst/dedxcurve/6.6.3/DedxCurConst_mc_27091-28648_663.root", "/afs/ihep.ac.cn/bes3/offline/CalibConst/dedxcurve/6.6.3/DedxCurConst_mc_27091-28648_663.root"} |
const double | mass_vec [5] = {0.511e-3, 105.658e-3, 139.570e-3, 493.677e-3, 938.272e-3 } |
const double | pmin_vec [5] = {0.1, 0.1, 0.1, 0.4, 0.25} |
const double | pmax_vec [5] = {1.548, 1.5, 1.5, 1.4, 0.6} |
const int | nbins_vec [5] = {28, 28, 28, 20, 7} |
const std::string curve_files[2] = {"/afs/ihep.ac.cn/bes3/offline/CalibConst/dedxcurve/6.6.3/DedxCurConst_mc_27091-28648_663.root", "/afs/ihep.ac.cn/bes3/offline/CalibConst/dedxcurve/6.6.3/DedxCurConst_mc_27091-28648_663.root"} |
Definition at line 28 of file check/curve/global.h.
Referenced by ReadCurPara().
std::vector<TH1F*> hist_bg |
Histograms.
Definition at line 19 of file check/curve/global.h.
std::vector<TH1F*> hist_chi |
Definition at line 24 of file check/curve/global.h.
std::vector<TH1F*> hist_costheta |
Definition at line 22 of file check/curve/global.h.
std::vector<TH1F*> hist_diff |
Definition at line 25 of file check/curve/global.h.
std::vector<TH1F*> hist_mean |
Definition at line 20 of file check/curve/global.h.
std::vector<TH1F*> hist_nhit |
Definition at line 23 of file check/curve/global.h.
std::vector<TH1F*> hist_sigma |
Definition at line 21 of file check/curve/global.h.
const double mass_vec[5] = {0.511e-3, 105.658e-3, 139.570e-3, 493.677e-3, 938.272e-3 } |
Definition at line 31 of file check/curve/global.h.
const int nbins_vec[5] = {28, 28, 28, 20, 7} |
Definition at line 34 of file check/curve/global.h.
const double pmax_vec[5] = {1.548, 1.5, 1.5, 1.4, 0.6} |
Definition at line 33 of file check/curve/global.h.
const double pmin_vec[5] = {0.1, 0.1, 0.1, 0.4, 0.25} |
Definition at line 32 of file check/curve/global.h.