42 : fWorld(worldvolume),
43 fPlacer(particlename),
46 fWeightCutOffProcess =
48 if (!fWeightCutOffProcess)
50 G4Exception(
"G4WeightCutOffConfigurator::G4WeightCutOffConfigurator()",
52 "Failed to allocate G4WeightCutOffProcess !");
60 fPlacer.RemoveProcess(fWeightCutOffProcess);
61 delete fWeightCutOffProcess;
67 G4cout <<
" entering new weight window configure " <<
G4endl;
69 if(paraflag) { fWeightCutOffProcess->SetParallelWorld(fWorld->GetName()); }
71 fPlacer.AddProcessAsLastDoIt(fWeightCutOffProcess);
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
G4GLOB_DLL std::ostream G4cout
virtual void Configure(G4VSamplerConfigurator *preConf)
virtual const G4VTrackTerminator * GetTrackTerminator() const
virtual ~G4WeightCutOffConfigurator()
G4WeightCutOffConfigurator(const G4VPhysicalVolume *worldvolume, const G4String &particlename, G4double wsurvival, G4double wlimit, G4double isource, G4VIStore *istore, G4bool paraflag)