Analysis Software
Documentation for sPHENIX simulation software
|
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 |
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().
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().
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().