Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | Protected Member Functions | Static Protected Attributes | List of all members
G4INCL::NuclearDensityFactory Class Reference

#include <G4INCLNuclearDensityFactory.hh>

Static Public Member Functions

static NuclearDensitycreateDensity (const G4int A, const G4int Z)
 
static InverseInterpolationTablecreateRPCorrelationTable (const G4int A, const G4int Z)
 
static InverseInterpolationTablecreateRCDFTable (const G4int A, const G4int Z)
 
static InverseInterpolationTablecreatePCDFTable (const G4int A, const G4int Z)
 
static ParticleSamplercreateParticleSampler (const G4int A, const G4int Z)
 
static void clearCache ()
 

Protected Member Functions

 NuclearDensityFactory ()
 
 ~NuclearDensityFactory ()
 

Static Protected Attributes

static std::map< G4int,
NuclearDensity * > 
nuclearDensityCache
 
static std::map< G4int,
InverseInterpolationTable * > 
rpCorrelationTableCache
 
static std::map< G4int,
InverseInterpolationTable * > 
rCDFTableCache
 
static std::map< G4int,
InverseInterpolationTable * > 
pCDFTableCache
 

Detailed Description

Definition at line 47 of file G4INCLNuclearDensityFactory.hh.

Constructor & Destructor Documentation

G4INCL::NuclearDensityFactory::NuclearDensityFactory ( )
inlineprotected

Definition at line 79 of file G4INCLNuclearDensityFactory.hh.

G4INCL::NuclearDensityFactory::~NuclearDensityFactory ( )
inlineprotected

Definition at line 80 of file G4INCLNuclearDensityFactory.hh.

Member Function Documentation

static void G4INCL::NuclearDensityFactory::clearCache ( )
inlinestatic

Definition at line 59 of file G4INCLNuclearDensityFactory.hh.

Here is the caller graph for this function:

NuclearDensity * G4INCL::NuclearDensityFactory::createDensity ( const G4int  A,
const G4int  Z 
)
static

Definition at line 54 of file G4INCLNuclearDensityFactory.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

ParticleSampler * G4INCL::NuclearDensityFactory::createParticleSampler ( const G4int  A,
const G4int  Z 
)
static

Definition at line 194 of file G4INCLNuclearDensityFactory.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

InverseInterpolationTable * G4INCL::NuclearDensityFactory::createPCDFTable ( const G4int  A,
const G4int  Z 
)
static

Definition at line 164 of file G4INCLNuclearDensityFactory.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

InverseInterpolationTable * G4INCL::NuclearDensityFactory::createRCDFTable ( const G4int  A,
const G4int  Z 
)
static

Definition at line 124 of file G4INCLNuclearDensityFactory.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

InverseInterpolationTable * G4INCL::NuclearDensityFactory::createRPCorrelationTable ( const G4int  A,
const G4int  Z 
)
static

Definition at line 69 of file G4INCLNuclearDensityFactory.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

std::map< G4int, NuclearDensity * > G4INCL::NuclearDensityFactory::nuclearDensityCache
staticprotected

Definition at line 82 of file G4INCLNuclearDensityFactory.hh.

std::map< G4int, InverseInterpolationTable * > G4INCL::NuclearDensityFactory::pCDFTableCache
staticprotected

Definition at line 86 of file G4INCLNuclearDensityFactory.hh.

std::map< G4int, InverseInterpolationTable * > G4INCL::NuclearDensityFactory::rCDFTableCache
staticprotected

Definition at line 85 of file G4INCLNuclearDensityFactory.hh.

std::map< G4int, InverseInterpolationTable * > G4INCL::NuclearDensityFactory::rpCorrelationTableCache
staticprotected

Definition at line 84 of file G4INCLNuclearDensityFactory.hh.


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