Skip to content
Snippets Groups Projects

Add direction to ReconstructedParticle

Merged Sylvester Joosten requested to merge RecPart_direction into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -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:
Loading