Skip to content
Snippets Groups Projects
Commit 16f711c0 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Add direction to ReconstructedParticle

parent 1b4919ea
Branches
Tags
1 merge request!48Add direction to ReconstructedParticle
Pipeline #17682 failed
...@@ -292,8 +292,9 @@ datatypes: ...@@ -292,8 +292,9 @@ datatypes:
- int16_t charge // Particle charge (or sign) - int16_t charge // Particle charge (or sign)
- int32_t source // std::hash of producing algorithm name - int32_t source // std::hash of producing algorithm name
- eic::Weight weight // Particle weight, e.g. from PID algorithm [0-1] - eic::Weight weight // Particle weight, e.g. from PID algorithm [0-1]
- eic::Direction direction // Direction (theta/phi of this particle [mrad])
- float momentum // particle 3-momentum magnitude [GeV] - float momentum // particle 3-momentum magnitude [GeV]
- float energy // Energy (from calorimetery) of the particle [GeV] - float energy // Particle energy, consistent with PID assigment [GeV]
- float mass // The mass of the particle in [GeV] - float mass // The mass of the particle in [GeV]
eic::ReconstructedParticleRelations: eic::ReconstructedParticleRelations:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment