ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
G4ParticleHPFieldPoint () | |
G4ParticleHPFieldPoint (G4int n) | |
void | operator= (const G4ParticleHPFieldPoint &aSet) |
~G4ParticleHPFieldPoint () | |
void | InitY (G4int n) |
G4int | GetDepth () const |
G4double | GetX () const |
G4double | GetY (G4int i) const |
void | SetX (G4double e) |
void | SetY (G4int i, G4double x) |
void | SetData (G4double e, G4int i, G4double x) |
Private Attributes | |
G4double | X |
G4double * | Y |
G4int | nP |
Definition at line 34 of file G4ParticleHPFieldPoint.hh.
View newest version in sPHENIX GitHub at line 34 of file G4ParticleHPFieldPoint.hh
|
inline |
Definition at line 38 of file G4ParticleHPFieldPoint.hh.
View newest version in sPHENIX GitHub at line 38 of file G4ParticleHPFieldPoint.hh
G4ParticleHPFieldPoint::G4ParticleHPFieldPoint | ( | G4int | n | ) |
Definition at line 35 of file G4ParticleHPFieldPoint.cc.
View newest version in sPHENIX GitHub at line 35 of file G4ParticleHPFieldPoint.cc
G4ParticleHPFieldPoint::~G4ParticleHPFieldPoint | ( | ) |
Definition at line 54 of file G4ParticleHPFieldPoint.cc.
View newest version in sPHENIX GitHub at line 54 of file G4ParticleHPFieldPoint.cc
References Y.
|
inline |
Definition at line 53 of file G4ParticleHPFieldPoint.hh.
View newest version in sPHENIX GitHub at line 53 of file G4ParticleHPFieldPoint.hh
References nP.
Referenced by G4ParticleHPField::Dump(), and operator=().
|
inline |
Definition at line 54 of file G4ParticleHPFieldPoint.hh.
View newest version in sPHENIX GitHub at line 54 of file G4ParticleHPFieldPoint.hh
References X.
Referenced by G4ParticleHPField::Dump(), G4ParticleHPField::GetEnergy(), G4ParticleHPField::GetX(), G4ParticleHPField::GetY(), and operator=().
Definition at line 55 of file G4ParticleHPFieldPoint.hh.
View newest version in sPHENIX GitHub at line 55 of file G4ParticleHPFieldPoint.hh
References Y.
Referenced by G4ParticleHPField::Dump(), G4ParticleHPField::GetY(), and operator=().
Definition at line 59 of file G4ParticleHPFieldPoint.cc.
View newest version in sPHENIX GitHub at line 59 of file G4ParticleHPFieldPoint.cc
Referenced by G4ParticleHPField::InitY().
void G4ParticleHPFieldPoint::operator= | ( | const G4ParticleHPFieldPoint & | aSet | ) |
Definition at line 43 of file G4ParticleHPFieldPoint.cc.
View newest version in sPHENIX GitHub at line 43 of file G4ParticleHPFieldPoint.cc
References GetDepth(), GetX(), GetY(), X, and Y.
Definition at line 60 of file G4ParticleHPFieldPoint.hh.
View newest version in sPHENIX GitHub at line 60 of file G4ParticleHPFieldPoint.hh
Referenced by G4ParticleHPField::G4ParticleHPField(), and G4ParticleHPField::SetData().
Definition at line 57 of file G4ParticleHPFieldPoint.hh.
View newest version in sPHENIX GitHub at line 57 of file G4ParticleHPFieldPoint.hh
Referenced by G4ParticleHPField::SetEnergy(), and G4ParticleHPField::SetX().
Definition at line 58 of file G4ParticleHPFieldPoint.hh.
View newest version in sPHENIX GitHub at line 58 of file G4ParticleHPFieldPoint.hh
Referenced by G4ParticleHPField::SetY().
|
private |
Definition at line 66 of file G4ParticleHPFieldPoint.hh.
View newest version in sPHENIX GitHub at line 66 of file G4ParticleHPFieldPoint.hh
Referenced by G4ParticleHPFieldPoint(), GetDepth(), and InitY().
|
private |
Definition at line 64 of file G4ParticleHPFieldPoint.hh.
View newest version in sPHENIX GitHub at line 64 of file G4ParticleHPFieldPoint.hh
Referenced by G4ParticleHPFieldPoint(), GetX(), InitY(), operator=(), SetData(), and SetX().
|
private |
Definition at line 65 of file G4ParticleHPFieldPoint.hh.
View newest version in sPHENIX GitHub at line 65 of file G4ParticleHPFieldPoint.hh
Referenced by G4ParticleHPFieldPoint(), GetY(), InitY(), operator=(), SetData(), SetY(), and ~G4ParticleHPFieldPoint().