Skip to content
Snippets Groups Projects
Commit 2bb3af1f authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Updated Reconstructed Particle

- Since this is the last chance we will have.
parent 6bd2acb2
No related branches found
No related tags found
1 merge request!15Updated Reconstructed Particle
Pipeline #6635 passed
......@@ -186,13 +186,13 @@ datatypes :
eic::ReconstructedParticle:
Description: "EIC Reconstructed Particle"
Author : "F.Gaede, B. Hegner"
Author : "W.Armstrong"
Members:
- int type // Type of reconstructed particle.
- double energy // Energy of the reconstructed particle.
- std::array<double, 3> momentum // The reconstructed particle's 3-momentum
- float charge // The particle's charge
- double mass // The mass of the particle in [GeV]
- int pid // PID of reconstructed particle.
- double energy // Energy of the reconstructed particle.
- eic::VectorXYZ p // three momentum.
- double charge // The particle's charge
- double mass // The mass of the particle in [GeV]
OneToOneRelations:
- eic::Vertex vertex // The start vertex associated to this particle.
OneToManyRelations:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment