|
BOSS 8.0.0
BESIII Offline Software System
|
#include "GaudiKernel/MsgStream.h"#include "TCanvas.h"#include "TF1.h"#include "TFile.h"#include "TH1F.h"#include "TStyle.h"#include "TTree.h"#include "cmath"#include <sstream>#include <string>#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 |
| #define Size 700000 |
Definition at line 15 of file DedxCalibMomentum.cxx.
| const double chihist_max = 10 |
Definition at line 21 of file DedxCalibMomentum.cxx.
Referenced by DedxCalibMomentum::BookHists().
| const double chihist_min = -10 |
Definition at line 20 of file DedxCalibMomentum.cxx.
Referenced by DedxCalibMomentum::BookHists().
| const double dedxhist_max = 750 |
Definition at line 23 of file DedxCalibMomentum.cxx.
Referenced by DedxCalibMomentum::BookHists().
| const double dedxhist_min = 350 |
Definition at line 22 of file DedxCalibMomentum.cxx.
Referenced by DedxCalibMomentum::BookHists().
| const double hits_max = 35 |
Definition at line 25 of file DedxCalibMomentum.cxx.
Referenced by DedxCalibMomentum::BookHists(), EmcBhaCalibData::readIn(), and EmcBhaCalibData::writeOut().
| const double hits_min = 0 |
Definition at line 24 of file DedxCalibMomentum.cxx.
Referenced by DedxCalibMomentum::BookHists().
| const int nbins = 50 |
Definition at line 19 of file DedxCalibMomentum.cxx.
Referenced by DedxCalibMomentum::AnalyseHists(), DedxCalibMomentum::BookHists(), and DedxCalibMomentum::WriteHists().