Analysis Software
Documentation for sPHENIX simulation software
|
Go to the source code of this file.
Functions | |
string | voi_stem (const string &path, const string &ext="") |
const char * | noiUniqueName (int i=0, const char *prefix="__pause_") |
void | noiPause (int i=0) |
void | noiDrawTLatex (const char *msg, double x, double y, noiDict options={}, noiDict dict={{"TextColor", kBlack,"TextColorAlpha", kBlack, 1.,"TextSize", 22,"TextFont", 43,"TextAlign", 12,"TextAngle", 0.,}}) |
TLine * | noiDrawTLine (double x0, double y0, double x1, double y1, noiDict options, noiDict dict={{"LineColorAlpha", kBlack, 1.0,"LineStyle", 1,"LineWidth", 1}}) |
string | noiStripEnd (string word, string sub) |
string | noiStripEnds (string word, vector< string > endings) |
string | noiStripStart (string word, string sub) |
string | noiStripStarts (string word, vector< string > startings) |
const char * | noi_geant05_ascii (int geantid) |
int | noi_geant05 (int geantid) |
const char * | noi_geant05_greek (int geantid) |
TH1 * | noiDivide (TH1 *num, TH1 *den, noiDict opt={}, noiDict dict={}) |
string | noiStripExtension (const char *in) |
TGraph * | noiMakeTGraph (vector< double > &x, vector< double > &y) |
int noi_geant05 | ( | int | geantid | ) |
const char* noi_geant05_ascii | ( | int | geantid | ) |
const char* noi_geant05_greek | ( | int | geantid | ) |
void noiPause | ( | int | i = 0 | ) |
Definition at line 23 of file noi_fnc.h.
View newest version in sPHENIX GitHub at line 23 of file noi_fnc.h
References Acts::PhysicalConstants::c, i, and noiUniqueName().
string noiStripEnd | ( | string | word, |
string | sub | ||
) |
Definition at line 54 of file noi_fnc.h.
View newest version in sPHENIX GitHub at line 54 of file noi_fnc.h
Referenced by noiStripEnds().
string noiStripEnds | ( | string | word, |
vector< string > | endings | ||
) |
Definition at line 62 of file noi_fnc.h.
View newest version in sPHENIX GitHub at line 62 of file noi_fnc.h
References noiStripEnd().
string noiStripExtension | ( | const char * | in | ) |
string noiStripStart | ( | string | word, |
string | sub | ||
) |
Definition at line 68 of file noi_fnc.h.
View newest version in sPHENIX GitHub at line 68 of file noi_fnc.h
Referenced by noiStripStarts().
string noiStripStarts | ( | string | word, |
vector< string > | startings | ||
) |
Definition at line 77 of file noi_fnc.h.
View newest version in sPHENIX GitHub at line 77 of file noi_fnc.h
References noiStripStart().
const char* noiUniqueName | ( | int | i = 0 , |
const char * | prefix = "__pause_" |
||
) |
Definition at line 19 of file noi_fnc.h.
View newest version in sPHENIX GitHub at line 19 of file noi_fnc.h
Referenced by noiPads::add_pad(), emb_eff_per_zdcx_binnedby3(), hg_abs_delta(), hg_abs_deltarat(), hg_abs_max(), noiPads::init(), noiPause(), rebin_TH1D(), and sparse_proj().
string voi_stem | ( | const string & | path, |
const string & | ext = "" |
||
) |
Definition at line 10 of file noi_fnc.h.
View newest version in sPHENIX GitHub at line 10 of file noi_fnc.h
References merge_hashes::p.
Referenced by Sub1rhoA::Loop(), and RhoFluct::Loop().