Geant4  10.00.p02
G4VAtomDeexcitation Class Referenceabstract

#include <G4VAtomDeexcitation.hh>

+ Inheritance diagram for G4VAtomDeexcitation:
+ Collaboration diagram for G4VAtomDeexcitation:

Public Member Functions

 G4VAtomDeexcitation (const G4String &modname="Deexcitation", const G4String &pixename="")
 
virtual ~G4VAtomDeexcitation ()
 
void InitialiseAtomicDeexcitation ()
 
virtual void InitialiseForNewRun ()=0
 
virtual void InitialiseForExtraAtom (G4int Z)=0
 
void SetDeexcitationActiveRegion (const G4String &rname, G4bool valDeexcitation, G4bool valAuger, G4bool valPIXE)
 
void SetFluo (G4bool)
 
G4bool IsFluoActive () const
 
void SetAuger (G4bool)
 
G4bool IsAugerActive () const
 
void SetPIXE (G4bool)
 
G4bool IsPIXEActive () const
 
const G4StringGetName () const
 
void SetPIXECrossSectionModel (const G4String &)
 
const G4StringPIXECrossSectionModel () const
 
void SetPIXEElectronCrossSectionModel (const G4String &)
 
const G4StringPIXEElectronCrossSectionModel () const
 
const std::vector< G4bool > & GetListOfActiveAtoms () const
 
void SetVerboseLevel (G4int)
 
G4int GetVerboseLevel () const
 
G4bool CheckDeexcitationActiveRegion (G4int coupleIndex)
 
G4bool CheckAugerActiveRegion (G4int coupleIndex)
 
virtual const G4AtomicShellGetAtomicShell (G4int Z, G4AtomicShellEnumerator shell)=0
 
void GenerateParticles (std::vector< G4DynamicParticle * > *secVect, const G4AtomicShell *, G4int Z, G4int coupleIndex)
 
virtual void GenerateParticles (std::vector< G4DynamicParticle * > *secVect, const G4AtomicShell *, G4int Z, G4double gammaCut, G4double eCut)=0
 
virtual G4double GetShellIonisationCrossSectionPerAtom (const G4ParticleDefinition *, G4int Z, G4AtomicShellEnumerator shell, G4double kinE, const G4Material *mat=0)=0
 
virtual G4double ComputeShellIonisationCrossSectionPerAtom (const G4ParticleDefinition *, G4int Z, G4AtomicShellEnumerator shell, G4double kinE, const G4Material *mat=0)=0
 
void AlongStepDeexcitation (std::vector< G4Track * > &tracks, const G4Step &step, G4double &eLoss, G4int coupleIndex)
 

Private Member Functions

 G4VAtomDeexcitation (G4VAtomDeexcitation &)
 
G4VAtomDeexcitationoperator= (const G4VAtomDeexcitation &right)
 

Private Attributes

const G4ParticleDefinitiongamma
 
G4ProductionCutsTabletheCoupleTable
 
G4double lowestKinEnergy
 
G4int verbose
 
G4String name
 
G4String namePIXE
 
G4String nameElectronPIXE
 
G4bool isActive
 
G4bool flagAuger
 
G4bool flagPIXE
 
std::vector< G4boolactiveZ
 
std::vector< G4boolactiveDeexcitationMedia
 
std::vector< G4boolactiveAugerMedia
 
std::vector< G4boolactivePIXEMedia
 
std::vector< G4StringactiveRegions
 
std::vector< G4booldeRegions
 
std::vector< G4boolAugerRegions
 
std::vector< G4boolPIXERegions
 
std::vector< G4DynamicParticle * > vdyn
 

Static Private Attributes

static G4int pixeIDg = -1
 
static G4int pixeIDe = -1
 

Detailed Description

Definition at line 63 of file G4VAtomDeexcitation.hh.

Constructor & Destructor Documentation

G4VAtomDeexcitation::G4VAtomDeexcitation ( const G4String modname = "Deexcitation",
const G4String pixename = "" 
)

Definition at line 70 of file G4VAtomDeexcitation.cc.

References G4Gamma::Gamma(), gamma, pixeIDe, pixeIDg, G4PhysicsModelCatalog::Register(), theCoupleTable, and vdyn.

+ Here is the call graph for this function:

G4VAtomDeexcitation::~G4VAtomDeexcitation ( )
virtual

Definition at line 86 of file G4VAtomDeexcitation.cc.

G4VAtomDeexcitation::G4VAtomDeexcitation ( G4VAtomDeexcitation )
private

Member Function Documentation

G4bool G4VAtomDeexcitation::CheckAugerActiveRegion ( G4int  coupleIndex)
inline

