44 fParallelWorldIndex ( -1 ),
45 fBiasingSharedData ( nullptr ),
47 fDummyParticleChange()
70 ->CreateTouchableHistoryHandle();
111 biasingLimiterProcess
113 ->CreateTouchableHistoryHandle();
143 G4int preImportance = (*fImportanceMap)[ preReplicaNumber];
144 G4int postImportance = (*fImportanceMap)[postReplicaNumber];
154 if ( postImportance > preImportance )
157 G4int splittingFactor = postImportance/preImportance;
160 G4double weightOfTrack = initialWeight/splittingFactor;
182 if ( random > survivingProbability )