Geant4  10.00.p02
G4RDEMDataSet Class Reference

#include <G4RDEMDataSet.hh>

+ Inheritance diagram for G4RDEMDataSet:
+ Collaboration diagram for G4RDEMDataSet:

Public Member Functions

 G4RDEMDataSet (G4int argZ, G4RDVDataSetAlgorithm *algo, G4double xUnit=CLHEP::MeV, G4double yUnit=CLHEP::barn, G4bool random=false)
 
 G4RDEMDataSet (G4int argZ, G4DataVector *xData, G4DataVector *data, G4RDVDataSetAlgorithm *algo, G4double xUnit=CLHEP::MeV, G4double yUnit=CLHEP::barn, G4bool random=false)
 
virtual ~G4RDEMDataSet ()
 
virtual G4double FindValue (G4double x, G4int componentId=0) const
 
virtual void PrintData (void) const
 
virtual const G4RDVEMDataSetGetComponent (G4int) const
 
virtual void AddComponent (G4RDVEMDataSet *)
 
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 G4RDVEMDataSet
 G4RDVEMDataSet ()
 
virtual ~G4RDVEMDataSet ()
 

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
 
 G4RDEMDataSet ()
 
 G4RDEMDataSet (const G4RDEMDataSet &copy)
 
G4RDEMDataSetoperator= (const G4RDEMDataSet &right)
 

Private Attributes

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

Detailed Description

Definition at line 56 of file G4RDEMDataSet.hh.

Constructor & Destructor Documentation

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

Definition at line 47 of file G4RDEMDataSet.cc.

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

+ Here is the call graph for this function:

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

Definition at line 67 of file G4RDEMDataSet.cc.

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

+ Here is the call graph for this function:

G4RDEMDataSet::~G4RDEMDataSet ( )
virtual

Definition at line 100 of file G4RDEMDataSet.cc.

References algorithm, data, energies, and pdf.

G4RDEMDataSet::G4RDEMDataSet ( )
private
G4RDEMDataSet::G4RDEMDataSet ( const G4RDEMDataSet copy)
private

Member Function Documentation

virtual void G4RDEMDataSet::AddComponent ( G4RDVEMDataSet )
inlinevirtual

Implements G4RDVEMDataSet.

Definition at line 81 of file G4RDEMDataSet.hh.

void G4RDEMDataSet::BuildPdf ( )
privatevirtual

Definition at line 329 of file G4RDEMDataSet.cc.

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

Referenced by G4RDEMDataSet(), and LoadData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

size_t G4RDEMDataSet::FindLowerBound ( G4double  energy) const
private

Definition at line 281 of file G4RDEMDataSet.cc.

References energies.

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

+ Here is the caller graph for this function:

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

Definition at line 298 of file G4RDEMDataSet.cc.

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

Implements G4RDVEMDataSet.

Definition at line 108 of file G4RDEMDataSet.cc.

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

+ Here is the call graph for this function:

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

Definition at line 315 of file G4RDEMDataSet.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 G4RDVEMDataSet* G4RDEMDataSet::GetComponent ( G4int  ) const
inlinevirtual

Implements G4RDVEMDataSet.

Definition at line 79 of file G4RDEMDataSet.hh.

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

Implements G4RDVEMDataSet.

Definition at line 86 of file G4RDEMDataSet.hh.

References data.

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

Implements G4RDVEMDataSet.

Definition at line 85 of file G4RDEMDataSet.hh.

References energies.

G4double G4RDEMDataSet::IntegrationFunction ( G4double  x)
private

Definition at line 385 of file G4RDEMDataSet.cc.

References algorithm, G4RDVDataSetAlgorithm::Calculate(), G4RDLinInterpolation::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 G4RDEMDataSet::LoadData ( const G4String fileName)
virtual

Implements G4RDVEMDataSet.

Definition at line 164 of file G4RDEMDataSet.cc.

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

+ Here is the call graph for this function:

virtual size_t G4RDEMDataSet::NumberOfComponents ( void  ) const
inlinevirtual

Implements G4RDVEMDataSet.

Definition at line 83 of file G4RDEMDataSet.hh.

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

Implements G4RDVEMDataSet.

Definition at line 123 of file G4RDEMDataSet.cc.

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

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

Implements G4RDVEMDataSet.

Definition at line 359 of file G4RDEMDataSet.cc.

References algorithm, G4RDVDataSetAlgorithm::Calculate(), G4RDLinInterpolation::Calculate(), energies, FatalException, FindLowerBound(), G4Exception(), G4UniformRand, and pdf.

+ Here is the call graph for this function:

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

Implements G4RDVEMDataSet.

Definition at line 211 of file G4RDEMDataSet.cc.

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

+ Here is the call graph for this function:

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

Implements G4RDVEMDataSet.

Definition at line 143 of file G4RDEMDataSet.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

G4RDVDataSetAlgorithm* G4RDEMDataSet::algorithm
private
G4DataVector* G4RDEMDataSet::pdf
private

Definition at line 121 of file G4RDEMDataSet.hh.

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

G4bool G4RDEMDataSet::randomSet
private

Definition at line 122 of file G4RDEMDataSet.hh.

Referenced by G4RDEMDataSet(), and LoadData().

G4double G4RDEMDataSet::unitData
private

Definition at line 119 of file G4RDEMDataSet.hh.

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

G4double G4RDEMDataSet::unitEnergies
private

Definition at line 118 of file G4RDEMDataSet.hh.

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

G4int G4RDEMDataSet::z
private

Definition at line 111 of file G4RDEMDataSet.hh.

Referenced by FullFileName().


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