Skip to content
Snippets Groups Projects

Updated Reconstructed Particle

Merged Whitney Armstrong requested to merge rec_part into master
1 file
+ 7
7
Compare changes
  • Side-by-side
  • Inline
+ 7
7
@@ -186,15 +186,15 @@ datatypes :
@@ -186,15 +186,15 @@ datatypes :
eic::ReconstructedParticle:
eic::ReconstructedParticle:
Description: "EIC Reconstructed Particle"
Description: "EIC Reconstructed Particle"
Author : "F.Gaede, B. Hegner"
Author : "W.Armstrong"
Members:
Members:
- int type // Type of reconstructed particle.
- long long pid // PID of reconstructed particle.
- double energy // Energy of the reconstructed particle.
- double energy // Energy of the reconstructed particle.
- std::array<double, 3> momentum // The reconstructed particle's 3-momentum
- eic::VectorXYZ p // three momentum.
- float charge // The particle's charge
- double charge // The particle's charge
- double mass // The mass of the particle in [GeV]
- double mass // The mass of the particle in [GeV]
OneToOneRelations:
OneToOneRelations:
- eic::Vertex vertex // The start vertex associated to this particle.
- eic::Vertex vertex // The start vertex associated to this particle.
OneToManyRelations:
OneToManyRelations:
- eic::Cluster clusters // The clusters combined to this particle.
- eic::Cluster clusters // The clusters combined to this particle.
- eic::Track tracks // The tracks combined to this particle"
- eic::Track tracks // The tracks combined to this particle"
Loading