BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
DedxCalibMomentum.cxx File Reference
#include "GaudiKernel/MsgStream.h"
#include <sstream>
#include <string>
#include "cmath"
#include "TTree.h"
#include "TH1F.h"
#include "TF1.h"
#include "TFile.h"
#include "TStyle.h"
#include "TCanvas.h"
#include "DedxCalibAlg/DedxCalibMomentum.h"

Go to the source code of this file.

Macros

#define Size   700000
 

Variables

const int nbins =50
 
const double chihist_min =-10
 
const double chihist_max =10
 
const double dedxhist_min =350
 
const double dedxhist_max =750
 
const double hits_min =0
 
const double hits_max =35
 

Macro Definition Documentation

◆ Size

#define Size   700000

Definition at line 15 of file DedxCalibMomentum.cxx.

Variable Documentation

◆ chihist_max

const double chihist_max =10

Definition at line 21 of file DedxCalibMomentum.cxx.

Referenced by DedxCalibMomentum::BookHists().

◆ chihist_min

const double chihist_min =-10

Definition at line 20 of file DedxCalibMomentum.cxx.

Referenced by DedxCalibMomentum::BookHists().

◆ dedxhist_max

const double dedxhist_max =750

Definition at line 23 of file DedxCalibMomentum.cxx.

Referenced by DedxCalibMomentum::BookHists().

◆ dedxhist_min

const double dedxhist_min =350

Definition at line 22 of file DedxCalibMomentum.cxx.

Referenced by DedxCalibMomentum::BookHists().

◆ hits_max

const double hits_max =35

◆ hits_min

const double hits_min =0

Definition at line 24 of file DedxCalibMomentum.cxx.

Referenced by DedxCalibMomentum::BookHists().

◆ nbins

const int nbins =50

Definition at line 19 of file DedxCalibMomentum.cxx.