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

Merge branch 'update_cal_hits' into 'master'

add cluster id, sector id, and layer id to CalorimeterHit

See merge request !30
parents 9dfd18e8 b02076dd
Branches
Tags
1 merge request!30add cluster id, sector id, and layer id to CalorimeterHit
Pipeline #11643 canceled
......@@ -117,6 +117,9 @@ datatypes :
Author : "W.Armstrong"
Members:
- long long cellID // The detector specific (geometrical) cell id.
- int clusterID // ID of the cluster that owns this hit
- int layerID // ID of the layer that has this hit
- int sectorID // ID of the sector that has this hit
- float energy // The energy of the hit in [GeV].
- float time // The time of the hit in [ns].
- eic::VectorXYZ position // The global position of the hit in world coordinates.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment