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

Use 'source' instead of 'type' for clarity

parent d3dc38a5
No related branches found
No related tags found
1 merge request!46Type to source
Pipeline #16972 canceled
...@@ -277,6 +277,7 @@ datatypes: ...@@ -277,6 +277,7 @@ datatypes:
- int16_t status // Status code - int16_t status // Status code
- 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::ReconstructedParticle: eic::ReconstructedParticle:
Description: "EIC Reconstructed Particle" Description: "EIC Reconstructed Particle"
...@@ -290,10 +291,10 @@ datatypes: ...@@ -290,10 +291,10 @@ datatypes:
- int16_t status // Status code - int16_t status // Status code
- 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]
- 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 // Energy (from calorimetery) of the particle [GeV]
- float mass // The mass of the particle in [GeV] - float mass // The mass of the particle in [GeV]
- eic::Weight weight // Particle weight, e.g. from PID algorithm [0-1]
eic::ReconstructedParticleRelations: eic::ReconstructedParticleRelations:
Description: "Relational info associated with our reconstructed particle" Description: "Relational info associated with our reconstructed particle"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment