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

Updated Reconstructed Particle

- Since this is the last chance we will have.
parent 6bd2acb2
Branches
Tags
1 merge request!15Updated Reconstructed Particle
......@@ -186,12 +186,12 @@ datatypes :
eic::ReconstructedParticle:
Description: "EIC Reconstructed Particle"
Author : "F.Gaede, B. Hegner"
Author : "W.Armstrong"
Members:
- int type // Type of reconstructed particle.
- long long pid // PID 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
- 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment