|
BOSS 7.1.3
BESIII Offline Software System
|
#include <vector>#include <string>#include "TStyle.h"#include "TString.h"Go to the source code of this file.
Functions | |
| void | pushNo () |
| void | gainVsEangle () |
Variables | |
| vector< string > | file |
| const int | PadNo1 = 0 |
| const int | PadNo2 = 40 |
| const int | TotalNo = 1600 |
| const int | NumSlices = 40 |
| const int | gainmin = 0 |
| const int | gainmax = 3 |
| TString | LegendName = "gain vs eangle" |
| const int | Ipadx = 1 |
| const int | Ipady = 1 |
| const int | CanvasX = 800 |
| const int | CanvasY = 600 |
| bool | NormFlag = false |
| const double | histmin = 0.7 |
| const double | histmax = 1.3 |
| const double | delta = 0.15 |
| void gainVsEangle | ( | ) |
Definition at line 34 of file CheckRung/check/gainVsEangle.cxx.
| void pushNo | ( | ) |
Definition at line 8 of file CheckRung/check/gainVsEangle.cxx.
Referenced by gainVsEangle().
| const int CanvasX = 800 |
Definition at line 26 of file CheckRung/check/gainVsEangle.cxx.
| const int CanvasY = 600 |
Definition at line 27 of file CheckRung/check/gainVsEangle.cxx.
| const double delta = 0.15 |
Definition at line 31 of file CheckRung/check/gainVsEangle.cxx.
| vector<string> file |
Definition at line 7 of file CheckRung/check/gainVsEangle.cxx.
| const int gainmax = 3 |
Definition at line 22 of file CheckRung/check/gainVsEangle.cxx.
| const int gainmin = 0 |
Definition at line 21 of file CheckRung/check/gainVsEangle.cxx.
| const double histmax = 1.3 |
Definition at line 30 of file CheckRung/check/gainVsEangle.cxx.
| const double histmin = 0.7 |
Definition at line 29 of file CheckRung/check/gainVsEangle.cxx.
| const int Ipadx = 1 |
Definition at line 24 of file CheckRung/check/gainVsEangle.cxx.
| const int Ipady = 1 |
Definition at line 25 of file CheckRung/check/gainVsEangle.cxx.
| TString LegendName = "gain vs eangle" |
Definition at line 23 of file CheckRung/check/gainVsEangle.cxx.
Definition at line 28 of file CheckRung/check/gainVsEangle.cxx.
| const int NumSlices = 40 |
Definition at line 20 of file CheckRung/check/gainVsEangle.cxx.
| const int PadNo1 = 0 |
Definition at line 17 of file CheckRung/check/gainVsEangle.cxx.
| const int PadNo2 = 40 |
Definition at line 18 of file CheckRung/check/gainVsEangle.cxx.
| const int TotalNo = 1600 |
Definition at line 19 of file CheckRung/check/gainVsEangle.cxx.