#include <G4ParticleHPField.hh>
 | 
|   | 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 () | 
|   | 
Definition at line 35 of file G4ParticleHPField.hh.
 
◆ G4ParticleHPField()
      
        
          | G4ParticleHPField::G4ParticleHPField  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 37 of file G4ParticleHPField.cc.
void SetData(G4double e, G4int i, G4double x)
 
G4ParticleHPFieldPoint * theData
 
 
 
 
◆ ~G4ParticleHPField()
      
        
          | G4ParticleHPField::~G4ParticleHPField  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ Check()
  
  
      
        
          | void G4ParticleHPField::Check  | 
          ( | 
          G4int  | 
          i | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ Dump()
      
        
          | void G4ParticleHPField::Dump  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 90 of file G4ParticleHPField.cc.
G4double GetY(G4int i) const
 
G4GLOB_DLL std::ostream G4cout
 
G4ParticleHPFieldPoint * theData
 
 
 
 
◆ GetEnergy()
◆ GetFieldLength()
  
  
      
        
          | G4int G4ParticleHPField::GetFieldLength  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetPoint()
◆ GetX()
◆ GetY() [1/2]
Definition at line 70 of file G4ParticleHPField.hh.
G4double GetY(G4int i) const
 
G4ParticleHPFieldPoint * theData
 
 
 
 
◆ GetY() [2/2]
Definition at line 47 of file G4ParticleHPField.cc.
   72       for (
G4int jj=0; jj<10; jj++)
    86     y = x*(y2-
y1)/(x2-x1);
    87     return y += y2-x2*(y2-
y1)/(x2-x1);
 
G4double GetY(G4int i) const
 
G4ParticleHPFieldPoint * theData
 
 
 
 
◆ InitY()
  
  
      
        
          | void G4ParticleHPField::InitY  | 
          ( | 
          G4int  | 
          i,  | 
         
        
           | 
           | 
          G4int  | 
          n  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetData()
Definition at line 48 of file G4ParticleHPField.hh.
void SetData(G4double e, G4int i, G4double x)
 
G4ParticleHPFieldPoint * theData
 
 
 
 
◆ SetEnergy()
◆ SetX()
◆ SetY()
Definition at line 63 of file G4ParticleHPField.hh.
G4ParticleHPFieldPoint * theData
 
void SetY(G4int i, G4double x)
 
 
 
 
◆ nEntries
  
  
      
        
          | G4int G4ParticleHPField::nEntries | 
         
       
   | 
  
private   | 
  
 
 
◆ nPoints
  
  
      
        
          | G4int G4ParticleHPField::nPoints | 
         
       
   | 
  
private   | 
  
 
 
◆ theData
The documentation for this class was generated from the following files: