Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
s95p Namespace Reference

Functions

double s95p_s (double e)
 
double s95p_e (double s)
 
void loadSongIC (char *filename, double factor)
 
double getSongEps (double x, double y)
 

Variables

int NX
 
int NY
 
double ** e
 
double xmin
 
double xmax
 
double ymin
 
double ymax
 

Function Documentation

double s95p::getSongEps ( double  x,
double  y 
)

Definition at line 70 of file s95p.cpp.

View newest version in sPHENIX GitHub at line 70 of file s95p.cpp

References dy, e, NX, NY, xmax, xmin, ymax, and ymin.

Referenced by IC::setIC().

+ Here is the caller graph for this function:

void s95p::loadSongIC ( char *  filename,
double  factor 
)

Definition at line 42 of file s95p.cpp.

View newest version in sPHENIX GitHub at line 42 of file s95p.cpp

References e, glauberVariable, NX, NY, s95p_e(), ambiguity_solver_full_chain::x, xmax, xmin, y, ymax, and ymin.

Referenced by IC::IC().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

double s95p::s95p_e ( double  s)

Definition at line 33 of file s95p.cpp.

View newest version in sPHENIX GitHub at line 33 of file s95p.cpp

References e, physmon_simulation::s, and s95p_s().

Referenced by loadSongIC().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

double s95p::s95p_s ( double  e)

Definition at line 14 of file s95p.cpp.

View newest version in sPHENIX GitHub at line 14 of file s95p.cpp

Referenced by s95p_e().

+ Here is the caller graph for this function:

Variable Documentation

double** s95p::e

Definition at line 12 of file s95p.cpp.

View newest version in sPHENIX GitHub at line 12 of file s95p.cpp

Referenced by getSongEps(), loadSongIC(), and s95p_e().

int s95p::NX

Definition at line 11 of file s95p.cpp.

View newest version in sPHENIX GitHub at line 11 of file s95p.cpp

Referenced by getSongEps(), and loadSongIC().

int s95p::NY

Definition at line 11 of file s95p.cpp.

View newest version in sPHENIX GitHub at line 11 of file s95p.cpp

Referenced by getSongEps(), and loadSongIC().

double s95p::xmax

Definition at line 12 of file s95p.cpp.

View newest version in sPHENIX GitHub at line 12 of file s95p.cpp

Referenced by getSongEps(), and loadSongIC().

double s95p::xmin

Definition at line 12 of file s95p.cpp.

View newest version in sPHENIX GitHub at line 12 of file s95p.cpp

Referenced by getSongEps(), and loadSongIC().

double s95p::ymax

Definition at line 12 of file s95p.cpp.

View newest version in sPHENIX GitHub at line 12 of file s95p.cpp

Referenced by getSongEps(), and loadSongIC().

double s95p::ymin

Definition at line 12 of file s95p.cpp.

View newest version in sPHENIX GitHub at line 12 of file s95p.cpp

Referenced by getSongEps(), and loadSongIC().