Geant4  10.00.p02
G4PEEffectFluoModel Class Reference

#include <G4PEEffectFluoModel.hh>

+ Inheritance diagram for G4PEEffectFluoModel:
+ Collaboration diagram for G4PEEffectFluoModel:

Public Member Functions

 G4PEEffectFluoModel (const G4String &nam="PhotoElectric")
 
virtual ~G4PEEffectFluoModel ()
 
virtual void Initialise (const G4ParticleDefinition *, const G4DataVector &)
 
virtual G4double ComputeCrossSectionPerAtom (const G4ParticleDefinition *, G4double kinEnergy, G4double Z, G4double A, G4double, G4double)
 
virtual G4double CrossSectionPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy, G4double maxEnergy)
 
virtual void SampleSecondaries (std::vector< G4DynamicParticle * > *, const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double tmin, G4double maxEnergy)
 
- Public Member Functions inherited from G4VEmModel
 G4VEmModel (const G4String &nam)
 
virtual ~G4VEmModel ()
 
virtual void InitialiseLocal (const G4ParticleDefinition *, G4VEmModel *masterModel)
 
virtual void InitialiseForMaterial (const G4ParticleDefinition *, const G4Material *)
 
virtual void InitialiseForElement (const G4ParticleDefinition *, G4int Z)
 
virtual G4double ComputeDEDXPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=DBL_MAX)
 
virtual G4double ChargeSquareRatio (const G4Track &)
 
