|
Geant4
10.02
|
#include <G4VSampler.hh>
Inheritance diagram for G4VSampler:Public Member Functions | |
| G4VSampler () | |
| virtual | ~G4VSampler () |
| virtual void | PrepareImportanceSampling (G4VIStore *istore, const G4VImportanceAlgorithm *ialg=0)=0 |
| virtual void | PrepareWeightRoulett (G4double wsurvive=0.5, G4double wlimit=0.25, G4double isource=1)=0 |
| virtual void | PrepareWeightWindow (G4VWeightWindowStore *wwstore, G4VWeightWindowAlgorithm *wwAlg=0, G4PlaceOfAction placeOfAction=onBoundary)=0 |
| virtual void | Configure ()=0 |
| virtual void | ClearSampling ()=0 |
| virtual G4bool | IsConfigured () const =0 |
| virtual void | SetParallel (G4bool paraflag)=0 |
Definition at line 54 of file G4VSampler.hh.
| G4VSampler::G4VSampler | ( | ) |
Definition at line 38 of file G4VSampler.cc.
|
virtual |
Definition at line 41 of file G4VSampler.cc.
|
pure virtual |
Implemented in G4GeometrySampler.
|
pure virtual |
Implemented in G4GeometrySampler.
|
pure virtual |
Implemented in G4GeometrySampler.
|
pure virtual |
Implemented in G4GeometrySampler.
|
pure virtual |
Implemented in G4GeometrySampler.
|
pure virtual |
Implemented in G4GeometrySampler.
|
pure virtual |
Implemented in G4GeometrySampler.