|
Class Reference for E1039 Core & Analysis Software
|
Go to the source code of this file.
Macros | |
| #define | ntheta 6 |
Functions | |
| void | plot_matscan_worker (const char *datfile="matscan.dat", const double theta_req=-90, TGraph *&gr, TGraph *&grl) |
| void | plot_matscan (const char *datfile="matscan.dat") |
Variables | |
| float | phimin = 10000 |
| float | phimax = -10000 |
| float | x0min = 100000 |
| float | x0max = -100000 |
| float | lamda0min = 100000 |
| float | lamda0max = -100000 |
| #define ntheta 6 |
Referenced by plot_matscan().
| void plot_matscan | ( | const char * | datfile = "matscan.dat" | ) |
Definition at line 112 of file plot_matscan.C.
References lamda0max, ntheta, phimax, phimin, plot_matscan_worker(), and x0max.
Here is the call graph for this function:| void plot_matscan_worker | ( | const char * | datfile = "matscan.dat", |
| const double | theta_req = -90, |
||
| TGraph *& | gr, | ||
| TGraph *& | grl | ||
| ) |
Definition at line 8 of file plot_matscan.C.
References lamda0max, lamda0min, phimax, phimin, x0max, and x0min.
Referenced by plot_matscan().
Here is the caller graph for this function:| float lamda0max = -100000 |
Definition at line 6 of file plot_matscan.C.
Referenced by plot_matscan(), and plot_matscan_worker().
| float lamda0min = 100000 |
Definition at line 5 of file plot_matscan.C.
Referenced by plot_matscan_worker().
| float phimax = -10000 |
Definition at line 2 of file plot_matscan.C.
Referenced by PHG4CylinderCellReco::InitRun(), PHG4CylinderCellTPCReco::InitRun(), plot_matscan(), and plot_matscan_worker().
| float phimin = 10000 |
Definition at line 1 of file plot_matscan.C.
| float x0max = -100000 |
Definition at line 4 of file plot_matscan.C.
Referenced by plot_matscan(), and plot_matscan_worker().
| float x0min = 100000 |
Definition at line 3 of file plot_matscan.C.
Referenced by plot_matscan_worker().