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
G4PAIPhotonModel Class Reference

#include <G4PAIPhotonModel.hh>

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

Public Member Functions

 G4PAIPhotonModel (const G4ParticleDefinition *p=0, const G4String &nam="PAIPhoton")
 
virtual ~G4PAIPhotonModel ()
 
virtual void Initialise (const G4ParticleDefinition *, const G4DataVector &)
 
virtual void InitialiseMe (const G4ParticleDefinition *)
 
virtual G4double ComputeDEDXPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy)
 
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)
 
virtual G4double SampleFluctuations (const G4Material *, const G4DynamicParticle *, G4double &, G4double &, G4double &)
 
virtual G4double Dispersion (const G4Material *, const G4DynamicParticle *, G4double &, G4double &)
 
void DefineForRegion (const G4Region *r)
 
void ComputeSandiaPhotoAbsCof ()
 
void BuildPAIonisationTable ()
 
void BuildLambdaVector (const G4MaterialCutsCouple *matCutsCouple)
 
G4double GetdNdxCut (G4int iPlace, G4double transferCut)
 
G4double GetdNdxPhotonCut (G4int iPlace, G4double transferCut)
 
G4double GetdNdxPlasmonCut (G4int iPlace, G4double transferCut)
 
G4double GetdEdxCut (G4int iPlace, G4double transferCut)
 
G4double GetPostStepTransfer (G4PhysicsTable *, G4PhysicsLogVector *, G4int iPlace, G4double scaledTkin)
 
G4double GetAlongStepTransfer (G4PhysicsTable *, G4PhysicsLogVector *, G4int iPlace, G4double scaledTkin, G4double step, G4double cof)
 
G4double GetEnergyTransfer (G4PhysicsTable *, G4int iPlace, G4double position, G4int iTransfer)
 
- Public Member Functions inherited from G4VEmModel
 G4VEmModel (const G4String &nam)
 
virtual ~G4VEmModel ()
 
virtual G4double ComputeCrossSectionPerAtom (const G4ParticleDefinition *, G4double kinEnergy, G4double Z, G4double A=0., 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)
 
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
 
- Public Member Functions inherited from G4VEmFluctuationModel
 G4VEmFluctuationModel (const G4String &nam)
 
virtual ~G4VEmFluctuationModel ()
 
virtual void SetParticleAndCharge (const G4ParticleDefinition *, G4double q2)
 
G4String GetName () const
 

Protected Member Functions

G4double MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kinEnergy)
 
- Protected Member Functions inherited from G4VEmModel
G4ParticleChangeForLossGetParticleChangeForLoss ()
 
G4ParticleChangeForGammaGetParticleChangeForGamma ()
 
const G4MaterialCutsCoupleCurrentCouple () const
 
void SetCurrentElement (const G4Element *)
 

Additional Inherited Members

- Protected Attributes inherited from G4VEmModel
G4VParticleChangepParticleChange
 
G4PhysicsTablexSectionTable
 
const std::vector< G4double > * theDensityFactor
 
const std::vector< G4int > * theDensityIdx
 

Detailed Description

Definition at line 66 of file G4PAIPhotonModel.hh.

Constructor & Destructor Documentation

G4PAIPhotonModel::G4PAIPhotonModel ( const G4ParticleDefinition p = 0,
const G4String nam = "PAIPhoton" 
)

Definition at line 75 of file G4PAIPhotonModel.cc.

Here is the call graph for this function:

G4PAIPhotonModel::~G4PAIPhotonModel ( )
virtual

Definition at line 121 of file G4PAIPhotonModel.cc.

Here is the call graph for this function:

Member Function Documentation

void G4PAIPhotonModel::BuildLambdaVector ( const G4MaterialCutsCouple matCutsCouple)

Definition at line 401 of file G4PAIPhotonModel.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4PAIPhotonModel::BuildPAIonisationTable ( )

Definition at line 285 of file G4PAIPhotonModel.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4PAIPhotonModel::ComputeDEDXPerVolume ( const G4Material ,
const G4ParticleDefinition p,
G4double  kineticEnergy,
G4double  cutEnergy 
)
virtual

Reimplemented from G4VEmModel.

