Replies: 1 comment 1 reply
-
Apologies, this has been totally under my radar. The |
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
-
Hello!
I'm trying to figure out how a Barcode for a particle is composed.
I read Barcode description from here:
https://github.com/acts-project/acts/blob/main/Fatras/include/ActsFatras/EventData/Barcode.hpp#L17
For example, suppose we have such particles:
There were two colliding particle beams.
As a result of their collision, the following particles were appeared: particle0, particle1, particle2, particle3, particle4.
Particles particle5, particle6, particle7, particle8 are obtained from particle2.
Particles particle9, particle10, particle11, particle12 are obtained from particle7.
What is the Barcodes of the following particles:
particle2, particle3,
particle7, particle8,
particle11, particle12 ?
Beta Was this translation helpful? Give feedback.
All reactions