Replies: 1 comment 1 reply
-
One way would be to create your own scoring array and then accumulate results (whatever they are) based on conditions (history, region, charge, iarg, etc.). But indeed you'll need to flag secondaries. If in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create a custom ausgab object, and I'm not sure where to go now that I have the basic skeleton. I want to have the simulation print to a file how much energy each secondary electron deposited to certain regions. Something like "Region1 Energy1, Region2 Energy2" meaning that some secondary electron deposited Energy1 in Region1 and Energy2 in Region2. I've noticed that there's a method for flagging secondaries in the FluenceScoring ausgab object. Beyond that, I'm not sure how to actually record the energy deposited by that secondary and how I would add that information to a separate file. Any help for how to start off would be great. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions