| 
    Geant4
    10.01.p01
    
   | 
 
#include <G4ParticleHPList.hh>
Public Member Functions | |
| G4ParticleHPList () | |
| ~G4ParticleHPList () | |
| void | SetValue (G4int i, G4double y) | 
| G4double | GetValue (G4int i) | 
| G4int | GetListLength () | 
| void | Dump () | 
| void | Init (std::istream &aDataFile, G4int nPar, G4double unit=1.) | 
| void | Init (std::istream &aDataFile, G4double unit=1.) | 
| void | SetLabel (G4double aLabel) | 
| G4double | GetLabel () | 
Private Member Functions | |
| void | Check (G4int i) | 
Private Attributes | |
| G4double | theLabel | 
| G4double * | theData | 
| G4int | nEntries | 
| G4int | nPoints | 
Definition at line 36 of file G4ParticleHPList.hh.
      
  | 
  inline | 
Definition at line 40 of file G4ParticleHPList.hh.
      
  | 
  inline | 
Definition at line 47 of file G4ParticleHPList.hh.
References theData.
      
  | 
  private | 
Definition at line 36 of file G4ParticleHPList.cc.
References nEntries, nPoints, and theData.
Referenced by SetValue().
 Here is the caller graph for this function:| void G4ParticleHPList::Dump | ( | ) | 
Definition at line 92 of file G4ParticleHPList.cc.
References G4cout, G4endl, theData, and theLabel.
Referenced by G4ParticleHPContAngularPar::Dump().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 69 of file G4ParticleHPList.hh.
References theLabel.
Referenced by G4ParticleHPContAngularPar::BuildByInterpolation(), G4ParticleHPContAngularPar::PrepareTableInterpolation(), and G4ParticleHPContAngularPar::Sample().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 59 of file G4ParticleHPList.hh.
References nEntries.
Referenced by GetValue().
 Here is the caller graph for this function:Definition at line 77 of file G4ParticleHPList.cc.
References GetListLength(), nEntries, and theData.
Referenced by G4ParticleHPContAngularPar::BuildByInterpolation(), G4ParticleHPParticleYield::GetDecayConstant(), and G4ParticleHPContAngularPar::Sample().
 Here is the call graph for this function:
 Here is the caller graph for this function:Definition at line 54 of file G4ParticleHPList.cc.
References SetValue().
Referenced by G4ParticleHPContAngularPar::Init(), and G4ParticleHPParticleYield::InitDelayed().
 Here is the call graph for this function:
 Here is the caller graph for this function:| void G4ParticleHPList::Init | ( | std::istream & | aDataFile, | 
| G4double | unit = 1.  | 
        ||
| ) | 
Definition at line 65 of file G4ParticleHPList.cc.
References SetValue(), and G4INCL::CrossSections::total().
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 67 of file G4ParticleHPList.hh.
References theLabel.
Referenced by G4ParticleHPContAngularPar::BuildByInterpolation(), and G4ParticleHPContAngularPar::Init().
 Here is the caller graph for this function:Definition at line 52 of file G4ParticleHPList.hh.
References Check(), and theData.
Referenced by G4ParticleHPContAngularPar::BuildByInterpolation(), and Init().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 78 of file G4ParticleHPList.hh.
Referenced by Check(), G4ParticleHPList(), GetListLength(), and GetValue().
      
  | 
  private | 
Definition at line 79 of file G4ParticleHPList.hh.
Referenced by Check(), and G4ParticleHPList().
      
  | 
  private | 
Definition at line 77 of file G4ParticleHPList.hh.
Referenced by Check(), Dump(), G4ParticleHPList(), GetValue(), SetValue(), and ~G4ParticleHPList().
      
  | 
  private | 
Definition at line 75 of file G4ParticleHPList.hh.
Referenced by Dump(), GetLabel(), and SetLabel().