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

Merge branch 'imaging_cluster' into 'master'

update imaging cluster data

See merge request !24
parents bf6aa56a e814b6b0
No related branches found
No related tags found
1 merge request!24update imaging cluster data
Pipeline #8621 passed
......@@ -344,18 +344,20 @@ datatypes :
- float x0cum // estimated radiation length before this layer
- eic::VectorXYZ position // Global center position.
- eic::VectorPolar polar // Global center position in polar coordinates
OneToManyRelations:
- eic::CalorimeterHit hits // Hits belong to this layer
eic::ImagingCluster:
Description: "Cluster for Imaging Calorimeter"
Author: "C. Peng"
Members:
- int nhits // Number of hits in this cluster.
- float energy // Energy of the cluster.
- float edep // Energy deposit of the cluster.
- float leakcorr // Leakage correction to the cluster
- eic::VectorXYZ position // Global position of the cluster.
- eic::VectorPolar polar // Polar coordinates for global position.
- float cl_theta // Intrinsic direction of cluster at position - Theta.
- float cl_phi // Intrinsic direction of cluster at position - Phi.
- std::array<eic::ImagingLayer, 20> nhits // layer data
OneToManyRelations:
- eic::Cluster clusters // The clusters that have been combined to this cluster.
- eic::CalorimeterHit hits // The hits that have been combined to this cluster.
- std::array<eic::ImagingLayer, 20> layers // layer data
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment