BOSS 7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
histgen/global.h File Reference
#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.4.p01/DedxCurConst_data_25338-26576.root", "/afs/ihep.ac.cn/bes3/offline/CalibConst/dedxcurve/6.6.4.p01/DedxCurConst_data_25338-26576.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}
 

Variable Documentation

◆ curve_files

const std::string curve_files[2] = {"/afs/ihep.ac.cn/bes3/offline/CalibConst/dedxcurve/6.6.4.p01/DedxCurConst_data_25338-26576.root", "/afs/ihep.ac.cn/bes3/offline/CalibConst/dedxcurve/6.6.4.p01/DedxCurConst_data_25338-26576.root"}

Definition at line 28 of file histgen/global.h.

◆ hist_bg

std::vector<TH1F*> hist_bg

Histograms.

Definition at line 19 of file histgen/global.h.

◆ hist_chi

std::vector<TH1F*> hist_chi

Definition at line 24 of file histgen/global.h.

◆ hist_costheta

std::vector<TH1F*> hist_costheta

Definition at line 22 of file histgen/global.h.

◆ hist_diff

std::vector<TH1F*> hist_diff

Definition at line 25 of file histgen/global.h.

◆ hist_mean

std::vector<TH1F*> hist_mean

Definition at line 20 of file histgen/global.h.

◆ hist_nhit

std::vector<TH1F*> hist_nhit

Definition at line 23 of file histgen/global.h.

◆ hist_sigma

std::vector<TH1F*> hist_sigma

Definition at line 21 of file histgen/global.h.

◆ mass_vec

const double mass_vec[5] = {0.511e-3, 105.658e-3, 139.570e-3, 493.677e-3, 938.272e-3 }

Definition at line 29 of file histgen/global.h.

◆ nbins_vec

const int nbins_vec[5] = {28, 28, 28, 20, 7}

Definition at line 32 of file histgen/global.h.

◆ pmax_vec

const double pmax_vec[5] = {1.548, 1.5, 1.5, 1.4, 0.6}

Definition at line 31 of file histgen/global.h.

◆ pmin_vec

const double pmin_vec[5] = {0.1, 0.1, 0.1, 0.4, 0.25}

Definition at line 30 of file histgen/global.h.