EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_coresoftware/blob/master/simulation/g4simulation/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) | |
~PHG4EtaPhiParameterization () override | |
virtual void | Print (std::ostream &os=std::cout) const |
void | ComputeTransformation (const G4int copyNo, G4VPhysicalVolume *physVol) const override |
void | ComputeDimensions (G4Tubs &ring, const G4int copyNo, const G4VPhysicalVolume *physVol) const override |
int | GetIEta (int copyNo) const |
int | GetIPhi (int copyNo) const |
Private Attributes | |
unsigned int | _neta |
double | _minEta |
double | _maxEta |
unsigned int | _nphi |
double | _startPhi |
double | _deltaPhi |
double | _radiusIn |
double | _radiusOut |
double | _centerZ |
std::vector< double > | _zpos |
std::vector< double > | _zhalf |
std::vector< double > | _phi0 |
std::vector< double > | _phi1 |
std::vector< int > | _ieta |
std::vector< int > | _iphi |
Definition at line 18 of file PHG4EtaPhiParameterization.h.
View newest version in sPHENIX GitHub at line 18 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 14 of file PHG4EtaPhiParameterization.cc.
View newest version in sPHENIX GitHub at line 14 of file PHG4EtaPhiParameterization.cc
References _centerZ, _deltaPhi, _ieta, _iphi, _maxEta, _minEta, _neta, _nphi, _phi0, _phi1, _radiusIn, _radiusOut, _startPhi, _zhalf, _zpos, and exit().
|
override |
Definition at line 89 of file PHG4EtaPhiParameterization.cc.
View newest version in sPHENIX GitHub at line 89 of file PHG4EtaPhiParameterization.cc
|
override |
Definition at line 117 of file PHG4EtaPhiParameterization.cc.
View newest version in sPHENIX GitHub at line 117 of file PHG4EtaPhiParameterization.cc
References _phi0, _phi1, _radiusIn, _radiusOut, _zhalf, GetIEta(), GetIPhi(), and phi.
|
override |
Definition at line 109 of file PHG4EtaPhiParameterization.cc.
View newest version in sPHENIX GitHub at line 109 of file PHG4EtaPhiParameterization.cc
References _nphi, _zpos, and Acts::Test::origin().
|
inline |
Definition at line 44 of file PHG4EtaPhiParameterization.h.
View newest version in sPHENIX GitHub at line 44 of file PHG4EtaPhiParameterization.h
References _ieta.
Referenced by ComputeDimensions().
|
inline |
Definition at line 45 of file PHG4EtaPhiParameterization.h.
View newest version in sPHENIX GitHub at line 45 of file PHG4EtaPhiParameterization.h
References _iphi.
Referenced by ComputeDimensions().
|
virtual |
Definition at line 95 of file PHG4EtaPhiParameterization.cc.
View newest version in sPHENIX GitHub at line 95 of file PHG4EtaPhiParameterization.cc
|
private |
Definition at line 71 of file PHG4EtaPhiParameterization.h.
View newest version in sPHENIX GitHub at line 71 of file PHG4EtaPhiParameterization.h
Referenced by PHG4EtaPhiParameterization().
|
private |
Definition at line 68 of file PHG4EtaPhiParameterization.h.
View newest version in sPHENIX GitHub at line 68 of file PHG4EtaPhiParameterization.h
Referenced by PHG4EtaPhiParameterization().
|
private |
Definition at line 76 of file PHG4EtaPhiParameterization.h.
View newest version in sPHENIX GitHub at line 76 of file PHG4EtaPhiParameterization.h
Referenced by GetIEta(), and PHG4EtaPhiParameterization().
|
private |
Definition at line 77 of file PHG4EtaPhiParameterization.h.
View newest version in sPHENIX GitHub at line 77 of file PHG4EtaPhiParameterization.h
Referenced by GetIPhi(), and PHG4EtaPhiParameterization().
|
private |
Definition at line 65 of file PHG4EtaPhiParameterization.h.
View newest version in sPHENIX GitHub at line 65 of file PHG4EtaPhiParameterization.h
Referenced by PHG4EtaPhiParameterization().
|
private |
Definition at line 64 of file PHG4EtaPhiParameterization.h.
View newest version in sPHENIX GitHub at line 64 of file PHG4EtaPhiParameterization.h
Referenced by PHG4EtaPhiParameterization().
|
private |
Definition at line 63 of file PHG4EtaPhiParameterization.h.
View newest version in sPHENIX GitHub at line 63 of file PHG4EtaPhiParameterization.h
Referenced by PHG4EtaPhiParameterization(), and Print().
|
private |
Definition at line 66 of file PHG4EtaPhiParameterization.h.
View newest version in sPHENIX GitHub at line 66 of file PHG4EtaPhiParameterization.h
Referenced by ComputeTransformation(), PHG4EtaPhiParameterization(), and Print().
|
private |
Definition at line 74 of file PHG4EtaPhiParameterization.h.
View newest version in sPHENIX GitHub at line 74 of file PHG4EtaPhiParameterization.h
Referenced by ComputeDimensions(), PHG4EtaPhiParameterization(), and Print().
|
private |
Definition at line 75 of file PHG4EtaPhiParameterization.h.
View newest version in sPHENIX GitHub at line 75 of file PHG4EtaPhiParameterization.h
Referenced by ComputeDimensions(), and PHG4EtaPhiParameterization().
|
private |
Definition at line 69 of file PHG4EtaPhiParameterization.h.
View newest version in sPHENIX GitHub at line 69 of file PHG4EtaPhiParameterization.h
Referenced by ComputeDimensions(), and PHG4EtaPhiParameterization().
|
private |
Definition at line 70 of file PHG4EtaPhiParameterization.h.
View newest version in sPHENIX GitHub at line 70 of file PHG4EtaPhiParameterization.h
Referenced by ComputeDimensions(), and PHG4EtaPhiParameterization().
|
private |
Definition at line 67 of file PHG4EtaPhiParameterization.h.
View newest version in sPHENIX GitHub at line 67 of file PHG4EtaPhiParameterization.h
Referenced by PHG4EtaPhiParameterization().
|
private |
Definition at line 73 of file PHG4EtaPhiParameterization.h.
View newest version in sPHENIX GitHub at line 73 of file PHG4EtaPhiParameterization.h
Referenced by ComputeDimensions(), and PHG4EtaPhiParameterization().
|
private |
Definition at line 72 of file PHG4EtaPhiParameterization.h.
View newest version in sPHENIX GitHub at line 72 of file PHG4EtaPhiParameterization.h
Referenced by ComputeTransformation(), PHG4EtaPhiParameterization(), and Print().