|
Geant4
10.02.p02
|
#include <G4WeightCutOffConfigurator.hh>
Inheritance diagram for G4WeightCutOffConfigurator:
Collaboration diagram for G4WeightCutOffConfigurator:Public Member Functions | |
| G4WeightCutOffConfigurator (const G4VPhysicalVolume *worldvolume, const G4String &particlename, G4double wsurvival, G4double wlimit, G4double isource, G4VIStore *istore, G4bool paraflag) | |
| virtual | ~G4WeightCutOffConfigurator () |
| virtual void | Configure (G4VSamplerConfigurator *preConf) |
| virtual const G4VTrackTerminator * | GetTrackTerminator () const |
Public Member Functions inherited from G4VSamplerConfigurator | |
| G4VSamplerConfigurator () | |
| virtual | ~G4VSamplerConfigurator () |
Private Member Functions | |
| G4WeightCutOffConfigurator (const G4WeightCutOffConfigurator &) | |
| G4WeightCutOffConfigurator & | operator= (const G4WeightCutOffConfigurator &) |
Private Attributes | |
| const G4VPhysicalVolume * | fWorld |
| G4ProcessPlacer | fPlacer |
| G4WeightCutOffProcess * | fWeightCutOffProcess |
| G4bool | fPlaced |
| G4bool | paraflag |
Definition at line 51 of file G4WeightCutOffConfigurator.hh.
| G4WeightCutOffConfigurator::G4WeightCutOffConfigurator | ( | const G4VPhysicalVolume * | worldvolume, |
| const G4String & | particlename, | ||
| G4double | wsurvival, | ||
| G4double | wlimit, | ||
| G4double | isource, | ||
| G4VIStore * | istore, | ||
| G4bool | paraflag | ||
| ) |
Definition at line 39 of file G4WeightCutOffConfigurator.cc.
References FatalException, fWeightCutOffProcess, G4Exception(), and paraflag.
Here is the call graph for this function:
|
virtual |
Definition at line 63 of file G4WeightCutOffConfigurator.cc.
References fPlaced, fPlacer, fWeightCutOffProcess, and G4ProcessPlacer::RemoveProcess().
Here is the call graph for this function:
|
private |
|
virtual |
Implements G4VSamplerConfigurator.
Definition at line 72 of file G4WeightCutOffConfigurator.cc.
References G4ProcessPlacer::AddProcessAsLastDoIt(), fPlaced, fPlacer, fWeightCutOffProcess, fWorld, G4cout, G4endl, G4VPhysicalVolume::GetName(), paraflag, and G4WeightCutOffProcess::SetParallelWorld().
Referenced by G4GeometrySampler::AddProcess().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Implements G4VSamplerConfigurator.
Definition at line 83 of file G4WeightCutOffConfigurator.cc.
|
private |
|
private |
Definition at line 77 of file G4WeightCutOffConfigurator.hh.
Referenced by Configure(), and ~G4WeightCutOffConfigurator().
|
private |
Definition at line 75 of file G4WeightCutOffConfigurator.hh.
Referenced by Configure(), and ~G4WeightCutOffConfigurator().
|
private |
Definition at line 76 of file G4WeightCutOffConfigurator.hh.
Referenced by Configure(), G4WeightCutOffConfigurator(), and ~G4WeightCutOffConfigurator().
|
private |
Definition at line 74 of file G4WeightCutOffConfigurator.hh.
Referenced by Configure().
|
private |
Definition at line 80 of file G4WeightCutOffConfigurator.hh.
Referenced by Configure(), and G4WeightCutOffConfigurator().