Geant4
10.00.p01
|
#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) |
Private Attributes | |
G4double | energy |
G4double | xSec |
Definition at line 33 of file G4NeutronHPDataPoint.hh.
|
inline |
Definition at line 37 of file G4NeutronHPDataPoint.hh.
Definition at line 38 of file G4NeutronHPDataPoint.hh.
|
inline |
Definition at line 51 of file G4NeutronHPDataPoint.hh.
References energy.
Referenced by operator=().
|
inline |
Definition at line 57 of file G4NeutronHPDataPoint.hh.
References energy.
Referenced by G4NeutronHPVector::Dump(), 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().
|
inline |
Definition at line 52 of file G4NeutronHPDataPoint.hh.
References xSec.
Referenced by operator=().
|
inline |
Definition at line 58 of file G4NeutronHPDataPoint.hh.
References xSec.
Referenced by G4NeutronHPVector::Dump(), G4NeutronHPVector::GetMeanX(), G4NeutronHPVector::GetXsec(), G4NeutronHPVector::GetY(), G4NeutronHPVector::Integrate(), G4NeutronHPVector::IntegrateAndNormalise(), G4NeutronHPVector::Sample(), G4NeutronHPVector::SetPoint(), and G4NeutronHPVector::ThinOut().
|
inline |
Definition at line 40 of file G4NeutronHPDataPoint.hh.
References energy, GetEnergy(), GetXsection(), and xSec.
Definition at line 63 of file G4NeutronHPDataPoint.hh.
Referenced by G4NeutronHPVector::SetData(), and G4NeutronHPHash::SetData().
|
inline |
Definition at line 54 of file G4NeutronHPDataPoint.hh.
References energy.
|
inline |
Definition at line 60 of file G4NeutronHPDataPoint.hh.
References energy.
Referenced by G4NeutronHPVector::SetEnergy(), and G4NeutronHPVector::SetX().
|
inline |
Definition at line 55 of file G4NeutronHPDataPoint.hh.
References xSec.
|
inline |
Definition at line 61 of file G4NeutronHPDataPoint.hh.
References xSec.
Referenced by G4NeutronHPVector::SetXsec(), G4NeutronHPVector::SetY(), and G4NeutronHPVector::Times().
|
private |
Definition at line 67 of file G4NeutronHPDataPoint.hh.
Referenced by G4NeutronHPDataPoint(), GetEnergy(), GetX(), operator=(), SetData(), SetEnergy(), and SetX().
|
private |
Definition at line 68 of file G4NeutronHPDataPoint.hh.
Referenced by G4NeutronHPDataPoint(), GetXsection(), GetY(), operator=(), SetData(), SetXsection(), and SetY().