Attention
** Sign up for TOPAS Announcements Email List**
Get updates on user meetings, code releases, and more.
For more, see https://github.com/OpenTOPAS/OpenTOPAS/discussions/185
Custom Outcome Models#
The first line of the c.c file must be of the form:
// Outcome Model for MyOutcomeModel1
Your custom outcome model can perform whatever analysis you wish from an TOPAS DVH. The work is all in your Initialize method. See the outcome modeling folder of the TOPAS GitHub page.