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

#include <G4hCoulombScatteringModel.hh>

Inheritance diagram for G4hCoulombScatteringModel:
Inheritance graph
[legend]
Collaboration diagram for G4hCoulombScatteringModel:
Collaboration graph
[legend]

Public Member Functions

 G4hCoulombScatteringModel (const G4String &nam="eCoulombScattering")
 
virtual ~G4hCoulombScatteringModel ()
 
virtual void Initialise (const G4ParticleDefinition *, const G4DataVector &)
 
virtual G4double ComputeCrossSectionPerAtom (const G4ParticleDefinition *, G4double kinEnergy, G4double Z, G4double A, G4double cut, G4double emax)
 
virtual void SampleSecondaries (std::vector< G4DynamicParticle * > *, const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double tmin, G4double maxEnergy)
 
void SetLowEnergyThreshold (G4double val)
 
void SetRecoilThreshold (G4double eth)
 
- Public Member Functions inherited from G4VEmModel
 G4VEmModel (const G4String &nam)
 
virtual ~G4VEmModel ()
 
virtual G4double ComputeDEDXPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=DBL_MAX)
 
virtual G4double CrossSectionPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=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 *)
 
virtual void SetupForMaterial (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual void DefineForRegion (const G4Region *)
 
void InitialiseElementSelectors (const G4ParticleDefinition *, const G4DataVector &)
 
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)
 
void SetParticleChange (G4VParticleChange *, G4VEmFluctuationModel *f=0)
 
void SetCrossSectionTable (G4PhysicsTable *)
 
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
 
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 ForceBuildTable (G4bool val)
 
G4double MaxSecondaryKinEnergy (const G4DynamicParticle *dynParticle)
 
const G4StringGetName () const
 
void SetCurrentCouple (const G4MaterialCutsCouple *)
 
const G4ElementGetCurrentElement () const
 

Protected Member Functions

void DefineMaterial (const G4MaterialCutsCouple *)
 
void SetupParticle (const G4ParticleDefinition *)
 
- Protected Member Functions inherited from G4VEmModel
G4ParticleChangeForLossGetParticleChangeForLoss ()
 
G4ParticleChangeForGammaGetParticleChangeForGamma ()
 
virtual G4double MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kineticEnergy)
 
const G4MaterialCutsCoupleCurrentCouple () const
 
void SetCurrentElement (const G4Element *)
 

Protected Attributes

G4ParticleTabletheParticleTable
 
G4ParticleChangeForGammafParticleChange
 
G4WentzelVIRelXSectionwokvi
 
G4NistManagerfNistManager
 
const std::vector< G4double > * pCuts
 
const G4MaterialCutsCouplecurrentCouple
 
const G4MaterialcurrentMaterial
 
G4int currentMaterialIndex
 
G4double cosThetaMin
 
G4double cosThetaMax
 
G4double cosTetMinNuc
 
G4double cosTetMaxNuc
 
G4double recoilThreshold
 
G4double elecRatio
 
G4double mass
 
const G4ParticleDefinitionparticle
 
const G4ParticleDefinitiontheProton
 
G4double lowEnergyThreshold
 
- Protected Attributes inherited from G4VEmModel
G4VParticleChangepParticleChange
 
G4PhysicsTablexSectionTable
 
const std::vector< G4double > * theDensityFactor
 
const std::vector< G4int > * theDensityIdx
 

Detailed Description

Definition at line 67 of file G4hCoulombScatteringModel.hh.

Constructor & Destructor Documentation

G4hCoulombScatteringModel::G4hCoulombScatteringModel ( const G4String nam = "eCoulombScattering")

Definition at line 69 of file G4hCoulombScatteringModel.cc.

Here is the call graph for this function:

G4hCoulombScatteringModel::~G4hCoulombScatteringModel ( )
virtual

Definition at line 100 of file G4hCoulombScatteringModel.cc.

Member Function Documentation

G4double G4hCoulombScatteringModel::ComputeCrossSectionPerAtom ( const G4ParticleDefinition p,
G4double  kinEnergy,
G4double  Z,
G4double  A,
G4double  cut,
G4double  emax 
)
virtual

