Geant4  10.02
G4ParticleHPDataPoint Class Reference

#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
 

Detailed Description

Definition at line 35 of file G4ParticleHPDataPoint.hh.

Constructor & Destructor Documentation

G4ParticleHPDataPoint::G4ParticleHPDataPoint ( )
inline

Definition at line 39 of file G4ParticleHPDataPoint.hh.

References energy, and xSec.

G4ParticleHPDataPoint::G4ParticleHPDataPoint ( G4double  e,
G4double  x 
)
inline

Definition at line 40 of file G4ParticleHPDataPoint.hh.

References energy, x, and xSec.

Member Function Documentation

G4double G4ParticleHPDataPoint::GetEnergy ( ) const
inline

Definition at line 53 of file G4ParticleHPDataPoint.hh.

References energy.

Referenced by operator=().

+ Here is the caller graph for this function:

G4double G4ParticleHPDataPoint::GetXsection ( ) const
inline

Definition at line 54 of file G4ParticleHPDataPoint.hh.

References xSec.

Referenced by operator=().

+ Here is the caller graph for this function:

G4double G4ParticleHPDataPoint::GetY ( ) const
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:

void G4ParticleHPDataPoint::operator= ( const G4ParticleHPDataPoint aSet)
inline

Definition at line 42 of file G4ParticleHPDataPoint.hh.

References energy, GetEnergy(), GetXsection(), and xSec.

+ Here is the call graph for this function:

void G4ParticleHPDataPoint::SetData ( G4double  e,
G4double  x 
)
inline

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:

void G4ParticleHPDataPoint::SetEnergy ( G4double  e)
inline

Definition at line 56 of file G4ParticleHPDataPoint.hh.

References energy.

void G4ParticleHPDataPoint::SetX ( G4double  e)
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:

void G4ParticleHPDataPoint::SetXsection ( G4double  x)
inline

Definition at line 57 of file G4ParticleHPDataPoint.hh.

References x, and xSec.

void G4ParticleHPDataPoint::SetY ( G4double  x)
inline

Definition at line 63 of file G4ParticleHPDataPoint.hh.

References x, and xSec.

Referenced by G4ParticleHPVector::SetXsec(), G4ParticleHPVector::SetY(), and G4ParticleHPVector::Times().

+ Here is the caller graph for this function:

Member Data Documentation

G4double G4ParticleHPDataPoint::energy
private
G4double G4ParticleHPDataPoint::xSec
private

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