45 : fWorld(worldvolume),
46 fPlacer(particlename),
47 fWeightWindowStore(wwstore),
48 fDeleteWWalg( ( ! wwAlg) ),
49 fWWalgorithm(( (fDeleteWWalg) ?
51 fWeightWindowProcess(0),
52 fPlaceOfAction(placeOfAction)
59 if (fWeightWindowProcess)
62 delete fWeightWindowProcess;
73 G4cout <<
" entering weight window configure " <<
G4endl;
80 fWeightWindowProcess =
84 fPlaceOfAction,
"WeightWindowProcess",paraflag);
94 return fWeightWindowProcess;
void SetParallelWorld(const G4String ¶llelWorldName)
virtual void AddProcessAsSecondDoIt(G4VProcess *process)
virtual void RemoveProcess(G4VProcess *process)
virtual void Configure(G4VSamplerConfigurator *preConf)
virtual const G4VTrackTerminator * GetTrackTerminator() const =0
G4GLOB_DLL std::ostream G4cout
G4WeightWindowConfigurator(const G4VPhysicalVolume *worldvolume, const G4String &particlename, G4VWeightWindowStore &wwstore, const G4VWeightWindowAlgorithm *wwAlg, G4PlaceOfAction placeOfAction, G4bool paraflag)
const G4String & GetName() const
virtual ~G4WeightWindowConfigurator()
virtual const G4VTrackTerminator * GetTrackTerminator() const