Geant4  10.00.p02
G4NeutronHPField Class Reference

#include <G4NeutronHPField.hh>

+ Collaboration diagram for G4NeutronHPField:

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)
 
G4NeutronHPFieldPointGetPoint (G4int i)
 
G4double GetY (G4double e, G4int j)
 
G4int GetFieldLength ()
 
void Dump ()
 

Private Member Functions

void Check (G4int i)
 

Private Attributes

G4NeutronHPFieldPointtheData
 
G4int nEntries
 
G4int nPoints
 

Detailed Description

Definition at line 34 of file G4NeutronHPField.hh.

Constructor & Destructor Documentation

G4NeutronHPField::G4NeutronHPField ( )

Definition at line 35 of file G4NeutronHPField.cc.

References nEntries, nPoints, G4NeutronHPFieldPoint::SetData(), and theData.

+ Here is the call graph for this function:

G4NeutronHPField::~G4NeutronHPField ( )

Definition at line 43 of file G4NeutronHPField.cc.

References theData.

Member Function Documentation

void G4NeutronHPField::Check ( G4int  i)
private

Definition at line 102 of file G4NeutronHPField.cc.

References nEntries, nPoints, and theData.

Referenced by InitY(), SetData(), SetEnergy(), SetX(), and SetY().

+ Here is the caller graph for this function:

void G4NeutronHPField::Dump ( )

Definition at line 88 of file G4NeutronHPField.cc.

References G4cout, G4endl, G4NeutronHPFieldPoint::GetDepth(), G4NeutronHPFieldPoint::GetX(), G4NeutronHPFieldPoint::GetY(), nEntries, and theData.

+ Here is the call graph for this function:

G4double G4NeutronHPField::GetEnergy ( G4int  i)
inline

Definition at line 67 of file G4NeutronHPField.hh.

References G4NeutronHPFieldPoint::GetX(), and theData.

+ Here is the call graph for this function:

G4int G4NeutronHPField::GetFieldLength ( )
inline

Definition at line 74 of file G4NeutronHPField.hh.

References nEntries.

G4NeutronHPFieldPoint& G4NeutronHPField::GetPoint ( G4int  i)
inline

Definition at line 70 of file G4NeutronHPField.hh.

References theData.

G4double G4NeutronHPField::GetX ( G4int  i)
inline

Definition at line 68 of file G4NeutronHPField.hh.

References G4NeutronHPFieldPoint::GetX(), and theData.

Referenced by GetY().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4NeutronHPField::GetY ( G4int  i,
G4int  j 
)
inline

Definition at line 69 of file G4NeutronHPField.hh.

References G4NeutronHPFieldPoint::GetY(), and theData.

+ Here is the call graph for this function:

G4double G4NeutronHPField::GetY ( G4double  e,
G4int  j 
)

Definition at line 45 of file G4NeutronHPField.cc.

References G4NeutronHPFieldPoint::GetX(), GetX(), G4NeutronHPFieldPoint::GetY(), nEntries, and theData.

+ Here is the call graph for this function:

void G4NeutronHPField::InitY ( G4int  i,
G4int  n 
)
inline

Definition at line 42 of file G4NeutronHPField.hh.

References Check(), G4NeutronHPFieldPoint::InitY(), and theData.

+ Here is the call graph for this function:

void G4NeutronHPField::SetData ( G4int  i,
G4double  x,
G4int  j,
G4double  y 
)
inline

Definition at line 47 of file G4NeutronHPField.hh.

References Check(), G4NeutronHPFieldPoint::SetData(), and theData.

+ Here is the call graph for this function:

void G4NeutronHPField::SetEnergy ( G4int  i,
G4double  e 
)
inline

Definition at line 52 of file G4NeutronHPField.hh.

References Check(), G4NeutronHPFieldPoint::SetX(), and theData.

+ Here is the call graph for this function:

void G4NeutronHPField::SetX ( G4int  i,
G4double  e 
)
inline

Definition at line 57 of file G4NeutronHPField.hh.

References Check(), G4NeutronHPFieldPoint::SetX(), and theData.

+ Here is the call graph for this function:

void G4NeutronHPField::SetY ( G4int  i,
G4int  j,
G4double  x 
)
inline

Definition at line 62 of file G4NeutronHPField.hh.

References Check(), G4NeutronHPFieldPoint::SetY(), and theData.

+ Here is the call graph for this function:

Member Data Documentation

G4int G4NeutronHPField::nEntries
private

Definition at line 83 of file G4NeutronHPField.hh.

Referenced by Check(), Dump(), G4NeutronHPField(), GetFieldLength(), and GetY().

G4int G4NeutronHPField::nPoints
private

Definition at line 84 of file G4NeutronHPField.hh.

Referenced by Check(), and G4NeutronHPField().

G4NeutronHPFieldPoint* G4NeutronHPField::theData
private

The documentation for this class was generated from the following files: