Geant4  10.00.p02
G4DataSet Class Reference

#include <G4DataSet.hh>

+ Inheritance diagram for G4DataSet:
+ Collaboration diagram for G4DataSet:

Public Member Functions

 G4DataSet (G4int argZ, G4IInterpolator *algo, G4double xUnit=CLHEP::MeV, G4double yUnit=CLHEP::barn, G4bool random=false)
 
 G4DataSet (G4int argZ, G4DataVector *xData, G4DataVector *data, G4IInterpolator *algo, G4double xUnit=CLHEP::MeV, G4double yUnit=CLHEP::barn, G4bool random=false)
 
virtual ~G4DataSet ()
 
virtual G4double FindValue (G4double x, G4int componentId=0) const
 
virtual void PrintData (void) const
 
virtual const G4IDataSetGetComponent (G4int) const
 
virtual void AddComponent (G4IDataSet *)
 
virtual size_t NumberOfComponents (void) const
 
virtual const G4DataVectorGetEnergies (G4int) const
 
virtual const G4DataVectorGetData (G4int) const
 
virtual void SetEnergiesData (G4DataVector *xData, G4DataVector *data, G4int componentId)
 
virtual G4bool LoadData (const G4String &fileName)
 
virtual G4bool SaveData (const G4String &fileName) const
 
virtual G4double RandomSelect (G4int componentId=0) const
 
- Public Member Functions inherited from G4IDataSet
 G4IDataSet ()
 
virtual ~G4IDataSet ()
 

Private Member Functions

size_t FindLowerBound (G4double energy) const
 
size_t FindLowerBound (G4double x, G4DataVector *values) const
 
G4double IntegrationFunction (G4double x)
 
virtual void BuildPdf ()
 
G4String FullFileName (const G4String &fileName) const
 
 G4DataSet ()
 
 G4DataSet (const G4DataSet &copy)
 
G4DataSetoperator= (const G4DataSet &right)
 

Private Attributes

G4int z
 
G4DataVectorenergies
 
G4DataVectordata
 
G4IInterpolatoralgorithm
 
G4double unitEnergies
 
G4double unitData
 
G4DataVectorpdf
 
G4bool randomSet
 

Detailed Description

Definition at line 54 of file G4DataSet.hh.

Constructor & Destructor Documentation

G4DataSet::G4DataSet ( G4int  argZ,
G4IInterpolator algo,
G4double  xUnit = CLHEP::MeV,
G4double  yUnit = CLHEP::barn,
G4bool  random = false 
)

Definition at line 47 of file G4DataSet.cc.

References algorithm, BuildPdf(), FatalException, G4Exception(), and randomSet.

+ Here is the call graph for this function:

G4DataSet::G4DataSet ( G4int  argZ,
G4DataVector xData,
G4DataVector data,
G4IInterpolator algo,
G4double  xUnit = CLHEP::MeV,
G4double  yUnit = CLHEP::barn,
G4bool  random = false 
)

Definition at line 68 of file G4DataSet.cc.

References algorithm, BuildPdf(), data, energies, FatalException, G4Exception(), and randomSet.

+ Here is the call graph for this function:

G4DataSet::~G4DataSet ( )
virtual

Definition at line 106 of file G4DataSet.cc.

References algorithm, data, energies, and pdf.

G4DataSet::G4DataSet ( )
private
G4DataSet::G4DataSet ( const G4DataSet copy)
private

Member Function Documentation

virtual void G4DataSet::AddComponent ( G4IDataSet )
inlinevirtual

Implements G4IDataSet.

Definition at line 79 of file G4DataSet.hh.

void G4DataSet::BuildPdf ( )
privatevirtual

Definition at line 353 of file G4DataSet.cc.

References data, IntegrationFunction(), G4Integrator< T, F >::Legendre96(), and pdf.

Referenced by G4DataSet(), and LoadData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

size_t G4DataSet::FindLowerBound ( G4double  energy) const
private

Definition at line 303 of file G4DataSet.cc.

References energies.

Referenced by FindValue(), IntegrationFunction(), and RandomSelect().

+ Here is the caller graph for this function:

size_t G4DataSet::FindLowerBound ( G4double  x,
G4DataVector values 
) const
private

Definition at line 320 of file G4DataSet.cc.

G4double G4DataSet::FindValue ( G4double  x,
G4int  componentId = 0 
) const
virtual

Implements G4IDataSet.

Definition at line 114 of file G4DataSet.cc.

References algorithm, G4IInterpolator::Calculate(), data, energies, FatalException, FindLowerBound(), and G4Exception().

+ Here is the call graph for this function:

G4String G4DataSet::FullFileName ( const G4String fileName) const
private

Definition at line 337 of file G4DataSet.cc.

References FatalException, G4Exception(), and z.

Referenced by LoadData(), and SaveData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual const G4IDataSet* G4DataSet::GetComponent ( G4int  ) const
inlinevirtual

Implements G4IDataSet.

Definition at line 77 of file G4DataSet.hh.

virtual const G4DataVector& G4DataSet::GetData ( G4int  ) const
inlinevirtual

Implements G4IDataSet.

Definition at line 84 of file G4DataSet.hh.

References data.

virtual const G4DataVector& G4DataSet::GetEnergies ( G4int  ) const
inlinevirtual

Implements G4IDataSet.

Definition at line 83 of file G4DataSet.hh.

References energies.

G4double G4DataSet::IntegrationFunction ( G4double  x)
private

Definition at line 411 of file G4DataSet.cc.

References algorithm, G4IInterpolator::Calculate(), G4LinInterpolation::Calculate(), data, energies, and FindLowerBound().

Referenced by BuildPdf().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4DataSet::LoadData ( const G4String fileName)
virtual

Implements G4IDataSet.

Definition at line 176 of file G4DataSet.cc.

References a, BuildPdf(), FatalException, FullFileName(), G4Exception(), randomSet, SetEnergiesData(), unitData, and unitEnergies.

+ Here is the call graph for this function:

virtual size_t G4DataSet::NumberOfComponents ( void  ) const
inlinevirtual

Implements G4IDataSet.

Definition at line 81 of file G4DataSet.hh.

G4DataSet& G4DataSet::operator= ( const G4DataSet right)
private
void G4DataSet::PrintData ( void  ) const
virtual

Implements G4IDataSet.

Definition at line 131 of file G4DataSet.cc.

References data, energies, G4cout, G4endl, pdf, unitData, and unitEnergies.

G4double G4DataSet::RandomSelect ( G4int  componentId = 0) const
virtual

Implements G4IDataSet.

Definition at line 383 of file G4DataSet.cc.

References algorithm, G4IInterpolator::Calculate(), G4LinInterpolation::Calculate(), energies, FatalException, FindLowerBound(), G4Exception(), G4UniformRand, and pdf.

+ Here is the call graph for this function:

G4bool G4DataSet::SaveData ( const G4String fileName) const
virtual

Implements G4IDataSet.

Definition at line 229 of file G4DataSet.cc.

References data, energies, FatalException, FullFileName(), G4Exception(), left, unitData, and unitEnergies.

+ Here is the call graph for this function:

void G4DataSet::SetEnergiesData ( G4DataVector xData,
G4DataVector data,
G4int  componentId 
)
virtual

Implements G4IDataSet.

Definition at line 151 of file G4DataSet.cc.

References data, energies, FatalException, and G4Exception().

Referenced by LoadData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4IInterpolator* G4DataSet::algorithm
private

Definition at line 114 of file G4DataSet.hh.

Referenced by FindValue(), G4DataSet(), IntegrationFunction(), RandomSelect(), and ~G4DataSet().

G4DataVector* G4DataSet::data
private
G4DataVector* G4DataSet::pdf
private

Definition at line 119 of file G4DataSet.hh.

Referenced by BuildPdf(), PrintData(), RandomSelect(), and ~G4DataSet().

G4bool G4DataSet::randomSet
private

Definition at line 120 of file G4DataSet.hh.

Referenced by G4DataSet(), and LoadData().

G4double G4DataSet::unitData
private

Definition at line 117 of file G4DataSet.hh.

Referenced by LoadData(), PrintData(), and SaveData().

G4double G4DataSet::unitEnergies
private

Definition at line 116 of file G4DataSet.hh.

Referenced by LoadData(), PrintData(), and SaveData().

G4int G4DataSet::z
private

Definition at line 109 of file G4DataSet.hh.

Referenced by FullFileName().


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