topasmc / topas-docs

TOPAS Documentation
http://topas.readthedocs.org
13 stars 26 forks source link

Variance reduction 'secondary biasing' unclear... #33

Open bwheelz36 opened 3 years ago

bwheelz36 commented 3 years ago

Hi all, I hope it's ok for me to add issues here, thought maybe it's easier for tracking than the forum...

It now appears that that geometric russian roulette is implemented an entirely separate process called DirectionalFilter. I understand the principle of this, but there must be numbers involved. If a particle is going outside the ROI, then russian roulette is applied - e.g. the particle must has a 1/10 chance of surviving, an it's weight increased by a factor of 10. But what are the numbers involved? Are these derived from the ParticleSplit? What happens if DirectionalFilter is implemented with no ParticleSplit?

jiperl commented 3 years ago

@JoseRamosMendez Hoping you can look into this