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

update RICH related data

parent 8717f4ba
No related branches found
No related tags found
No related merge requests found
...@@ -275,8 +275,8 @@ datatypes : ...@@ -275,8 +275,8 @@ datatypes :
Author: "C. Peng" Author: "C. Peng"
Members: Members:
- long long cellID // The detector specific (geometrical) cell id. - long long cellID // The detector specific (geometrical) cell id.
- float amplitude // PMT signal amplitude - unsigned amplitude // PMT signal amplitude
- float time // PMT signal time - unsigned timeStamp // PMT signal time
eic::PMTHit: eic::PMTHit:
Description: "EIC PMT hit" Description: "EIC PMT hit"
...@@ -286,11 +286,13 @@ datatypes : ...@@ -286,11 +286,13 @@ datatypes :
- float npe // estimated number of photo-electrons - float npe // estimated number of photo-electrons
- float time // time - float time // time
- eic::VectorXYZ position // PMT hit position - eic::VectorXYZ position // PMT hit position
- eic::VectorXYZLocal local // The local position of the hit in detector coordinates.
eic::RIChCluster: eic::RIChCluster:
Description: "EIC RICh Cluster" Description: "EIC RICh Cluster"
Author: "C. Peng" Author: "C. Peng"
Members: Members:
- eic::VectorXYZ position // Global position of the cluster.
- float theta // opening angle of the ring - float theta // opening angle of the ring
- float radius // radius of the best fit ring - float radius // radius of the best fit ring
- float radiusError // estimated error from the fit - float radiusError // estimated error from the fit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment