|
BOSS 7.1.3
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 21 of file check/curve/draw_check_curve.cxx.
Definition at line 19 of file check/curve/draw_check_curve.cxx.
| const float masses[5] = { 0.00051100, 0.10566, 0.13957, 0.4937, 0.93827 } |
Definition at line 17 of file check/curve/draw_check_curve.cxx.
Referenced by draw_check_curve(), drawmom(), and EvtDecayBase::findMasses().