| 
    Geant4
    10.02.p01
    
   | 
 
#include <G4ParticleHPDataPoint.hh>
Public Member Functions | |
| G4ParticleHPDataPoint () | |
| G4ParticleHPDataPoint (G4double e, G4double x) | |
| void | operator= (const G4ParticleHPDataPoint &aSet) | 
| G4double | GetEnergy () const | 
| G4double | GetXsection () const | 
| void | SetEnergy (G4double e) | 
| void | SetXsection (G4double x) | 
| G4double | GetX () const | 
| G4double | GetY () const | 
| void | SetX (G4double e) | 
| void | SetY (G4double x) | 
| void | SetData (G4double e, G4double x) | 
Private Attributes | |
| G4double | energy | 
| G4double | xSec | 
Definition at line 35 of file G4ParticleHPDataPoint.hh.
      
  | 
  inline | 
Definition at line 39 of file G4ParticleHPDataPoint.hh.
Definition at line 40 of file G4ParticleHPDataPoint.hh.
      
  | 
  inline | 
Definition at line 53 of file G4ParticleHPDataPoint.hh.
References energy.
Referenced by operator=().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 59 of file G4ParticleHPDataPoint.hh.
References energy.
Referenced by G4ParticleHPVector::Dump(), G4ParticleHPVector::Get15percentBorder(), G4ParticleHPVector::Get50percentBorder(), G4ParticleHPVector::GetEnergy(), G4ParticleHPVector::GetMeanX(), G4ParticleHPVector::GetX(), G4ParticleHPVector::GetXsec(), G4ParticleHPVector::Integrate(), G4ParticleHPVector::IntegrateAndNormalise(), G4ParticleHPVector::Sample(), G4ParticleHPVector::SampleLin(), G4ParticleHPVector::SetPoint(), and G4ParticleHPVector::ThinOut().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 54 of file G4ParticleHPDataPoint.hh.
References xSec.
Referenced by operator=().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 60 of file G4ParticleHPDataPoint.hh.
References xSec.
Referenced by G4ParticleHPVector::Dump(), G4ParticleHPVector::GetMeanX(), G4ParticleHPVector::GetXsec(), G4ParticleHPVector::GetY(), G4ParticleHPVector::Integrate(), G4ParticleHPVector::IntegrateAndNormalise(), G4ParticleHPVector::Sample(), G4ParticleHPVector::SetPoint(), and G4ParticleHPVector::ThinOut().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 42 of file G4ParticleHPDataPoint.hh.
References energy, GetEnergy(), GetXsection(), and xSec.
 Here is the call graph for this function:Definition at line 65 of file G4ParticleHPDataPoint.hh.
References energy, x, and xSec.
Referenced by G4ParticleHPHash::SetData(), and G4ParticleHPVector::SetData().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 56 of file G4ParticleHPDataPoint.hh.
References energy.
      
  | 
  inline | 
Definition at line 62 of file G4ParticleHPDataPoint.hh.
References energy.
Referenced by G4ParticleHPVector::SetEnergy(), and G4ParticleHPVector::SetX().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 57 of file G4ParticleHPDataPoint.hh.
      
  | 
  inline | 
Definition at line 63 of file G4ParticleHPDataPoint.hh.
Referenced by G4ParticleHPVector::SetXsec(), G4ParticleHPVector::SetY(), and G4ParticleHPVector::Times().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 69 of file G4ParticleHPDataPoint.hh.
Referenced by G4ParticleHPDataPoint(), GetEnergy(), GetX(), operator=(), SetData(), SetEnergy(), and SetX().
      
  | 
  private | 
Definition at line 70 of file G4ParticleHPDataPoint.hh.
Referenced by G4ParticleHPDataPoint(), GetXsection(), GetY(), operator=(), SetData(), SetXsection(), and SetY().