BOSS 7.0.7
BESIII Offline Software System
|
#include "TCanvas.h"
#include "TFile.h"
#include "TTree.h"
#include "TH1F.h"
#include <sstream>
#include <iostream>
#include <string>
#include <cstring>
#include <vector>
#include <cmath>
#include "TGraph.h"
#include "curve.h"
Go to the source code of this file.
Functions | |
void | draw_check_curve () |
Variables | |
const float | masses [5] = { 0.00051100, 0.10566, 0.13957, 0.4937, 0.93827 } |
const bool | m_debug = false |
void draw_check_curve | ( | ) |
Definition at line 20 of file histgen/draw_check_curve.cxx.
Definition at line 19 of file histgen/draw_check_curve.cxx.
Referenced by draw_check_curve().
const float masses[5] = { 0.00051100, 0.10566, 0.13957, 0.4937, 0.93827 } |
Definition at line 17 of file histgen/draw_check_curve.cxx.
Referenced by draw_check_curve().