Geant4
10.01.p03
|
#include <G4NeutronHPField.hh>
Public Member Functions | |
G4NeutronHPField () | |
~G4NeutronHPField () | |
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) |
G4NeutronHPFieldPoint & | GetPoint (G4int i) |
G4double | GetY (G4double e, G4int j) |
G4int | GetFieldLength () |
void | Dump () |
Private Member Functions | |
void | Check (G4int i) |
Private Attributes | |
G4NeutronHPFieldPoint * | theData |
G4int | nEntries |
G4int | nPoints |
Definition at line 34 of file G4NeutronHPField.hh.
G4NeutronHPField::G4NeutronHPField | ( | ) |
Definition at line 35 of file G4NeutronHPField.cc.
References nEntries, nPoints, G4NeutronHPFieldPoint::SetData(), and theData.
G4NeutronHPField::~G4NeutronHPField | ( | ) |
Definition at line 43 of file G4NeutronHPField.cc.
References theData.
|
private |
Definition at line 102 of file G4NeutronHPField.cc.
References nEntries, nPoints, and theData.
Referenced by InitY(), SetData(), SetEnergy(), SetX(), and SetY().
void G4NeutronHPField::Dump | ( | ) |
Definition at line 88 of file G4NeutronHPField.cc.
References G4cout, G4endl, G4NeutronHPFieldPoint::GetDepth(), G4NeutronHPFieldPoint::GetX(), G4NeutronHPFieldPoint::GetY(), nEntries, and theData.
Definition at line 67 of file G4NeutronHPField.hh.
References G4NeutronHPFieldPoint::GetX(), and theData.
|
inline |
Definition at line 74 of file G4NeutronHPField.hh.
References nEntries.
|
inline |
Definition at line 70 of file G4NeutronHPField.hh.
References theData.
Definition at line 68 of file G4NeutronHPField.hh.
References G4NeutronHPFieldPoint::GetX(), and theData.
Referenced by GetY().
Definition at line 69 of file G4NeutronHPField.hh.
References G4NeutronHPFieldPoint::GetY(), and theData.
Definition at line 45 of file G4NeutronHPField.cc.
References G4NeutronHPFieldPoint::GetX(), GetX(), G4NeutronHPFieldPoint::GetY(), nEntries, and theData.
Definition at line 42 of file G4NeutronHPField.hh.
References Check(), G4NeutronHPFieldPoint::InitY(), and theData.
Definition at line 47 of file G4NeutronHPField.hh.
References Check(), G4NeutronHPFieldPoint::SetData(), and theData.
Definition at line 52 of file G4NeutronHPField.hh.
References Check(), G4NeutronHPFieldPoint::SetX(), and theData.
Definition at line 57 of file G4NeutronHPField.hh.
References Check(), G4NeutronHPFieldPoint::SetX(), and theData.
Definition at line 62 of file G4NeutronHPField.hh.
References Check(), G4NeutronHPFieldPoint::SetY(), and theData.
|
private |
Definition at line 83 of file G4NeutronHPField.hh.
Referenced by Check(), Dump(), G4NeutronHPField(), GetFieldLength(), and GetY().
|
private |
Definition at line 84 of file G4NeutronHPField.hh.
Referenced by Check(), and G4NeutronHPField().
|
private |
Definition at line 82 of file G4NeutronHPField.hh.
Referenced by Check(), Dump(), G4NeutronHPField(), GetEnergy(), GetPoint(), GetX(), GetY(), InitY(), SetData(), SetEnergy(), SetX(), SetY(), and ~G4NeutronHPField().