| 
    Geant4
    10.02
    
   | 
 
#include <G4ParticleHPField.hh>
 Collaboration diagram for G4ParticleHPField: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.
 Here is the call graph for this function:| 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().
 Here is the caller graph for this function:| void G4ParticleHPField::Dump | ( | ) | 
Definition at line 90 of file G4ParticleHPField.cc.
References G4cout, G4endl, G4ParticleHPFieldPoint::GetDepth(), G4ParticleHPFieldPoint::GetX(), G4ParticleHPFieldPoint::GetY(), nEntries, and theData.
 Here is the call graph for this function:Definition at line 68 of file G4ParticleHPField.hh.
References G4ParticleHPFieldPoint::GetX(), and theData.
 Here is the call graph for this function:
      
  | 
  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().
 Here is the call graph for this function:
 Here is the caller graph for this function:Definition at line 70 of file G4ParticleHPField.hh.
References G4ParticleHPFieldPoint::GetY(), and theData.
 Here is the call graph for this function:Definition at line 47 of file G4ParticleHPField.cc.
References G4ParticleHPFieldPoint::GetX(), GetX(), G4ParticleHPFieldPoint::GetY(), nEntries, theData, and x.
 Here is the call graph for this function:Definition at line 43 of file G4ParticleHPField.hh.
References Check(), G4ParticleHPFieldPoint::InitY(), and theData.
 Here is the call graph for this function:Definition at line 48 of file G4ParticleHPField.hh.
References Check(), G4ParticleHPFieldPoint::SetData(), and theData.
 Here is the call graph for this function:Definition at line 53 of file G4ParticleHPField.hh.
References Check(), G4ParticleHPFieldPoint::SetX(), and theData.
 Here is the call graph for this function:Definition at line 58 of file G4ParticleHPField.hh.
References Check(), G4ParticleHPFieldPoint::SetX(), and theData.
 Here is the call graph for this function:Definition at line 63 of file G4ParticleHPField.hh.
References Check(), G4ParticleHPFieldPoint::SetY(), and theData.
 Here is the call graph for this function:
      
  | 
  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().