Skip to content
Snippets Groups Projects
Commit bb4b1c8e authored by Chao Peng's avatar Chao Peng
Browse files

Merge branch 'RICH_data' into 'master'

<WIP> add RICh-related data components

See merge request !2
parents eb79f504 38a44049
No related branches found
No related tags found
No related merge requests found
...@@ -254,3 +254,31 @@ datatypes : ...@@ -254,3 +254,31 @@ datatypes :
OneToOneRelations: OneToOneRelations:
- eic::ReconstructedParticle particle // Reconstructed Particle associated to the Vertex. - eic::ReconstructedParticle particle // Reconstructed Particle associated to the Vertex.
eic::RawPMTHit:
Description: "EIC Raw PMT hit"
Author: "C. Peng"
Members:
- long long cellID // The detector specific (geometrical) cell id.
- float amplitude // PMT signal amplitude
- float time // PMT signal time
eic::PMTHit:
Description: "EIC PMT hit"
Author: "C. Peng"
Members:
- long long cellID // The detector specific (geometrical) cell id.
- float npe // estimated number of photo-electrons
- float time // time
- eic::VectorXYZ position // PMT hit position
eic::RIChCluster:
Description: "EIC RICh Cluster"
Author: "C. Peng"
Members:
- float theta // opening angle of the ring
- float radius // radius of the best fit ring
- float radiusError // estimated error from the fit
- float npe // number of photo-electrons
OneToManyRelations:
- eic::PMTHit hits // The hits that have been included in this cluster
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment