Replies: 1 comment 5 replies
-
If you read 24-28 as a byte, it gives you an integer number. That integer corresponds to the region number where the particle was created (all 0's, then it's primary). Secondaries are defined as any particle created that is not a primary from the source (some sources like a phsp may include secondaries). Rayleigh scattering does not produce any new particles, so the photon remains primary. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use
LATCH
, I can't understand what 24-28 bits mean. For example, if I set a region bit to 3, will the 24-28 bits store a numeric value of 11000? If I usebeamdp
to read out particles interacting in region 3, can I select 24 and 25 in inclusive bits? There is another question, I am not very clear about the definition of secondary particles, what interactions occur to produce secondary particles? Are the particles after elastic collisions(Rayleigh scattering)secondary?Beta Was this translation helpful? Give feedback.
All reactions