Skip to content
Snippets Groups Projects
Commit e613fef0 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: ../eic_data.yaml

parent 8181bcde
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,16 @@ components : ...@@ -22,8 +22,16 @@ components :
- double z - double z
- double t - double t
eic::VectorXYZ :
Members :
- double x // x
- double y // y
- double z // z
datatypes : datatypes :
eic::Particle : eic::Particle :
Description : "Naive Particle Type, used for reconstructed and generated particles" Description : "Naive Particle Type, used for reconstructed and generated particles"
Author : "W.Armstrong" Author : "W.Armstrong"
...@@ -60,7 +68,7 @@ datatypes : ...@@ -60,7 +68,7 @@ datatypes :
- long long cellID1 // The second detector specific (geometrical) cell id. - long long cellID1 // The second detector specific (geometrical) cell id.
- float energy // The energy of the hit in [GeV]. - float energy // The energy of the hit in [GeV].
- float time // The time of the hit in [ns]. - float time // The time of the hit in [ns].
- std::array<float, 3> position // The position of the hit in world coordinates. - eic::VectorXYZ position // The position of the hit in world coordinates.
- int type // The type of the hit - int type // The type of the hit
OneToOneRelations: OneToOneRelations:
- eic::RawCalorimeterHit rawHit // The RawCalorimeterHit - eic::RawCalorimeterHit rawHit // The RawCalorimeterHit
...@@ -97,7 +105,7 @@ datatypes : ...@@ -97,7 +105,7 @@ datatypes :
- float EDep // EDep - float EDep // EDep
- float EDepError // error on EDep - float EDepError // error on EDep
- std::array<double, 3> position // position - std::array<double, 3> position // position
#- std::vector<float> covMatrix // The calibrated ADC values - std::array<double, 3> covMatrix // covMatrix
eic::Cluster: eic::Cluster:
Description: "EIC cluster" Description: "EIC cluster"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment