Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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)
 

Detailed Description

Definition at line 35 of file G4ParticleHPDataPoint.hh.

Constructor & Destructor Documentation

G4ParticleHPDataPoint::G4ParticleHPDataPoint ( )
inline

Definition at line 39 of file G4ParticleHPDataPoint.hh.

39 {energy = 0; xSec = 0;}
G4ParticleHPDataPoint::G4ParticleHPDataPoint ( G4double  e,
G4double  x 
)
inline

Definition at line 40 of file G4ParticleHPDataPoint.hh.

40 { energy = e; xSec = x;}

Member Function Documentation

G4double G4ParticleHPDataPoint::GetEnergy ( ) const
inline

Definition at line 53 of file G4ParticleHPDataPoint.hh.

53 {return energy;}

Here is the caller graph for this function:

G4double G4ParticleHPDataPoint::GetX ( ) const
inline

Definition at line 59 of file G4ParticleHPDataPoint.hh.

59 {return energy;}

Here is the caller graph for this function:

G4double G4ParticleHPDataPoint::GetXsection ( ) const
inline

Definition at line 54 of file G4ParticleHPDataPoint.hh.

54 {return xSec;}

Here is the caller graph for this function:

G4double G4ParticleHPDataPoint::GetY ( ) const
inline

Definition at line 60 of file G4ParticleHPDataPoint.hh.

60 {return xSec;}

Here is the caller graph for this function:

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

Definition at line 42 of file G4ParticleHPDataPoint.hh.

43  {
44  if(&aSet!=this)
45  {
46  energy = aSet.GetEnergy();
47  xSec = aSet.GetXsection();
48  }
49  }
G4double GetXsection() const

Here is the call graph for this function:

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

Definition at line 65 of file G4ParticleHPDataPoint.hh.

65 {energy = e; xSec = x;}

Here is the caller graph for this function:

void G4ParticleHPDataPoint::SetEnergy ( G4double  e)
inline

Definition at line 56 of file G4ParticleHPDataPoint.hh.

56 {energy = e;}
void G4ParticleHPDataPoint::SetX ( G4double  e)
inline

Definition at line 62 of file G4ParticleHPDataPoint.hh.

62 {energy = e;}

Here is the caller graph for this function:

void G4ParticleHPDataPoint::SetXsection ( G4double  x)
inline

Definition at line 57 of file G4ParticleHPDataPoint.hh.

57 {xSec = x;}
void G4ParticleHPDataPoint::SetY ( G4double  x)
inline

Definition at line 63 of file G4ParticleHPDataPoint.hh.

63 {xSec = x;}

Here is the caller graph for this function:


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