Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4main/PHG4EtaPhiParameterization.h>
Public Member Functions | |
PHG4EtaPhiParameterization (unsigned int neta, double minEta, double maxEta, unsigned int nphi, double startPhi, double deltaPhi, double radiusIn, double radiusOut, double centerZ) | |
virtual | ~PHG4EtaPhiParameterization () |
virtual void | Print (std::ostream &os=std::cout) const |
void | ComputeTransformation (const G4int copyNo, G4VPhysicalVolume *physVol) const |
void | ComputeDimensions (G4Tubs &ring, const G4int copyNo, const G4VPhysicalVolume *physVol) const |
int | GetIEta (int copyNo) const |
int | GetIPhi (int copyNo) const |
Definition at line 14 of file PHG4EtaPhiParameterization.h.
PHG4EtaPhiParameterization::PHG4EtaPhiParameterization | ( | unsigned int | neta, |
double | minEta, | ||
double | maxEta, | ||
unsigned int | nphi, | ||
double | startPhi, | ||
double | deltaPhi, | ||
double | radiusIn, | ||
double | radiusOut, | ||
double | centerZ | ||
) |
Definition at line 13 of file PHG4EtaPhiParameterization.cc.
|
virtual |
Definition at line 83 of file PHG4EtaPhiParameterization.cc.
void PHG4EtaPhiParameterization::ComputeDimensions | ( | G4Tubs & | ring, |
const G4int | copyNo, | ||
const G4VPhysicalVolume * | physVol | ||
) | const |
Definition at line 114 of file PHG4EtaPhiParameterization.cc.
References GetIEta(), and GetIPhi().
void PHG4EtaPhiParameterization::ComputeTransformation | ( | const G4int | copyNo, |
G4VPhysicalVolume * | physVol | ||
) | const |
Definition at line 105 of file PHG4EtaPhiParameterization.cc.
|
inline |
Definition at line 40 of file PHG4EtaPhiParameterization.h.
Referenced by ComputeDimensions().
|
inline |
Definition at line 41 of file PHG4EtaPhiParameterization.h.
Referenced by ComputeDimensions().
|
virtual |
Definition at line 90 of file PHG4EtaPhiParameterization.cc.