ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/processes/biasing/importance/include/G4VSampler.hh>
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 53 of file G4VSampler.hh.
View newest version in sPHENIX GitHub at line 53 of file G4VSampler.hh
G4VSampler::G4VSampler | ( | ) |
Definition at line 37 of file G4VSampler.cc.
View newest version in sPHENIX GitHub at line 37 of file G4VSampler.cc
|
virtual |
Definition at line 40 of file G4VSampler.cc.
View newest version in sPHENIX GitHub at line 40 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.
Implemented in G4GeometrySampler.