Analysis Software
Documentation for sPHENIX simulation software
|
#include <analysis/blob/master/TPC/SCDCorrections/sChargeMap.h>
Public Member Functions | |
sChargeMap (int, float, float, int, float, float, int, float, float, float) | |
virtual | ~sChargeMap () |
void | Fill (float, float, float, float) |
void | Propagate (float) |
void | ScreenShot (char *, char *, int) |
void | SaveIonMap (char *) |
void | SaveRho (char *, int, int, int) |
Protected Attributes | |
TH3D * | fI |
TH3D * | fE |
float | fEcmperus |
float | fIcmperms |
Definition at line 9 of file sChargeMap.h.
View newest version in sPHENIX GitHub at line 9 of file sChargeMap.h
sChargeMap::sChargeMap | ( | int | nr, |
float | rmin, | ||
float | rmax, | ||
int | np, | ||
float | pmin, | ||
float | pmax, | ||
int | nz, | ||
float | hz, | ||
float | ev, | ||
float | iv | ||
) |
Definition at line 11 of file sChargeMap.cxx.
View newest version in sPHENIX GitHub at line 11 of file sChargeMap.cxx
|
inlinevirtual |
Definition at line 12 of file sChargeMap.h.
View newest version in sPHENIX GitHub at line 12 of file sChargeMap.h
void sChargeMap::Fill | ( | float | r, |
float | p, | ||
float | z, | ||
float | w | ||
) |
Definition at line 87 of file sChargeMap.cxx.
View newest version in sPHENIX GitHub at line 87 of file sChargeMap.cxx
Referenced by main().
void sChargeMap::Propagate | ( | float | ms | ) |
void sChargeMap::SaveIonMap | ( | char * | name | ) |
Definition at line 46 of file sChargeMap.cxx.
View newest version in sPHENIX GitHub at line 46 of file sChargeMap.cxx
References fI.
Referenced by main().
void sChargeMap::SaveRho | ( | char * | name, |
int | nrad, | ||
int | nphi, | ||
int | nhz | ||
) |
Definition at line 50 of file sChargeMap.cxx.
View newest version in sPHENIX GitHub at line 50 of file sChargeMap.cxx
References Acts::UnitConstants::e, fI, i, j, k, n, nphi, nz, rho, and TwoPi.
void sChargeMap::ScreenShot | ( | char * | name, |
char * | ext, | ||
int | n | ||
) |
Definition at line 21 of file sChargeMap.cxx.
View newest version in sPHENIX GitHub at line 21 of file sChargeMap.cxx
References fE, fI, check_end_of_file::main(), and Acts::Test::tmp().
Referenced by main().
|
protected |
Definition at line 21 of file sChargeMap.h.
View newest version in sPHENIX GitHub at line 21 of file sChargeMap.h
Referenced by Fill(), Propagate(), sChargeMap(), and ScreenShot().
|
protected |
Definition at line 22 of file sChargeMap.h.
View newest version in sPHENIX GitHub at line 22 of file sChargeMap.h
Referenced by Propagate().
|
protected |
Definition at line 20 of file sChargeMap.h.
View newest version in sPHENIX GitHub at line 20 of file sChargeMap.h
Referenced by Fill(), Propagate(), SaveIonMap(), SaveRho(), sChargeMap(), and ScreenShot().
|
protected |
Definition at line 23 of file sChargeMap.h.
View newest version in sPHENIX GitHub at line 23 of file sChargeMap.h
Referenced by Propagate().