Geant4
10.02.p02
|
#include <G4ParticleHPField.hh>
Public Member Functions | |
G4ParticleHPField () | |
~G4ParticleHPField () | |
void | InitY (G4int i, G4int n) |
void | SetData (G4int i, G4double x, G4int j, G4double y) |
void | SetEnergy (G4int i, G4double e) |
void | SetX (G4int i, G4double e) |
void | SetY (G4int i, G4int j, G4double x) |
G4double | GetEnergy (G4int i) |
G4double | GetX (G4int i) |
G4double | GetY (G4int i, G4int j) |
G4ParticleHPFieldPoint & | GetPoint (G4int i) |
G4double | GetY (G4double e, G4int j) |
G4int | GetFieldLength () |
void | Dump () |
Private Member Functions | |
void | Check (G4int i) |
Private Attributes | |
G4ParticleHPFieldPoint * | theData |
G4int | nEntries |
G4int | nPoints |
Definition at line 35 of file G4ParticleHPField.hh.
G4ParticleHPField::G4ParticleHPField | ( | ) |
Definition at line 37 of file G4ParticleHPField.cc.
References nEntries, nPoints, G4ParticleHPFieldPoint::SetData(), and theData.
G4ParticleHPField::~G4ParticleHPField | ( | ) |
Definition at line 45 of file G4ParticleHPField.cc.
References theData.
|
private |
Definition at line 104 of file G4ParticleHPField.cc.
References nEntries, nPoints, and theData.
Referenced by InitY(), SetData(), SetEnergy(), SetX(), and SetY().
void G4ParticleHPField::Dump | ( | ) |
Definition at line 90 of file G4ParticleHPField.cc.
References G4cout, G4endl, G4ParticleHPFieldPoint::GetDepth(), G4ParticleHPFieldPoint::GetX(), G4ParticleHPFieldPoint::GetY(), nEntries, and theData.
Definition at line 68 of file G4ParticleHPField.hh.
References G4ParticleHPFieldPoint::GetX(), and theData.
|
inline |
Definition at line 75 of file G4ParticleHPField.hh.
References nEntries.
|
inline |
Definition at line 71 of file G4ParticleHPField.hh.
References theData.
Definition at line 69 of file G4ParticleHPField.hh.
References G4ParticleHPFieldPoint::GetX(), and theData.
Referenced by GetY().
Definition at line 70 of file G4ParticleHPField.hh.
References G4ParticleHPFieldPoint::GetY(), and theData.
Definition at line 47 of file G4ParticleHPField.cc.
References G4ParticleHPFieldPoint::GetX(), GetX(), G4ParticleHPFieldPoint::GetY(), nEntries, theData, and x.
Definition at line 43 of file G4ParticleHPField.hh.
References Check(), G4ParticleHPFieldPoint::InitY(), and theData.
Definition at line 48 of file G4ParticleHPField.hh.
References Check(), G4ParticleHPFieldPoint::SetData(), and theData.
Definition at line 53 of file G4ParticleHPField.hh.
References Check(), G4ParticleHPFieldPoint::SetX(), and theData.
Definition at line 58 of file G4ParticleHPField.hh.
References Check(), G4ParticleHPFieldPoint::SetX(), and theData.
Definition at line 63 of file G4ParticleHPField.hh.
References Check(), G4ParticleHPFieldPoint::SetY(), and theData.
|
private |
Definition at line 84 of file G4ParticleHPField.hh.
Referenced by Check(), Dump(), G4ParticleHPField(), GetFieldLength(), and GetY().
|
private |
Definition at line 85 of file G4ParticleHPField.hh.
Referenced by Check(), and G4ParticleHPField().
|
private |
Definition at line 83 of file G4ParticleHPField.hh.
Referenced by Check(), Dump(), G4ParticleHPField(), GetEnergy(), GetPoint(), GetX(), GetY(), InitY(), SetData(), SetEnergy(), SetX(), SetY(), and ~G4ParticleHPField().