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
G4VCrossSectionHandler Class Referenceabstract

#include <G4VCrossSectionHandler.hh>

Inheritance diagram for G4VCrossSectionHandler:
Inheritance graph
[legend]

Public Member Functions

 G4VCrossSectionHandler ()
 
 G4VCrossSectionHandler (G4VDataSetAlgorithm *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 ~G4VCrossSectionHandler ()
 
void Initialise (G4VDataSetAlgorithm *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
 
G4VEMDataSetBuildMeanFreePathForMaterials (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 LoadNonLogData (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
< G4VEMDataSet * > * 
BuildCrossSectionsForMaterials (const G4DataVector &energyVector, const G4DataVector *energyCuts=0)=0
 
virtual G4VDataSetAlgorithmCreateInterpolation ()
 
const G4VDataSetAlgorithmGetInterpolation () const
 

Detailed Description

Definition at line 64 of file G4VCrossSectionHandler.hh.

Constructor & Destructor Documentation

G4VCrossSectionHandler::G4VCrossSectionHandler ( )

Definition at line 88 of file G4VCrossSectionHandler.cc.

Here is the call graph for this function:

G4VCrossSectionHandler::G4VCrossSectionHandler ( G4VDataSetAlgorithm 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 97 of file G4VCrossSectionHandler.cc.

Here is the call graph for this function:

G4VCrossSectionHandler::~G4VCrossSectionHandler ( )
virtual

Definition at line 112 of file G4VCrossSectionHandler.cc.

Member Function Documentation

void G4VCrossSectionHandler::ActiveElements ( )
protected

Definition at line 695 of file G4VCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual std::vector<G4VEMDataSet*>* G4VCrossSectionHandler::BuildCrossSectionsForMaterials ( const G4DataVector energyVector,
const G4DataVector energyCuts = 0 
)
protectedpure virtual
G4VEMDataSet * G4VCrossSectionHandler::BuildMeanFreePathForMaterials ( const G4DataVector energyCuts = 0)

Definition at line 463 of file G4VCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VCrossSectionHandler::Clear ( )

Definition at line 353 of file G4VCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4VDataSetAlgorithm * G4VCrossSectionHandler::CreateInterpolation ( )
protectedvirtual

Definition at line 722 of file G4VCrossSectionHandler.cc.

Here is the caller graph for this function:

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

Definition at line 379 of file G4VCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 402 of file G4VCrossSectionHandler.cc.

Here is the call graph for this function:

const G4VDataSetAlgorithm* G4VCrossSectionHandler::GetInterpolation ( ) const
inlineprotected

Definition at line 126 of file G4VCrossSectionHandler.hh.

void G4VCrossSectionHandler::Initialise ( G4VDataSetAlgorithm 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 140 of file G4VCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VCrossSectionHandler::LoadData ( const G4String dataFile)

Definition at line 187 of file G4VCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VCrossSectionHandler::LoadNonLogData ( const G4String dataFile)

Definition at line 264 of file G4VCrossSectionHandler.cc.

Here is the call graph for this function:

void G4VCrossSectionHandler::LoadShellData ( const G4String dataFile)

Definition at line 334 of file G4VCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4int G4VCrossSectionHandler::NumberOfComponents ( G4int  Z) const
protected

Definition at line 728 of file G4VCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VCrossSectionHandler::PrintData ( void  ) const

Definition at line 166 of file G4VCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 562 of file G4VCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 604 of file G4VCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 650 of file G4VCrossSectionHandler.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 442 of file G4VCrossSectionHandler.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: