Hello everyone!
I’m calculating the energy deposition and dose generated by an isotropic volume source within a detector (ionization chamber).
The radioactive source is a solution contained in a stainless steel tank, and the radioactive source is Cs-137.
Regarding the physics list, is it feasible to use the one in example.cc of particle B1 as follows:
// Physics list
G4VModularPhysicsList* physicsList = new QBBC;
physicsList->SetVerboseLevel(1);
runManager->SetUserInitialization(physicsList);
or how to choose the physical list?