Class Reference for E1039 Core & Analysis Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
plot_matscan.C File Reference

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
 

Macro Definition Documentation

#define ntheta   6

Referenced by plot_matscan().

Function Documentation

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:

Variable Documentation

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
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().