#include <G4NeutronHPDataPoint.hh>
Public Member Functions | |
G4NeutronHPDataPoint () | |
G4NeutronHPDataPoint (G4double e, G4double x) | |
void | operator= (const G4NeutronHPDataPoint &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) |
Definition at line 34 of file G4NeutronHPDataPoint.hh.
G4NeutronHPDataPoint::G4NeutronHPDataPoint | ( | ) | [inline] |
G4double G4NeutronHPDataPoint::GetEnergy | ( | ) | const [inline] |
G4double G4NeutronHPDataPoint::GetX | ( | ) | const [inline] |
Definition at line 58 of file G4NeutronHPDataPoint.hh.
Referenced by G4NeutronHPVector::Get15percentBorder(), G4NeutronHPVector::Get50percentBorder(), G4NeutronHPVector::GetEnergy(), G4NeutronHPVector::GetMeanX(), G4NeutronHPVector::GetX(), G4NeutronHPVector::GetXsec(), G4NeutronHPVector::Integrate(), G4NeutronHPVector::IntegrateAndNormalise(), G4NeutronHPVector::Sample(), G4NeutronHPVector::SampleLin(), G4NeutronHPVector::SetPoint(), and G4NeutronHPVector::ThinOut().
G4double G4NeutronHPDataPoint::GetXsection | ( | ) | const [inline] |
G4double G4NeutronHPDataPoint::GetY | ( | ) | const [inline] |
Definition at line 59 of file G4NeutronHPDataPoint.hh.
Referenced by G4NeutronHPVector::Dump(), G4NeutronHPVector::GetMeanX(), G4NeutronHPVector::GetXsec(), G4NeutronHPVector::GetY(), G4NeutronHPVector::Integrate(), G4NeutronHPVector::IntegrateAndNormalise(), G4NeutronHPVector::Sample(), G4NeutronHPVector::SetPoint(), and G4NeutronHPVector::ThinOut().
void G4NeutronHPDataPoint::operator= | ( | const G4NeutronHPDataPoint & | aSet | ) | [inline] |
Definition at line 41 of file G4NeutronHPDataPoint.hh.
References GetEnergy(), and GetXsection().
00042 { 00043 if(&aSet!=this) 00044 { 00045 energy = aSet.GetEnergy(); 00046 xSec = aSet.GetXsection(); 00047 } 00048 }
Definition at line 64 of file G4NeutronHPDataPoint.hh.
Referenced by G4NeutronHPVector::SetData(), and G4NeutronHPHash::SetData().
void G4NeutronHPDataPoint::SetEnergy | ( | G4double | e | ) | [inline] |
void G4NeutronHPDataPoint::SetX | ( | G4double | e | ) | [inline] |
Definition at line 61 of file G4NeutronHPDataPoint.hh.
Referenced by G4NeutronHPVector::SetEnergy(), and G4NeutronHPVector::SetX().
void G4NeutronHPDataPoint::SetXsection | ( | G4double | x | ) | [inline] |
void G4NeutronHPDataPoint::SetY | ( | G4double | x | ) | [inline] |
Definition at line 62 of file G4NeutronHPDataPoint.hh.
Referenced by G4NeutronHPVector::SetXsec(), and G4NeutronHPVector::SetY().