Skip to content
Snippets Groups Projects
Commit a0867171 authored by christopher dilks's avatar christopher dilks
Browse files

eic -> eicd

parent 8f419f99
Branches
No related tags found
1 merge request!70add IRT data model
Pipeline #32178 failed
...@@ -201,7 +201,7 @@ components: ...@@ -201,7 +201,7 @@ components:
- float pathlengthError // Error on the pathlenght - float pathlengthError // Error on the pathlenght
## PID hypothesis from Cherenkov detectors ## PID hypothesis from Cherenkov detectors
eic::CherenkovPdgHypothesis: eicd::CherenkovPdgHypothesis:
Members: Members:
- char radiator // Radiator number (0/1/..) in a sequence of the IRTAlgorithm configuration file - char radiator // Radiator number (0/1/..) in a sequence of the IRTAlgorithm configuration file
- int32_t pdg // PDG code - int32_t pdg // PDG code
...@@ -209,7 +209,7 @@ components: ...@@ -209,7 +209,7 @@ components:
- float weight // The weight associated with this hypothesis (the higher the more probable) - float weight // The weight associated with this hypothesis (the higher the more probable)
## Cherenkov angle measurement for a given radiator ## Cherenkov angle measurement for a given radiator
eic::CherenkovThetaAngleMeasurement: eicd::CherenkovThetaAngleMeasurement:
Members: Members:
- char radiator // Radiator number (0/1/..) in a sequence of the IRTAlgorithm configuration file - char radiator // Radiator number (0/1/..) in a sequence of the IRTAlgorithm configuration file
- float npe // Overall p.e. count associated with this estimate - float npe // Overall p.e. count associated with this estimate
...@@ -285,12 +285,12 @@ datatypes: ...@@ -285,12 +285,12 @@ datatypes:
bool isCompound() const {return particles_size() > 0;}\n bool isCompound() const {return particles_size() > 0;}\n
" "
eic::CherenkovParticleID: eicd::CherenkovParticleID:
Description: "Cherenkov detector PID" Description: "Cherenkov detector PID"
Author: "A. Kiselev, C. Dilks" Author: "A. Kiselev, C. Dilks"
VectorMembers: VectorMembers:
- eic::CherenkovPdgHypothesis options // Evaluated PDG hypotheses, typically (e/pi/K/p) - eicd::CherenkovPdgHypothesis options // Evaluated PDG hypotheses, typically (e/pi/K/p)
- eic::CherenkovThetaAngleMeasurement angles // Evaluated Cherenkov angles for different radiators - eicd::CherenkovThetaAngleMeasurement angles // Evaluated Cherenkov angles for different radiators
OneToOneRelations: OneToOneRelations:
## @TODO: should it be one-to-one? ## @TODO: should it be one-to-one?
- eicd::ReconstructedParticle associatedParticle // associated reconstructed particle - eicd::ReconstructedParticle associatedParticle // associated reconstructed particle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment