Geant4_10
|
#include <G4GeometrySampler.hh>
Public Member Functions | |
G4GeometrySampler (G4VPhysicalVolume *worldvolume, const G4String &particlename) | |
G4GeometrySampler (G4String worldvolumeName, const G4String &particlename) | |
virtual | ~G4GeometrySampler () |
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) |
virtual void | Configure () |
virtual void | AddProcess () |
virtual void | ClearSampling () |
virtual G4bool | IsConfigured () const |
void | SetParallel (G4bool paraflag) |
void | SetWorld (const G4VPhysicalVolume *world) |
void | SetParticle (const G4String &particlename) |
G4String | GetParticleName () |
Public Member Functions inherited from G4VSampler | |
G4VSampler () | |
virtual | ~G4VSampler () |
Definition at line 53 of file G4GeometrySampler.hh.
|
explicit |
Definition at line 51 of file G4GeometrySampler.cc.
|
virtual |
|
virtual |
Definition at line 287 of file G4GeometrySampler.cc.
|
virtual |
Implements G4VSampler.
Definition at line 94 of file G4GeometrySampler.cc.
|
virtual |
Implements G4VSampler.
Definition at line 235 of file G4GeometrySampler.cc.
|
inline |
Definition at line 84 of file G4GeometrySampler.hh.
|
virtual |
Implements G4VSampler.
Definition at line 126 of file G4GeometrySampler.cc.
|
virtual |
Implements G4VSampler.
Definition at line 160 of file G4GeometrySampler.cc.
|
virtual |
Implements G4VSampler.
Definition at line 181 of file G4GeometrySampler.cc.
|
virtual |
Implements G4VSampler.
Definition at line 212 of file G4GeometrySampler.cc.
Implements G4VSampler.
Definition at line 308 of file G4GeometrySampler.cc.
Definition at line 318 of file G4GeometrySampler.cc.
void G4GeometrySampler::SetWorld | ( | const G4VPhysicalVolume * | world | ) |