Geant4
10.03
|
#include <G4GenericBiasingPhysics.hh>
Public Member Functions | |
G4GenericBiasingPhysics (const G4String &name="BiasingP") | |
virtual | ~G4GenericBiasingPhysics () |
void | PhysicsBias (const G4String &particleName) |
void | PhysicsBias (const G4String &particleName, const std::vector< G4String > &processToBiasNames) |
void | NonPhysicsBias (const G4String &particleName) |
void | Bias (const G4String &particleName) |
void | Bias (const G4String &particleName, const std::vector< G4String > &processToBiasNames) |
void | PhysicsBiasAddPDGRange (G4int PDGlow, G4int PDGhigh, G4bool includeAntiParticle=true) |
void | NonPhysicsBiasAddPDGRange (G4int PDGlow, G4int PDGhigh, G4bool includeAntiParticle=true) |
void | BiasAddPDGRange (G4int PDGlow, G4int PDGhigh, G4bool includeAntiParticle=true) |
void | PhysicsBiasAllCharged (G4bool includeShortLived=false) |
void | NonPhysicsBiasAllCharged (G4bool includeShortLived=false) |
void | BiasAllCharged (G4bool includeShortLived=false) |
void | PhysicsBiasAllNeutral (G4bool includeShortLived=false) |
void | NonPhysicsBiasAllNeutral (G4bool includeShortLived=false) |
void | BiasAllNeutral (G4bool includeShortLived=false) |
void | AddParallelGeometry (const G4String &particleName, const G4String ¶llelGeometryName) |
void | AddParallelGeometry (const G4String &particleName, const std::vector< G4String > ¶llelGeometryNames) |
void | AddParallelGeometry (G4int PDGlow, G4int PDGhigh, const G4String ¶llelGeometryName, G4bool includeAntiParticle=true) |
void | AddParallelGeometry (G4int PDGlow, G4int PDGhigh, const std::vector< G4String > ¶llelGeometryNames, G4bool includeAntiParticle=true) |
void | AddParallelGeometryAllCharged (const G4String ¶llelGeometryName, G4bool includeShortLived=false) |
void | AddParallelGeometryAllCharged (const std::vector< G4String > ¶llelGeometryNames, G4bool includeShortLived=false) |
void | AddParallelGeometryAllNeutral (const G4String ¶llelGeometryName, G4bool includeShortLived=false) |
void | AddParallelGeometryAllNeutral (const std::vector< G4String > ¶llelGeometryNames, G4bool includeShortLived=false) |
void | BeVerbose () |
virtual void | ConstructParticle () |
virtual void | ConstructProcess () |
![]() | |
G4VPhysicsConstructor (const G4String &="") | |
G4VPhysicsConstructor (const G4String &name, G4int physics_type) | |
virtual | ~G4VPhysicsConstructor () |
void | SetPhysicsName (const G4String &="") |
const G4String & | GetPhysicsName () const |
void | SetPhysicsType (G4int) |
G4int | GetPhysicsType () const |
void | SetVerboseLevel (G4int value) |
G4int | GetVerboseLevel () const |
G4int | GetInstanceID () const |
Private Member Functions | |
G4GenericBiasingPhysics & | operator= (const G4GenericBiasingPhysics &right) |
G4GenericBiasingPhysics (const G4GenericBiasingPhysics &) | |
void | AssociateParallelGeometries () |
Additional Inherited Members | |
![]() | |
static const G4VPCManager & | GetSubInstanceManager () |
![]() | |
G4bool | RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle) |
G4ParticleTable::G4PTblDicIterator * | GetParticleIterator () const |
![]() | |
G4int | verboseLevel |
G4String | namePhysics |
G4int | typePhysics |
G4ParticleTable * | theParticleTable |
G4int | g4vpcInstanceID |
![]() | |
static G4RUN_DLL G4VPCManager | subInstanceManager |
Definition at line 42 of file G4GenericBiasingPhysics.hh.
G4GenericBiasingPhysics::G4GenericBiasingPhysics | ( | const G4String & | name = "BiasingP" | ) |
Definition at line 60 of file G4GenericBiasingPhysics.cc.
|
virtual |
Definition at line 71 of file G4GenericBiasingPhysics.cc.
|
private |
void G4GenericBiasingPhysics::AddParallelGeometry | ( | const G4String & | particleName, |
const G4String & | parallelGeometryName | ||
) |
Definition at line 188 of file G4GenericBiasingPhysics.cc.
References fParallelGeometriesForParticle, and fParticlesWithParallelGeometries.
Referenced by AddParallelGeometry(), and main().
void G4GenericBiasingPhysics::AddParallelGeometry | ( | const G4String & | particleName, |
const std::vector< G4String > & | parallelGeometryNames | ||
) |
Definition at line 218 of file G4GenericBiasingPhysics.cc.
References AddParallelGeometry().
void G4GenericBiasingPhysics::AddParallelGeometry | ( | G4int | PDGlow, |
G4int | PDGhigh, | ||
const G4String & | parallelGeometryName, | ||
G4bool | includeAntiParticle = true |
||
) |
Definition at line 223 of file G4GenericBiasingPhysics.cc.
References fPDGhighParallelGeometries, fPDGlowParallelGeometries, fPDGrangeParallelGeometries, G4cout, and G4endl.
void G4GenericBiasingPhysics::AddParallelGeometry | ( | G4int | PDGlow, |
G4int | PDGhigh, | ||
const std::vector< G4String > & | parallelGeometryNames, | ||
G4bool | includeAntiParticle = true |
||
) |
Definition at line 246 of file G4GenericBiasingPhysics.cc.
References AddParallelGeometry(), G4cout, and G4endl.
void G4GenericBiasingPhysics::AddParallelGeometryAllCharged | ( | const G4String & | parallelGeometryName, |
G4bool | includeShortLived = false |
||
) |
Definition at line 257 of file G4GenericBiasingPhysics.cc.
References fAllChargedParallelGeometriesISL, and fParallelGeometriesForCharged.
Referenced by AddParallelGeometryAllCharged().
void G4GenericBiasingPhysics::AddParallelGeometryAllCharged | ( | const std::vector< G4String > & | parallelGeometryNames, |
G4bool | includeShortLived = false |
||
) |
Definition at line 275 of file G4GenericBiasingPhysics.cc.
References AddParallelGeometryAllCharged().
void G4GenericBiasingPhysics::AddParallelGeometryAllNeutral | ( | const G4String & | parallelGeometryName, |
G4bool | includeShortLived = false |
||
) |
Definition at line 280 of file G4GenericBiasingPhysics.cc.
References fAllNeutralParallelGeometriesISL, and fParallelGeometriesForNeutral.
Referenced by AddParallelGeometryAllNeutral().
void G4GenericBiasingPhysics::AddParallelGeometryAllNeutral | ( | const std::vector< G4String > & | parallelGeometryNames, |
G4bool | includeShortLived = false |
||
) |
Definition at line 298 of file G4GenericBiasingPhysics.cc.
References AddParallelGeometryAllNeutral().
|
private |
Definition at line 504 of file G4GenericBiasingPhysics.cc.
References G4BiasingHelper::AddLimiterProcess(), G4ParallelGeometriesLimiterProcess::AddParallelWorld(), fParallelGeometriesForParticle, fParticlesWithParallelGeometries, fPDGhighParallelGeometries, fPDGlowParallelGeometries, fPDGrangeParallelGeometries, G4VPhysicsConstructor::GetParticleIterator(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetPDGEncoding(), and G4ParticleDefinition::GetProcessManager().
Referenced by ConstructProcess().
|
inline |
Definition at line 107 of file G4GenericBiasingPhysics.hh.
References fVerbose.
Referenced by main().
void G4GenericBiasingPhysics::Bias | ( | const G4String & | particleName | ) |
Definition at line 103 of file G4GenericBiasingPhysics.cc.
References NonPhysicsBias(), and PhysicsBias().
Referenced by main().
void G4GenericBiasingPhysics::Bias | ( | const G4String & | particleName, |
const std::vector< G4String > & | processToBiasNames | ||
) |
Definition at line 111 of file G4GenericBiasingPhysics.cc.
References NonPhysicsBias(), and PhysicsBias().
void G4GenericBiasingPhysics::BiasAddPDGRange | ( | G4int | PDGlow, |
G4int | PDGhigh, | ||
G4bool | includeAntiParticle = true |
||
) |
Definition at line 145 of file G4GenericBiasingPhysics.cc.
References G4cout, G4endl, NonPhysicsBiasAddPDGRange(), and PhysicsBiasAddPDGRange().
void G4GenericBiasingPhysics::BiasAllCharged | ( | G4bool | includeShortLived = false | ) |
Definition at line 162 of file G4GenericBiasingPhysics.cc.
References fNonPhysBiasAllCharged, fNonPhysBiasAllChargedISL, fPhysBiasAllCharged, and fPhysBiasAllChargedISL.
void G4GenericBiasingPhysics::BiasAllNeutral | ( | G4bool | includeShortLived = false | ) |
Definition at line 179 of file G4GenericBiasingPhysics.cc.
References fNonPhysBiasAllNeutral, fNonPhysBiasAllNeutralISL, fPhysBiasAllNeutral, and fPhysBiasAllNeutralISL.
|
virtual |
Implements G4VPhysicsConstructor.
Definition at line 307 of file G4GenericBiasingPhysics.cc.
|
virtual |
Implements G4VPhysicsConstructor.
Definition at line 312 of file G4GenericBiasingPhysics.cc.
References G4BiasingHelper::ActivateNonPhysicsBiasing(), G4BiasingHelper::ActivatePhysicsBiasing(), AssociateParallelGeometries(), DBL_MIN, fBiasAllProcesses, fBiasedParticles, fBiasedProcesses, fNonPhysBiasAllCharged, fNonPhysBiasAllChargedISL, fNonPhysBiasAllNeutral, fNonPhysBiasAllNeutralISL, fNonPhysBiasByPDGRangeHigh, fNonPhysBiasByPDGRangeLow, fNonPhysBiasedParticles, fPhysBiasAllCharged, fPhysBiasAllChargedISL, fPhysBiasAllNeutral, fPhysBiasAllNeutralISL, fPhysBiasByPDGRangeHigh, fPhysBiasByPDGRangeLow, fVerbose, G4cout, G4endl, G4VPhysicsConstructor::GetParticleIterator(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGEncoding(), G4ProcessManager::GetProcessList(), G4ParticleDefinition::GetProcessManager(), G4VProcess::GetProcessName(), G4ParticleDefinition::IsShortLived(), and G4ProcessVector::size().
void G4GenericBiasingPhysics::NonPhysicsBias | ( | const G4String & | particleName | ) |
Definition at line 96 of file G4GenericBiasingPhysics.cc.
References fNonPhysBiasedParticles.
Referenced by Bias(), and main().
void G4GenericBiasingPhysics::NonPhysicsBiasAddPDGRange | ( | G4int | PDGlow, |
G4int | PDGhigh, | ||
G4bool | includeAntiParticle = true |
||
) |
Definition at line 131 of file G4GenericBiasingPhysics.cc.
References fNonPhysBiasByPDGRangeHigh, fNonPhysBiasByPDGRangeLow, G4cout, and G4endl.
Referenced by BiasAddPDGRange().
void G4GenericBiasingPhysics::NonPhysicsBiasAllCharged | ( | G4bool | includeShortLived = false | ) |
Definition at line 157 of file G4GenericBiasingPhysics.cc.
References fNonPhysBiasAllCharged, and fNonPhysBiasAllChargedISL.
void G4GenericBiasingPhysics::NonPhysicsBiasAllNeutral | ( | G4bool | includeShortLived = false | ) |
Definition at line 174 of file G4GenericBiasingPhysics.cc.
References fNonPhysBiasAllNeutral, and fNonPhysBiasAllNeutralISL.
|
private |
void G4GenericBiasingPhysics::PhysicsBias | ( | const G4String & | particleName | ) |
Definition at line 77 of file G4GenericBiasingPhysics.cc.
References fBiasAllProcesses, fBiasedParticles, and fBiasedProcesses.
Referenced by Bias(), and main().
void G4GenericBiasingPhysics::PhysicsBias | ( | const G4String & | particleName, |
const std::vector< G4String > & | processToBiasNames | ||
) |
Definition at line 87 of file G4GenericBiasingPhysics.cc.
References fBiasAllProcesses, fBiasedParticles, and fBiasedProcesses.
void G4GenericBiasingPhysics::PhysicsBiasAddPDGRange | ( | G4int | PDGlow, |
G4int | PDGhigh, | ||
G4bool | includeAntiParticle = true |
||
) |
Definition at line 118 of file G4GenericBiasingPhysics.cc.
References fPhysBiasByPDGRangeHigh, fPhysBiasByPDGRangeLow, G4cout, and G4endl.
Referenced by BiasAddPDGRange().
void G4GenericBiasingPhysics::PhysicsBiasAllCharged | ( | G4bool | includeShortLived = false | ) |
Definition at line 152 of file G4GenericBiasingPhysics.cc.
References fPhysBiasAllCharged, and fPhysBiasAllChargedISL.
void G4GenericBiasingPhysics::PhysicsBiasAllNeutral | ( | G4bool | includeShortLived = false | ) |
Definition at line 169 of file G4GenericBiasingPhysics.cc.
References fPhysBiasAllNeutral, and fPhysBiasAllNeutralISL.
|
private |
Definition at line 148 of file G4GenericBiasingPhysics.hh.
Referenced by AddParallelGeometryAllCharged().
|
private |
Definition at line 148 of file G4GenericBiasingPhysics.hh.
Referenced by AddParallelGeometryAllNeutral().
|
private |
Definition at line 127 of file G4GenericBiasingPhysics.hh.
Referenced by ConstructProcess(), and PhysicsBias().
|
private |
Definition at line 126 of file G4GenericBiasingPhysics.hh.
Referenced by ConstructProcess(), and PhysicsBias().
|
private |
Definition at line 129 of file G4GenericBiasingPhysics.hh.
Referenced by ConstructProcess(), and PhysicsBias().
|
private |
Definition at line 136 of file G4GenericBiasingPhysics.hh.
Referenced by BiasAllCharged(), ConstructProcess(), and NonPhysicsBiasAllCharged().
|
private |
Definition at line 137 of file G4GenericBiasingPhysics.hh.
Referenced by BiasAllCharged(), ConstructProcess(), and NonPhysicsBiasAllCharged().
|
private |
Definition at line 138 of file G4GenericBiasingPhysics.hh.
Referenced by BiasAllNeutral(), ConstructProcess(), and NonPhysicsBiasAllNeutral().
|
private |
Definition at line 139 of file G4GenericBiasingPhysics.hh.
Referenced by BiasAllNeutral(), ConstructProcess(), and NonPhysicsBiasAllNeutral().
|
private |
Definition at line 135 of file G4GenericBiasingPhysics.hh.
Referenced by ConstructProcess(), and NonPhysicsBiasAddPDGRange().
|
private |
Definition at line 135 of file G4GenericBiasingPhysics.hh.
Referenced by ConstructProcess(), and NonPhysicsBiasAddPDGRange().
|
private |
Definition at line 131 of file G4GenericBiasingPhysics.hh.
Referenced by ConstructProcess(), and NonPhysicsBias().
|
private |
Definition at line 147 of file G4GenericBiasingPhysics.hh.
Referenced by AddParallelGeometryAllCharged().
|
private |
Definition at line 147 of file G4GenericBiasingPhysics.hh.
Referenced by AddParallelGeometryAllNeutral().
|
private |
Definition at line 144 of file G4GenericBiasingPhysics.hh.
Referenced by AddParallelGeometry(), and AssociateParallelGeometries().
|
private |
Definition at line 143 of file G4GenericBiasingPhysics.hh.
Referenced by AddParallelGeometry(), and AssociateParallelGeometries().
|
private |
Definition at line 145 of file G4GenericBiasingPhysics.hh.
Referenced by AddParallelGeometry(), and AssociateParallelGeometries().
|
private |
Definition at line 145 of file G4GenericBiasingPhysics.hh.
Referenced by AddParallelGeometry(), and AssociateParallelGeometries().
|
private |
Definition at line 146 of file G4GenericBiasingPhysics.hh.
Referenced by AddParallelGeometry(), and AssociateParallelGeometries().
|
private |
Definition at line 136 of file G4GenericBiasingPhysics.hh.
Referenced by BiasAllCharged(), ConstructProcess(), and PhysicsBiasAllCharged().
|
private |
Definition at line 137 of file G4GenericBiasingPhysics.hh.
Referenced by BiasAllCharged(), ConstructProcess(), and PhysicsBiasAllCharged().
|
private |
Definition at line 138 of file G4GenericBiasingPhysics.hh.
Referenced by BiasAllNeutral(), ConstructProcess(), and PhysicsBiasAllNeutral().
|
private |
Definition at line 139 of file G4GenericBiasingPhysics.hh.
Referenced by BiasAllNeutral(), ConstructProcess(), and PhysicsBiasAllNeutral().
|
private |
Definition at line 134 of file G4GenericBiasingPhysics.hh.
Referenced by ConstructProcess(), and PhysicsBiasAddPDGRange().
|
private |
Definition at line 134 of file G4GenericBiasingPhysics.hh.
Referenced by ConstructProcess(), and PhysicsBiasAddPDGRange().
|
private |
Definition at line 155 of file G4GenericBiasingPhysics.hh.
Referenced by BeVerbose(), and ConstructProcess().