From b02076ddc9b45e94113bc7a3c06c0c4f85b0709d Mon Sep 17 00:00:00 2001 From: Chao Peng <cpeng@anl.gov> Date: Fri, 11 Jun 2021 20:07:36 -0500 Subject: [PATCH] add cluster id, sector id, and layer id to CalorimeterHit --- eic_data.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eic_data.yaml b/eic_data.yaml index f2f3f37..e5baf57 100644 --- a/eic_data.yaml +++ b/eic_data.yaml @@ -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. -- GitLab