virtual G4double GetChargeSquareRatio (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual G4double GetParticleCharge (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual void StartTracking (G4Track *)
 
virtual void CorrectionsAlongStep (const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double &eloss, G4double &niel, G4double length)
 
virtual G4double Value (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy)
 
virtual G4double MinPrimaryEnergy (const G4Material *, const G4ParticleDefinition *, G4double cut=0.0)
 
virtual G4double MinEnergyCut (const G4ParticleDefinition *, const G4MaterialCutsCouple *)
 
virtual void SetupForMaterial (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual void DefineForRegion (const G4Region *)
 
void InitialiseElementSelectors (const G4ParticleDefinition *, const G4DataVector &)
 
std::vector
< G4EmElementSelector * > * 
GetElementSelectors ()
 
void SetElementSelectors (std::vector< G4EmElementSelector * > *)
 
G4double ComputeDEDX (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=DBL_MAX)
 
G4double CrossSection (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4double ComputeMeanFreePath (const G4ParticleDefinition *, G4double kineticEnergy, const G4Material *, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4double ComputeCrossSectionPerAtom (const G4ParticleDefinition *, const G4Element *, G4double kinEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4int SelectIsotopeNumber (const G4Element *)
 
const G4ElementSelectRandomAtom (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
const G4ElementSelectRandomAtom (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4int SelectRandomAtomNumber (const G4Material *)
 
void SetParticleChange (G4VParticleChange *, G4VEmFluctuationModel *f=0)
 
void SetCrossSectionTable (G4PhysicsTable *, G4bool isLocal)
 
G4ElementDataGetElementData ()
 
G4PhysicsTableGetCrossSectionTable ()
 
G4VEmFluctuationModelGetModelOfFluctuations ()
 
G4VEmAngularDistributionGetAngularDistribution ()
 
void SetAngularDistribution (G4VEmAngularDistribution *)
 
G4double HighEnergyLimit () const
 
G4double LowEnergyLimit () const
 
G4double HighEnergyActivationLimit () const
 
G4double LowEnergyActivationLimit () const
 
G4double PolarAngleLimit () const
 
G4double SecondaryThreshold () const
 
G4bool LPMFlag () const
 
G4bool DeexcitationFlag () const
 
G4bool ForceBuildTableFlag () const
 
G4bool UseAngularGeneratorFlag () const
 
void SetAngularGeneratorFlag (G4bool)
 
void SetHighEnergyLimit (G4double)
 
void SetLowEnergyLimit (G4double)
 
void SetActivationHighEnergyLimit (G4double)
 
void SetActivationLowEnergyLimit (G4double)
 
G4bool IsActive (G4double kinEnergy)
 
void SetPolarAngleLimit (G4double)
 
void SetSecondaryThreshold (G4double)
 
void SetLPMFlag (G4bool val)
 
void SetDeexcitationFlag (G4bool val)
 
void SetForceBuildTable (G4bool val)
 
void SetMasterThread (G4bool val)
 
G4bool IsMaster () const
 
G4double MaxSecondaryKinEnergy (const G4DynamicParticle *dynParticle)
 
const G4StringGetName () const
 
void SetCurrentCouple (const G4MaterialCutsCouple *)
 
const G4ElementGetCurrentElement () const
 

Private Member Functions

G4PEEffectFluoModeloperator= (const G4PEEffectFluoModel &right)
 
 G4PEEffectFluoModel (const G4PEEffectFluoModel &)
 

Private Attributes

G4ParticleDefinitiontheGamma
 
G4ParticleDefinitiontheElectron
 
G4ParticleChangeForGammafParticleChange
 
G4VAtomDeexcitationfAtomDeexcitation
 
G4double fminimalEnergy
 
std::vector< G4doublefSandiaCof
 

Additional Inherited Members

- Protected Member Functions inherited from G4VEmModel
G4ParticleChangeForLossGetParticleChangeForLoss ()
 
G4ParticleChangeForGammaGetParticleChangeForGamma ()
 
virtual G4double MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kineticEnergy)
 
const G4MaterialCutsCoupleCurrentCouple () const
 
void SetCurrentElement (const G4Element *)
 
- Protected Attributes inherited from G4VEmModel
G4ElementDatafElementData
 
G4VParticleChangepParticleChange
 
G4PhysicsTablexSectionTable
 
const std::vector< G4double > * theDensityFactor
 
const std::vector< G4int > * theDensityIdx
 
size_t idxTable
 

Detailed Description

Definition at line 58 of file G4PEEffectFluoModel.hh.

Constructor & Destructor Documentation

G4PEEffectFluoModel::G4PEEffectFluoModel ( const G4String nam = "PhotoElectric")

Definition at line 66 of file G4PEEffectFluoModel.cc.

References G4Electron::Electron(), eV, fAtomDeexcitation, fminimalEnergy, fParticleChange, fSandiaCof, G4Gamma::Gamma(), G4VEmModel::SetAngularDistribution(), G4VEmModel::SetDeexcitationFlag(), theElectron, and theGamma.

+ Here is the call graph for this function:

G4PEEffectFluoModel::~G4PEEffectFluoModel ( )
virtual

Definition at line 84 of file G4PEEffectFluoModel.cc.

G4PEEffectFluoModel::G4PEEffectFluoModel ( const G4PEEffectFluoModel )
private

Member Function Documentation

G4double G4PEEffectFluoModel::ComputeCrossSectionPerAtom ( const G4ParticleDefinition ,
G4double  kinEnergy,
G4double  Z,
G4double  A,
G4double  ,
G4double   
)
virtual

Reimplemented from G4VEmModel.

Definition at line 99 of file G4PEEffectFluoModel.cc.

References G4VEmModel::CurrentCouple(), G4INCL::KinematicsUtils::energy(), fSandiaCof, G4MaterialCutsCouple::GetMaterial(), G4SandiaTable::GetSandiaCofPerAtom(), and G4Material::GetSandiaTable().

Referenced by G4AdjointPhotoElectricModel::AdjointCrossSectionPerAtom().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4PEEffectFluoModel::CrossSectionPerVolume ( const G4Material material,
const G4ParticleDefinition ,
G4double  kineticEnergy,
G4double  cutEnergy,
G4double  maxEnergy 
)
virtual

Reimplemented from G4VEmModel.

Definition at line 121 of file G4PEEffectFluoModel.cc.

References G4INCL::KinematicsUtils::energy(), G4SandiaTable::GetSandiaCofForMaterial(), and G4Material::GetSandiaTable().

+ Here is the call graph for this function:

void G4PEEffectFluoModel::Initialise ( const G4ParticleDefinition ,
const G4DataVector  
)
virtual

Implements G4VEmModel.

Reimplemented in G4PolarizedPEEffectModel.

Definition at line 89 of file G4PEEffectFluoModel.cc.

References G4LossTableManager::AtomDeexcitation(), fAtomDeexcitation, fParticleChange, G4VEmModel::GetParticleChangeForGamma(), and G4LossTableManager::Instance().

Referenced by G4PolarizedPEEffectModel::Initialise().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4PEEffectFluoModel& G4PEEffectFluoModel::operator= ( const G4PEEffectFluoModel right)
private
void G4PEEffectFluoModel::SampleSecondaries ( std::vector< G4DynamicParticle * > *  fvect,
const G4MaterialCutsCouple couple,
const G4DynamicParticle aDynamicPhoton,
G4double  tmin,
G4double  maxEnergy 
)
virtual

Member Data Documentation

G4VAtomDeexcitation* G4PEEffectFluoModel::fAtomDeexcitation
private

Definition at line 96 of file G4PEEffectFluoModel.hh.

Referenced by G4PEEffectFluoModel(), Initialise(), and SampleSecondaries().

G4double G4PEEffectFluoModel::fminimalEnergy
private

Definition at line 98 of file G4PEEffectFluoModel.hh.

Referenced by G4PEEffectFluoModel(), and SampleSecondaries().

G4ParticleChangeForGamma* G4PEEffectFluoModel::fParticleChange
private

Definition at line 95 of file G4PEEffectFluoModel.hh.

Referenced by G4PEEffectFluoModel(), Initialise(), and SampleSecondaries().

std::vector<G4double> G4PEEffectFluoModel::fSandiaCof
private

Definition at line 99 of file G4PEEffectFluoModel.hh.

Referenced by ComputeCrossSectionPerAtom(), and G4PEEffectFluoModel().

G4ParticleDefinition* G4PEEffectFluoModel::theElectron
private

Definition at line 94 of file G4PEEffectFluoModel.hh.

Referenced by G4PEEffectFluoModel(), and SampleSecondaries().

G4ParticleDefinition* G4PEEffectFluoModel::theGamma
private

Definition at line 93 of file G4PEEffectFluoModel.hh.

Referenced by G4PEEffectFluoModel(), and SampleSecondaries().


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