Geant4  10.02.p03
G4ParticleHPDataPoint Class Reference

#include <G4ParticleHPDataPoint.hh>

Collaboration diagram for G4ParticleHPDataPoint:

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() [1/2]

G4ParticleHPDataPoint::G4ParticleHPDataPoint ( )
inline

Definition at line 39 of file G4ParticleHPDataPoint.hh.

◆ G4ParticleHPDataPoint() [2/2]

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

Member Function Documentation

◆ GetEnergy()

G4double G4ParticleHPDataPoint::GetEnergy ( ) const
inline

Definition at line 53 of file G4ParticleHPDataPoint.hh.

53 {return energy;}
Here is the caller graph for this function:

◆ GetX()

G4double G4ParticleHPDataPoint::GetX ( ) const
inline

Definition at line 59 of file G4ParticleHPDataPoint.hh.

59 {return energy;}
Here is the caller graph for this function:

◆ GetXsection()

G4double G4ParticleHPDataPoint::GetXsection ( ) const
inline

Definition at line 54 of file G4ParticleHPDataPoint.hh.

54 {return xSec;}
Here is the caller graph for this function:

◆ GetY()

G4double G4ParticleHPDataPoint::GetY ( ) const
inline

Definition at line 60 of file G4ParticleHPDataPoint.hh.

60 {return xSec;}
Here is the caller graph for this function:

◆ operator=()

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  }
Here is the call graph for this function:

◆ SetData()

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

Definition at line 65 of file G4ParticleHPDataPoint.hh.

Here is the caller graph for this function:

◆ SetEnergy()

void G4ParticleHPDataPoint::SetEnergy ( G4double  e)
inline

Definition at line 56 of file G4ParticleHPDataPoint.hh.

◆ SetX()

void G4ParticleHPDataPoint::SetX ( G4double  e)
inline

Definition at line 62 of file G4ParticleHPDataPoint.hh.

Here is the caller graph for this function:

◆ SetXsection()

void G4ParticleHPDataPoint::SetXsection ( G4double  x)
inline

Definition at line 57 of file G4ParticleHPDataPoint.hh.

◆ SetY()

void G4ParticleHPDataPoint::SetY ( G4double  x)
inline

Definition at line 63 of file G4ParticleHPDataPoint.hh.

Here is the caller graph for this function:

Member Data Documentation

◆ energy

G4double G4ParticleHPDataPoint::energy
private

Definition at line 69 of file G4ParticleHPDataPoint.hh.

◆ xSec

G4double G4ParticleHPDataPoint::xSec
private

Definition at line 70 of file G4ParticleHPDataPoint.hh.


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