“Best Approach for Two-Source Configuration in a Single Geant4 Run”

_Geant4 Version: geant4-11-02-patch-02 [MT] (21-June-2024)
_Operating System: Ubuntu 64bit
_Compiler/Version:_g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
_CMake Version: 3.22.1

I’m a beginner developer learning step by step with the help of this community, and I’d like to ask for your advice. In Geant4, I need to run two radiation sources in a single run. Which approach is more appropriate:

  1. Mixing two sources in one GPS using a two-source configuration with a specified ratio,
  2. Emitting particles separately via a particle gun or custom source-code logic,
    or is there another method you would recommend?
    Thank you for your guidance!