ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4EmDNAPhysicsActivator Class Reference

#include <geant4/tree/geant4-10.6-release/source/physics_lists/constructors/electromagnetic/include/G4EmDNAPhysicsActivator.hh>

+ Inheritance diagram for G4EmDNAPhysicsActivator:
+ Collaboration diagram for G4EmDNAPhysicsActivator:

Public Member Functions

 G4EmDNAPhysicsActivator (G4int ver=1)
 
virtual ~G4EmDNAPhysicsActivator ()
 
virtual void ConstructParticle ()
 
virtual void ConstructProcess ()
 
- Public Member Functions inherited from G4VPhysicsConstructor
 G4VPhysicsConstructor (const G4String &="")
 
 G4VPhysicsConstructor (const G4String &name, G4int physics_type)
 
virtual ~G4VPhysicsConstructor ()
 
void SetPhysicsName (const G4String &="")
 
const G4StringGetPhysicsName () const
 
void SetPhysicsType (G4int)
 
G4int GetPhysicsType () const
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
G4int GetInstanceID () const
 
virtual void TerminateWorker ()
 

Private Member Functions

void AddElectronModels0 (const G4String &region, G4LowECapture *ecap, G4bool emsc, G4double elowest, G4double elimel)
 
void AddProtonModels0 (const G4String &region, G4bool pmsc, G4double elimel, G4double pminbb, G4double pmax)
 
void AddHeliumModels0 (const G4String &region, G4bool a1msc, G4bool a2msc, G4double elimel, G4double pminbb, G4double pmax)
 
void AddGenericIonModels0 (const G4String &region, G4double pminbb)
 
void DeactivateNuclearStopping (G4ProcessManager *, G4double elimel)
 
G4bool HasMsc (G4ProcessManager *) const
 
G4bool IsVerbose () const
 

Private Attributes

G4int verbose
 
G4EmParameterstheParameters
 

Additional Inherited Members

- Static Public Member Functions inherited from G4VPhysicsConstructor
static const G4VPCManagerGetSubInstanceManager ()
 
- Protected Types inherited from G4VPhysicsConstructor
using PhysicsBuilder_V = G4VPCData::PhysicsBuilders_V
 
- Protected Member Functions inherited from G4VPhysicsConstructor
G4bool RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle)
 
G4ParticleTable::G4PTblDicIteratorGetParticleIterator () const
 
PhysicsBuilder_V GetBuilders () const
 
void AddBuilder (G4PhysicsBuilderInterface *bld)
 
- Protected Attributes inherited from G4VPhysicsConstructor
G4int verboseLevel
 
G4String namePhysics
 
G4int typePhysics
 
G4ParticleTabletheParticleTable
 
G4int g4vpcInstanceID
 
- Static Protected Attributes inherited from G4VPhysicsConstructor
static G4RUN_DLL G4VPCManager subInstanceManager
 

Detailed Description

Definition at line 40 of file G4EmDNAPhysicsActivator.hh.

View newest version in sPHENIX GitHub at line 40 of file G4EmDNAPhysicsActivator.hh

Constructor & Destructor Documentation

G4EmDNAPhysicsActivator::G4EmDNAPhysicsActivator ( G4int  ver = 1)

Definition at line 96 of file G4EmDNAPhysicsActivator.cc.

View newest version in sPHENIX GitHub at line 96 of file G4EmDNAPhysicsActivator.cc

References G4EmParameters::ActivateDNA(), G4EmParameters::Instance(), and theParameters.

+ Here is the call graph for this function:

G4EmDNAPhysicsActivator::~G4EmDNAPhysicsActivator ( )
virtual

Definition at line 105 of file G4EmDNAPhysicsActivator.cc.

View newest version in sPHENIX GitHub at line 105 of file G4EmDNAPhysicsActivator.cc

Member Function Documentation

void G4EmDNAPhysicsActivator::AddElectronModels0 ( const G4String region,
G4LowECapture ecap,
G4bool  emsc,
G4double  elowest,
G4double  elimel 
)
private

Definition at line 402 of file G4EmDNAPhysicsActivator.cc.

View newest version in sPHENIX GitHub at line 402 of file G4EmDNAPhysicsActivator.cc

References G4LowECapture::AddRegion(), emax, G4LossTableManager::EmConfigurator(), eV, G4DNABornIonisationModel, G4LossTableManager::Instance(), keV, G4EmParameters::MaxKinEnergy(), MeV, min, G4VEmModel::SetActivationLowEnergyLimit(), G4EmConfigurator::SetExtraEmModel(), and theParameters.