Definition at line 650 of file G4PAIPhotonModel.cc.

Here is the call graph for this function:

void G4PAIPhotonModel::ComputeSandiaPhotoAbsCof ( )

Definition at line 237 of file G4PAIPhotonModel.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4PAIPhotonModel::CrossSectionPerVolume ( const G4Material ,
const G4ParticleDefinition p,
G4double  kineticEnergy,
G4double  cutEnergy,
G4double  maxEnergy 
)
virtual

Reimplemented from G4VEmModel.

Definition at line 690 of file G4PAIPhotonModel.cc.

Here is the call graph for this function:

void G4PAIPhotonModel::DefineForRegion ( const G4Region r)
virtual

Reimplemented from G4VEmModel.

Definition at line 1276 of file G4PAIPhotonModel.cc.

G4double G4PAIPhotonModel::Dispersion ( const G4Material material,
const G4DynamicParticle aParticle,
G4double tmax,
G4double step 
)
virtual

Implements G4VEmFluctuationModel.

Definition at line 1240 of file G4PAIPhotonModel.cc.

Here is the call graph for this function:

G4double G4PAIPhotonModel::GetAlongStepTransfer ( G4PhysicsTable pTable,
G4PhysicsLogVector pVector,
G4int  iPlace,
G4double  scaledTkin,
G4double  step,
G4double  cof 
)

Definition at line 1094 of file G4PAIPhotonModel.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4PAIPhotonModel::GetdEdxCut ( G4int  iPlace,
G4double  transferCut 
)

Definition at line 609 of file G4PAIPhotonModel.cc.

Here is the caller graph for this function:

G4double G4PAIPhotonModel::GetdNdxCut ( G4int  iPlace,
G4double  transferCut 
)

Definition at line 476 of file G4PAIPhotonModel.cc.

G4double G4PAIPhotonModel::GetdNdxPhotonCut ( G4int  iPlace,
G4double  transferCut 
)

Definition at line 520 of file G4PAIPhotonModel.cc.

Here is the caller graph for this function:

G4double G4PAIPhotonModel::GetdNdxPlasmonCut ( G4int  iPlace,
G4double  transferCut 
)

Definition at line 564 of file G4PAIPhotonModel.cc.

Here is the caller graph for this function:

G4double G4PAIPhotonModel::GetEnergyTransfer ( G4PhysicsTable pTable,
G4int  iPlace,
G4double  position,
G4int  iTransfer 
)

Definition at line 987 of file G4PAIPhotonModel.cc.

Here is the caller graph for this function:

G4double G4PAIPhotonModel::GetPostStepTransfer ( G4PhysicsTable pTable,
G4PhysicsLogVector pVector,
G4int  iPlace,
G4double  scaledTkin 
)

Definition at line 909 of file G4PAIPhotonModel.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4PAIPhotonModel::Initialise ( const G4ParticleDefinition p,
const G4DataVector  
)
virtual

Implements G4VEmModel.

Definition at line 169 of file G4PAIPhotonModel.cc.

Here is the call graph for this function:

void G4PAIPhotonModel::InitialiseMe ( const G4ParticleDefinition )
virtual

Reimplemented from G4VEmFluctuationModel.

Definition at line 232 of file G4PAIPhotonModel.cc.

G4double G4PAIPhotonModel::MaxSecondaryEnergy ( const G4ParticleDefinition p,
G4double  kinEnergy 
)
protectedvirtual

Reimplemented from G4VEmModel.

Definition at line 1259 of file G4PAIPhotonModel.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4PAIPhotonModel::SampleFluctuations ( const G4Material material,
const G4DynamicParticle aParticle,
G4double ,
G4double step,
G4double  
)
virtual

Implements G4VEmFluctuationModel.

Definition at line 1029 of file G4PAIPhotonModel.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4PAIPhotonModel::SampleSecondaries ( std::vector< G4DynamicParticle * > *  vdp,
const G4MaterialCutsCouple matCC,
const G4DynamicParticle dp,
G4double  tmin,
G4double  maxEnergy 
)
virtual

Implements G4VEmModel.

Definition at line 766 of file G4PAIPhotonModel.cc.

Here is the call graph for this function:


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