Definition at line 282 of file G4VAtomDeexcitation.hh.

References activeAugerMedia, and flagAuger.

Referenced by AlongStepDeexcitation(), and GenerateParticles().

+ Here is the caller graph for this function:

virtual G4double G4VAtomDeexcitation::ComputeShellIonisationCrossSectionPerAtom ( const G4ParticleDefinition ,
G4int  Z,
G4AtomicShellEnumerator  shell,
G4double  kinE,
const G4Material mat = 0 
)
pure virtual

Implemented in G4UAtomicDeexcitation.

Referenced by G4EmCalculator::ComputeShellIonisationCrossSectionPerAtom().

+ Here is the caller graph for this function:

virtual void G4VAtomDeexcitation::GenerateParticles ( std::vector< G4DynamicParticle * > *  secVect,
const G4AtomicShell ,
G4int  Z,
G4double  gammaCut,
G4double  eCut 
)
pure virtual

Implemented in G4UAtomicDeexcitation.

const std::vector< G4bool > & G4VAtomDeexcitation::GetListOfActiveAtoms ( ) const
inline

Definition at line 260 of file G4VAtomDeexcitation.hh.

References activeZ.

const G4String & G4VAtomDeexcitation::GetName ( void  ) const
inline

Definition at line 230 of file G4VAtomDeexcitation.hh.

References name.

virtual G4double G4VAtomDeexcitation::GetShellIonisationCrossSectionPerAtom ( const G4ParticleDefinition ,
G4int  Z,
G4AtomicShellEnumerator  shell,
G4double  kinE,
const G4Material mat = 0 
)
pure virtual

Implemented in G4UAtomicDeexcitation.

Referenced by AlongStepDeexcitation(), and G4EmCalculator::GetShellIonisationCrossSectionPerAtom().

+ Here is the caller graph for this function:

G4int G4VAtomDeexcitation::GetVerboseLevel ( ) const
inline

Definition at line 270 of file G4VAtomDeexcitation.hh.

References verbose.

virtual void G4VAtomDeexcitation::InitialiseForExtraAtom ( G4int  Z)
pure virtual

Implemented in G4UAtomicDeexcitation.

virtual void G4VAtomDeexcitation::InitialiseForNewRun ( )
pure virtual

Implemented in G4UAtomicDeexcitation.

Referenced by InitialiseAtomicDeexcitation().

+ Here is the caller graph for this function:

G4bool G4VAtomDeexcitation::IsAugerActive ( ) const
inline

Definition at line 214 of file G4VAtomDeexcitation.hh.

References flagAuger.

Referenced by G4UAtomicDeexcitation::GenerateAuger().

+ Here is the caller graph for this function:

G4bool G4VAtomDeexcitation::IsFluoActive ( ) const
inline

Definition at line 203 of file G4VAtomDeexcitation.hh.

References isActive.

Referenced by G4NuclearDecayChannel::DecayIt(), G4LivermorePolarizedPhotoElectricModel::Initialise(), G4LivermorePhotoElectricModel::Initialise(), and G4UAtomicDeexcitation::InitialiseForNewRun().

+ Here is the caller graph for this function:

G4bool G4VAtomDeexcitation::IsPIXEActive ( ) const
inline

Definition at line 225 of file G4VAtomDeexcitation.hh.

References flagPIXE.

Referenced by G4VEnergyLossProcess::BuildPhysicsTable(), InitialiseAtomicDeexcitation(), and G4UAtomicDeexcitation::InitialiseForNewRun().

+ Here is the caller graph for this function:

G4VAtomDeexcitation& G4VAtomDeexcitation::operator= ( const G4VAtomDeexcitation right)
private
const G4String & G4VAtomDeexcitation::PIXECrossSectionModel ( ) const
inline

Definition at line 248 of file G4VAtomDeexcitation.hh.

References namePIXE.

Referenced by G4UAtomicDeexcitation::InitialiseForNewRun().

+ Here is the caller graph for this function:

const G4String & G4VAtomDeexcitation::PIXEElectronCrossSectionModel ( ) const
inline

Definition at line 254 of file G4VAtomDeexcitation.hh.

References nameElectronPIXE.

Referenced by G4UAtomicDeexcitation::InitialiseForNewRun().

+ Here is the caller graph for this function:

void G4VAtomDeexcitation::SetAuger ( G4bool  val)
inline

Definition at line 208 of file G4VAtomDeexcitation.hh.

References flagAuger, and isActive.

Referenced by G4EmProcessOptions::SetAuger().

+ Here is the caller graph for this function:

