Dose Discrepancy with and without boundary skipping in regular navigation

Hello Pedro,

I have actually figured out a solution to my problem. There were two issues:

  1. When registering physics for the parallel world, it is necessary to include the true argument, e.g.:

physics->RegisterPhysics(new G4ParallelWorldPhysics(parallelWorldName,true));

  1. The phantom parameterization needed to be in the parallel world, not the primary world.