Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | List of all members
G4RDVCrossSectionHandler Class Referenceabstract

#include <G4RDVCrossSectionHandler.hh>

Inheritance diagram for G4RDVCrossSectionHandler:
Inheritance graph
[legend]

Public Member Functions

 G4RDVCrossSectionHandler ()
 
 G4RDVCrossSectionHandler (G4RDVDataSetAlgorithm *interpolation, G4double minE=250 *CLHEP::eV, G4double maxE=100 *CLHEP::GeV, G4int nBins=200, G4double unitE=CLHEP::MeV, G4double unitData=CLHEP::barn, G4int minZ=1, G4int maxZ=99)
 
virtual ~G4RDVCrossSectionHandler ()
 
void Initialise (G4RDVDataSetAlgorithm *interpolation=0, G4double minE=250 *CLHEP::eV, G4double maxE=100 *CLHEP::GeV, G4int numberOfBins=200, G4double unitE=CLHEP::MeV, G4double unitData=CLHEP::barn, G4int minZ=1, G4int maxZ=99)
 
G4int SelectRandomAtom (const G4MaterialCutsCouple *couple, G4double e) const
 
const G4ElementSelectRandomElement (const G4MaterialCutsCouple *material, G4double e) const
 
G4int SelectRandomShell (G4int Z, G4double e) const
 
G4RDVEMDataSetBuildMeanFreePathForMaterials (const G4DataVector *energyCuts=0)
 
G4double FindValue (G4int Z, G4double e) const
 
G4double FindValue (G4int Z, G4double e, G4int shellIndex) const
 
G4double ValueForMaterial (const G4Material *material, G4double e) const
 
void LoadData (const G4String &dataFile)
 
void LoadShellData (const G4String &dataFile)
 
void PrintData () const
 
void Clear ()
 

Protected Member Functions

G4int NumberOfComponents (G4int Z) const
 
void ActiveElements ()
 
virtual std::vector
< G4RDVEMDataSet * > * 
BuildCrossSectionsForMaterials (const G4DataVector &energyVector, const G4DataVector *energyCuts=0)=0
 
virtual G4RDVDataSetAlgorithmCreateInterpolation ()
 
const G4RDVDataSetAlgorithmGetInterpolation () const
 

Detailed Description

Definition at line 64 of file G4RDVCrossSectionHandler.hh.

Constructor & Destructor Documentation

G4RDVCrossSectionHandler::G4RDVCrossSectionHandler ( )

Definition at line 59 of file G4RDVCrossSectionHandler.cc.

Here is the call graph for this function:

G4RDVCrossSectionHandler::G4RDVCrossSectionHandler ( G4RDVDataSetAlgorithm interpolation,
G4double  minE = 250*CLHEP::eV,
G4double  maxE = 100*CLHEP::GeV,
G4int  nBins = 200,
G4double  unitE = CLHEP::MeV,
G4double  unitData = CLHEP::barn,
G4int  minZ = 1,
G4int  maxZ = 99 
)

Definition at line 68 of file G4RDVCrossSectionHandler.cc.

Here is the call graph for this function:

G4RDVCrossSectionHandler::~G4RDVCrossSectionHandler ( )
virtual

Definition at line 83 of file G4RDVCrossSectionHandler.cc.

Member Function Documentation

void G4RDVCrossSectionHandler::ActiveElements ( )
protected

Definition at line 624 of file G4RDVCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual std::vector<G4RDVEMDataSet*>* G4RDVCrossSectionHandler::BuildCrossSectionsForMaterials ( const G4DataVector energyVector,
const G4DataVector energyCuts = 0 
)
protectedpure virtual

Implemented in G4RDeIonisationCrossSectionHandler, G4RDBremsstrahlungCrossSectionHandler, and G4RDCrossSectionHandler.

Here is the caller graph for this function:

G4RDVEMDataSet * G4RDVCrossSectionHandler::BuildMeanFreePathForMaterials ( const G4DataVector energyCuts = 0)

Definition at line 416 of file G4RDVCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RDVCrossSectionHandler::Clear ( )

Definition at line 306 of file G4RDVCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4RDVDataSetAlgorithm * G4RDVCrossSectionHandler::CreateInterpolation ( )
protectedvirtual

Definition at line 651 of file G4RDVCrossSectionHandler.cc.

Here is the caller graph for this function:

G4double G4RDVCrossSectionHandler::FindValue ( G4int  Z,
G4double  e 
) const

Definition at line 332 of file G4RDVCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4RDVCrossSectionHandler::FindValue ( G4int  Z,
G4double  e,
G4int  shellIndex 
) const

Definition at line 355 of file G4RDVCrossSectionHandler.cc.

Here is the call graph for this function:

const G4RDVDataSetAlgorithm* G4RDVCrossSectionHandler::GetInterpolation ( ) const
inlineprotected

Definition at line 120 of file G4RDVCrossSectionHandler.hh.

void G4RDVCrossSectionHandler::Initialise ( G4RDVDataSetAlgorithm interpolation = 0,
G4double  minE = 250*CLHEP::eV,
G4double  maxE = 100*CLHEP::GeV,
G4int  numberOfBins = 200,
G4double  unitE = CLHEP::MeV,
G4double  unitData = CLHEP::barn,
G4int  minZ = 1,
G4int  maxZ = 99 
)

Definition at line 111 of file G4RDVCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RDVCrossSectionHandler::LoadData ( const G4String dataFile)

Definition at line 157 of file G4RDVCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RDVCrossSectionHandler::LoadShellData ( const G4String dataFile)

Definition at line 225 of file G4RDVCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4int G4RDVCrossSectionHandler::NumberOfComponents ( G4int  Z) const
protected

Definition at line 657 of file G4RDVCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4RDVCrossSectionHandler::PrintData ( void  ) const

Definition at line 136 of file G4RDVCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4int G4RDVCrossSectionHandler::SelectRandomAtom ( const G4MaterialCutsCouple couple,
G4double  e 
) const

Definition at line 498 of file G4RDVCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

const G4Element * G4RDVCrossSectionHandler::SelectRandomElement ( const G4MaterialCutsCouple material,
G4double  e 
) const

Definition at line 540 of file G4RDVCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4int G4RDVCrossSectionHandler::SelectRandomShell ( G4int  Z,
G4double  e 
) const

Definition at line 586 of file G4RDVCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4RDVCrossSectionHandler::ValueForMaterial ( const G4Material material,
G4double  e 
) const

Definition at line 395 of file G4RDVCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:


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