Reimplemented from G4VEmModel.

Definition at line 136 of file G4hCoulombScatteringModel.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4hCoulombScatteringModel::DefineMaterial ( const G4MaterialCutsCouple cup)
inlineprotected

Definition at line 145 of file G4hCoulombScatteringModel.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4hCoulombScatteringModel::Initialise ( const G4ParticleDefinition p,
const G4DataVector cuts 
)
virtual

Implements G4VEmModel.

Definition at line 107 of file G4hCoulombScatteringModel.cc.

Here is the call graph for this function:

void G4hCoulombScatteringModel::SampleSecondaries ( std::vector< G4DynamicParticle * > *  fvect,
const G4MaterialCutsCouple couple,
const G4DynamicParticle dp,
G4double  tmin,
G4double  maxEnergy 
)
virtual

Implements G4VEmModel.

Definition at line 175 of file G4hCoulombScatteringModel.cc.

Here is the call graph for this function:

void G4hCoulombScatteringModel::SetLowEnergyThreshold ( G4double  val)
inline

Definition at line 169 of file G4hCoulombScatteringModel.hh.

void G4hCoulombScatteringModel::SetRecoilThreshold ( G4double  eth)
inline

Definition at line 176 of file G4hCoulombScatteringModel.hh.

void G4hCoulombScatteringModel::SetupParticle ( const G4ParticleDefinition p)
inlineprotected

Definition at line 157 of file G4hCoulombScatteringModel.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

G4double G4hCoulombScatteringModel::cosTetMaxNuc
protected

Definition at line 126 of file G4hCoulombScatteringModel.hh.

G4double G4hCoulombScatteringModel::cosTetMinNuc
protected

Definition at line 125 of file G4hCoulombScatteringModel.hh.

G4double G4hCoulombScatteringModel::cosThetaMax
protected

Definition at line 124 of file G4hCoulombScatteringModel.hh.

G4double G4hCoulombScatteringModel::cosThetaMin
protected

Definition at line 123 of file G4hCoulombScatteringModel.hh.

const G4MaterialCutsCouple* G4hCoulombScatteringModel::currentCouple
protected

Definition at line 119 of file G4hCoulombScatteringModel.hh.

const G4Material* G4hCoulombScatteringModel::currentMaterial
protected

Definition at line 120 of file G4hCoulombScatteringModel.hh.

G4int G4hCoulombScatteringModel::currentMaterialIndex
protected

Definition at line 121 of file G4hCoulombScatteringModel.hh.

G4double G4hCoulombScatteringModel::elecRatio
protected

Definition at line 128 of file G4hCoulombScatteringModel.hh.

G4NistManager* G4hCoulombScatteringModel::fNistManager
protected

Definition at line 115 of file G4hCoulombScatteringModel.hh.

G4ParticleChangeForGamma* G4hCoulombScatteringModel::fParticleChange
protected

Definition at line 113 of file G4hCoulombScatteringModel.hh.

G4double G4hCoulombScatteringModel::lowEnergyThreshold
protected

Definition at line 135 of file G4hCoulombScatteringModel.hh.

G4double G4hCoulombScatteringModel::mass
protected

Definition at line 129 of file G4hCoulombScatteringModel.hh.

const G4ParticleDefinition* G4hCoulombScatteringModel::particle
protected

Definition at line 132 of file G4hCoulombScatteringModel.hh.

const std::vector<G4double>* G4hCoulombScatteringModel::pCuts
protected

Definition at line 117 of file G4hCoulombScatteringModel.hh.

G4double G4hCoulombScatteringModel::recoilThreshold
protected

Definition at line 127 of file G4hCoulombScatteringModel.hh.

G4ParticleTable* G4hCoulombScatteringModel::theParticleTable
protected

Definition at line 112 of file G4hCoulombScatteringModel.hh.

const G4ParticleDefinition* G4hCoulombScatteringModel::theProton
protected

Definition at line 133 of file G4hCoulombScatteringModel.hh.

G4WentzelVIRelXSection* G4hCoulombScatteringModel::wokvi
protected

Definition at line 114 of file G4hCoulombScatteringModel.hh.


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