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

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

parent 9dfd18e8
Branches
Tags
1 merge request!30add cluster id, sector id, and layer id to CalorimeterHit
Pipeline #11639 passed
...@@ -117,6 +117,9 @@ datatypes : ...@@ -117,6 +117,9 @@ datatypes :
Author : "W.Armstrong" Author : "W.Armstrong"
Members: Members:
- long long cellID // The detector specific (geometrical) cell id. - 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 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].
- eic::VectorXYZ position // The global position of the hit in world coordinates. - 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