Skip to content
Snippets Groups Projects

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

Merged Chao Peng requested to merge update_cal_hits into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -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.
Loading