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

Merge branch 'rich_data' into 'master'

update RICH related data

See merge request !4
parents 8717f4ba f3997de0
Branches
Tags
No related merge requests found
......@@ -275,22 +275,24 @@ datatypes :
Author: "C. Peng"
Members:
- long long cellID // The detector specific (geometrical) cell id.
- float amplitude // PMT signal amplitude
- float time // PMT signal time
- unsigned amplitude // PMT signal amplitude
- unsigned timeStamp // 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
- 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::VectorXYZLocal local // The local position of the hit in detector coordinates.
eic::RIChCluster:
Description: "EIC RICh Cluster"
Author: "C. Peng"
Members:
- eic::VectorXYZ position // Global position of the cluster.
- float theta // opening angle of the ring
- float radius // radius of the best fit ring
- 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