EGS Brachy
An egs++ user code for rapid brachytherapy calculations
|
Go to the source code of this file.
Namespaces | |
namespace | eb_tests |
namespace | eb_tests.spec_vox |
namespace | eb_tests.spec_vox.test |
Functions | |
eb_tests.spec_vox.test.expected (e) | |
eb_tests.spec_vox.test.compare_results (egslst, inp_name) | |
Variables | |
str | eb_tests.spec_vox.test.EGSINP = "spec_vox.egsinp" |
int | eb_tests.spec_vox.test.TIME_LIMIT_S_PER_MHZ = 7/2993. |
float | eb_tests.spec_vox.test.BIN_WIDTH = 0.001 |
eb_tests.spec_vox.test.EMIN | |
eb_tests.spec_vox.test.EMAX | |
eb_tests.spec_vox.test.R1 | |
eb_tests.spec_vox.test.R2 | |
eb_tests.spec_vox.test.TRACK_LENGTH = R2 - R1 | |
tuple | eb_tests.spec_vox.test.N_BINS_IN_RANGE = (EMAX-EMIN)/BIN_WIDTH |
tuple | eb_tests.spec_vox.test.SCORED_IN_BIN = TRACK_LENGTH/N_BINS_IN_RANGE |
int | eb_tests.spec_vox.test.VOLUME = 4/3.*math.pi*(0.2**3-0.1**3) |