Referenced by ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4EmDNAPhysicsActivator::AddGenericIonModels0 ( const G4String region,
G4double  pminbb 
)
private

Definition at line 564 of file G4EmDNAPhysicsActivator.cc.

View newest version in sPHENIX GitHub at line 564 of file G4EmDNAPhysicsActivator.cc

References emax, G4LossTableManager::EmConfigurator(), G4LossTableManager::Instance(), G4EmParameters::MaxKinEnergy(), MeV, min, G4VEmModel::SetActivationLowEnergyLimit(), G4EmConfigurator::SetExtraEmModel(), and theParameters.

Referenced by ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4EmDNAPhysicsActivator::AddHeliumModels0 ( const G4String region,
G4bool  a1msc,
G4bool  a2msc,
G4double  elimel,
G4double  pminbb,
G4double  pmax 
)
private

Definition at line 595 of file G4EmDNAPhysicsActivator.cc.

View newest version in sPHENIX GitHub at line 595 of file G4EmDNAPhysicsActivator.cc

References G4Alpha::Alpha(), emax, G4LossTableManager::EmConfigurator(), G4cout, G4endl, G4ParticleDefinition::GetPDGMass(), G4LossTableManager::Instance(), IsVerbose(), G4EmParameters::MaxKinEnergy(), MeV, CLHEP::proton_mass_c2, G4VEmModel::SetActivationLowEnergyLimit(), G4EmConfigurator::SetExtraEmModel(), and theParameters.

Referenced by ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4EmDNAPhysicsActivator::AddProtonModels0 ( const G4String region,
G4bool  pmsc,
G4double  elimel,
G4double  pminbb,
G4double  pmax 
)
private

Definition at line 482 of file G4EmDNAPhysicsActivator.cc.

View newest version in sPHENIX GitHub at line 482 of file G4EmDNAPhysicsActivator.cc

References emax, G4LossTableManager::EmConfigurator(), G4DNABornIonisationModel, G4LossTableManager::Instance(), keV, G4EmParameters::MaxKinEnergy(), min, G4VEmModel::SetActivationLowEnergyLimit(), G4EmConfigurator::SetExtraEmModel(), and theParameters.

Referenced by ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4EmDNAPhysicsActivator::ConstructParticle ( void  )
virtual

Implements G4VPhysicsConstructor.

Definition at line 115 of file G4EmDNAPhysicsActivator.cc.

View newest version in sPHENIX GitHub at line 115 of file G4EmDNAPhysicsActivator.cc

References G4Alpha::Alpha(), G4Electron::Electron(), G4Gamma::Gamma(), G4GenericIon::GenericIonDefinition(), G4DNAGenericIonsManager::GetIon(), G4DNAGenericIonsManager::Instance(), G4Positron::Positron(), and G4Proton::Proton().

+ Here is the call graph for this function:

void G4EmDNAPhysicsActivator::DeactivateNuclearStopping ( G4ProcessManager pman,
G4double  elimel 
)
private

Definition at line 721 of file G4EmDNAPhysicsActivator.cc.

View newest version in sPHENIX GitHub at line 721 of file G4EmDNAPhysicsActivator.cc

References fNuclearStopping, G4ProcessManager::GetProcessList(), G4ProcessManager::GetProcessListLength(), G4VEmModel::SetActivationLowEnergyLimit(), and G4VEmProcess::SetEmModel().

Referenced by ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4EmDNAPhysicsActivator::HasMsc ( G4ProcessManager pman) const
private

Definition at line 741 of file G4EmDNAPhysicsActivator.cc.

View newest version in sPHENIX GitHub at line 741 of file G4EmDNAPhysicsActivator.cc

References fMultipleScattering, G4ProcessManager::GetProcessList(), and G4ProcessManager::GetProcessListLength().

Referenced by ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4EmDNAPhysicsActivator::IsVerbose ( ) const
private

Definition at line 108 of file G4EmDNAPhysicsActivator.cc.

View newest version in sPHENIX GitHub at line 108 of file G4EmDNAPhysicsActivator.cc

References G4Threading::IsMasterThread(), and verbose.

Referenced by AddHeliumModels0(), and ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4EmParameters* G4EmDNAPhysicsActivator::theParameters
private
G4int G4EmDNAPhysicsActivator::verbose
private

Definition at line 70 of file G4EmDNAPhysicsActivator.hh.

View newest version in sPHENIX GitHub at line 70 of file G4EmDNAPhysicsActivator.hh

Referenced by IsVerbose().


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