void G4VAtomDeexcitation::SetDeexcitationActiveRegion ( const G4String rname,
G4bool  valDeexcitation,
G4bool  valAuger,
G4bool  valPIXE 
)

Definition at line 173 of file G4VAtomDeexcitation.cc.

References activeRegions, AugerRegions, deRegions, n, and PIXERegions.

Referenced by InitialiseAtomicDeexcitation(), and G4EmProcessOptions::SetDeexcitationActiveRegion().

+ Here is the caller graph for this function:

void G4VAtomDeexcitation::SetFluo ( G4bool  val)
inline
void G4VAtomDeexcitation::SetPIXE ( G4bool  val)
inline

Definition at line 219 of file G4VAtomDeexcitation.hh.

References flagPIXE, and isActive.

Referenced by G4EmProcessOptions::SetPIXE().

+ Here is the caller graph for this function:

void G4VAtomDeexcitation::SetPIXECrossSectionModel ( const G4String n)
inline

Definition at line 236 of file G4VAtomDeexcitation.hh.

References n, and namePIXE.

Referenced by G4UAtomicDeexcitation::InitialiseForNewRun(), and G4EmProcessOptions::SetPIXECrossSectionModel().

+ Here is the caller graph for this function:

void G4VAtomDeexcitation::SetPIXEElectronCrossSectionModel ( const G4String n)
inline

Definition at line 242 of file G4VAtomDeexcitation.hh.

References n, and nameElectronPIXE.

Referenced by G4UAtomicDeexcitation::InitialiseForNewRun(), and G4EmProcessOptions::SetPIXEElectronCrossSectionModel().

+ Here is the caller graph for this function:

void G4VAtomDeexcitation::SetVerboseLevel ( G4int  val)
inline

Definition at line 265 of file G4VAtomDeexcitation.hh.

References verbose.

Referenced by G4LossTableManager::SetVerbose().

+ Here is the caller graph for this function:

Member Data Documentation

std::vector<G4bool> G4VAtomDeexcitation::activeAugerMedia
private

Definition at line 186 of file G4VAtomDeexcitation.hh.

Referenced by CheckAugerActiveRegion(), and InitialiseAtomicDeexcitation().

std::vector<G4bool> G4VAtomDeexcitation::activeDeexcitationMedia
private
std::vector<G4bool> G4VAtomDeexcitation::activePIXEMedia
private

Definition at line 187 of file G4VAtomDeexcitation.hh.

Referenced by AlongStepDeexcitation(), and InitialiseAtomicDeexcitation().

std::vector<G4String> G4VAtomDeexcitation::activeRegions
private
std::vector<G4bool> G4VAtomDeexcitation::activeZ
private
std::vector<G4bool> G4VAtomDeexcitation::AugerRegions
private
std::vector<G4bool> G4VAtomDeexcitation::deRegions
private
G4bool G4VAtomDeexcitation::flagAuger
private
G4bool G4VAtomDeexcitation::flagPIXE
private
const G4ParticleDefinition* G4VAtomDeexcitation::gamma
private

Definition at line 173 of file G4VAtomDeexcitation.hh.

Referenced by AlongStepDeexcitation(), and G4VAtomDeexcitation().

G4bool G4VAtomDeexcitation::isActive
private
G4double G4VAtomDeexcitation::lowestKinEnergy
private

Definition at line 176 of file G4VAtomDeexcitation.hh.

G4String G4VAtomDeexcitation::name
private

Definition at line 178 of file G4VAtomDeexcitation.hh.

Referenced by GetName(), and InitialiseAtomicDeexcitation().

G4String G4VAtomDeexcitation::nameElectronPIXE
private
G4String G4VAtomDeexcitation::namePIXE
private
G4int G4VAtomDeexcitation::pixeIDe = -1
staticprivate

Definition at line 195 of file G4VAtomDeexcitation.hh.

Referenced by AlongStepDeexcitation(), and G4VAtomDeexcitation().

G4int G4VAtomDeexcitation::pixeIDg = -1
staticprivate

Definition at line 194 of file G4VAtomDeexcitation.hh.

Referenced by AlongStepDeexcitation(), and G4VAtomDeexcitation().

std::vector<G4bool> G4VAtomDeexcitation::PIXERegions
private
G4ProductionCutsTable* G4VAtomDeexcitation::theCoupleTable
private
std::vector<G4DynamicParticle*> G4VAtomDeexcitation::vdyn
private

Definition at line 192 of file G4VAtomDeexcitation.hh.

Referenced by AlongStepDeexcitation(), and G4VAtomDeexcitation().

G4int G4VAtomDeexcitation::verbose
private

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