Geant4-11
|
#include <G4GeometrySampler.hh>
Public Member Functions | |
virtual void | AddProcess () |
virtual void | ClearSampling () |
virtual void | Configure () |
G4GeometrySampler (G4String worldvolumeName, const G4String &particlename) | |
G4GeometrySampler (G4VPhysicalVolume *worldvolume, const G4String &particlename) | |
G4String | GetParticleName () |
virtual G4bool | IsConfigured () const |
virtual void | PrepareImportanceSampling (G4VIStore *istore, const G4VImportanceAlgorithm *ialg) |
virtual void | PrepareWeightRoulett (G4double wsurvive, G4double wlimit, G4double isource) |
virtual void | PrepareWeightWindow (G4VWeightWindowStore *wwstore, G4VWeightWindowAlgorithm *wwAlg, G4PlaceOfAction placeOfAction) |
void | SetParallel (G4bool paraflag) |
void | SetParticle (const G4String &particlename) |
void | SetWorld (const G4VPhysicalVolume *world) |
virtual | ~G4GeometrySampler () |
Private Member Functions | |
G4GeometrySampler (const G4GeometrySampler &) | |
G4GeometrySampler & | operator= (const G4GeometrySampler &) |
Definition at line 52 of file G4GeometrySampler.hh.
|
explicit |
Definition at line 49 of file G4GeometrySampler.cc.
References paraflag.
|
explicit |
Definition at line 68 of file G4GeometrySampler.cc.
References fWorld, G4TransportationManager::GetNavigatorForTracking(), G4TransportationManager::GetTransportationManager(), G4Navigator::GetWorldVolume(), and paraflag.
|
virtual |
Definition at line 88 of file G4GeometrySampler.cc.
|
private |
|
virtual |
Definition at line 286 of file G4GeometrySampler.cc.
References G4WeightCutOffConfigurator::Configure(), G4VSamplerConfigurator::Configure(), fConfigurators, and fWeightCutOffConfigurator.
Referenced by Configure(), G4ImportanceBiasing::ConstructProcess(), and G4WeightWindowBiasing::ConstructProcess().
|
virtual |
Implements G4VSampler.
Definition at line 93 of file G4GeometrySampler.cc.
References fConfigurators, fImportanceConfigurator, fIsConfigured, fIStore, fWeightCutOffConfigurator, and fWeightWindowConfigurator.
|
virtual |
Implements G4VSampler.
Definition at line 234 of file G4GeometrySampler.cc.
References AddProcess(), fConfigurators, fImportanceConfigurator, fIsConfigured, fWeightWindowConfigurator, G4cout, G4endl, and IsConfigured().
Referenced by G4ImportanceBiasing::ConstructProcess(), and G4WeightWindowBiasing::ConstructProcess().
|
inline |
|
virtual |
Implements G4VSampler.
Definition at line 125 of file G4GeometrySampler.cc.
References fIsConfigured, G4cout, and G4endl.
Referenced by Configure().
|
private |
|
virtual |
Implements G4VSampler.
Definition at line 159 of file G4GeometrySampler.cc.
References FatalException, fImportanceConfigurator, fIStore, fParticleName, fWorldName, G4cout, G4endl, G4Exception(), G4VIStore::GetWorldVolume(), paraflag, and G4ImportanceConfigurator::SetWorldName().
Referenced by G4ImportanceBiasing::ConstructProcess().
|
virtual |
Implements G4VSampler.
Definition at line 180 of file G4GeometrySampler.cc.
References FatalException, fIStore, fParticleName, fWeightCutOffConfigurator, fWorld, G4cout, G4endl, G4Exception(), and paraflag.
|
virtual |
Implements G4VSampler.
Definition at line 211 of file G4GeometrySampler.cc.
References fParticleName, fWeightWindowConfigurator, fWWStore, G4cout, G4endl, G4VWeightWindowStore::GetWorldVolume(), and paraflag.
Referenced by G4WeightWindowBiasing::ConstructProcess().
|
virtual |
Implements G4VSampler.
Definition at line 307 of file G4GeometrySampler.cc.
References paraflag.
Referenced by G4ImportanceBiasing::ConstructProcess(), and G4WeightWindowBiasing::ConstructProcess().
void G4GeometrySampler::SetParticle | ( | const G4String & | particlename | ) |
Definition at line 317 of file G4GeometrySampler.cc.
References fParticleName.
void G4GeometrySampler::SetWorld | ( | const G4VPhysicalVolume * | world | ) |
Definition at line 312 of file G4GeometrySampler.cc.
References fWorld.
|
private |
Definition at line 104 of file G4GeometrySampler.hh.
Referenced by AddProcess(), ClearSampling(), and Configure().
|
private |
Definition at line 96 of file G4GeometrySampler.hh.
Referenced by ClearSampling(), Configure(), and PrepareImportanceSampling().
|
private |
Definition at line 103 of file G4GeometrySampler.hh.
Referenced by ClearSampling(), Configure(), and IsConfigured().
|
private |
Definition at line 100 of file G4GeometrySampler.hh.
Referenced by ClearSampling(), PrepareImportanceSampling(), and PrepareWeightRoulett().
|
private |
Definition at line 93 of file G4GeometrySampler.hh.
Referenced by GetParticleName(), PrepareImportanceSampling(), PrepareWeightRoulett(), PrepareWeightWindow(), and SetParticle().
|
private |
Definition at line 99 of file G4GeometrySampler.hh.
Referenced by AddProcess(), ClearSampling(), and PrepareWeightRoulett().
|
private |
Definition at line 101 of file G4GeometrySampler.hh.
Referenced by ClearSampling(), Configure(), and PrepareWeightWindow().
|
private |
Definition at line 94 of file G4GeometrySampler.hh.
Referenced by G4GeometrySampler(), PrepareWeightRoulett(), and SetWorld().
|
private |
Definition at line 95 of file G4GeometrySampler.hh.
Referenced by PrepareImportanceSampling().
|
private |
Definition at line 102 of file G4GeometrySampler.hh.
Referenced by PrepareWeightWindow().
|
private |
Definition at line 106 of file G4GeometrySampler.hh.
Referenced by G4GeometrySampler(), PrepareImportanceSampling(), PrepareWeightRoulett(), PrepareWeightWindow(), and SetParallel().