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

Merge branch 'update_cluster' into 'master'

add more info to cluster

See merge request !29
parents bf1b9c41 15f4916c
Branches
Tags
1 merge request!29add more info to cluster
Pipeline #11268 failed
......@@ -149,11 +149,14 @@ datatypes :
Description: "EIC cluster"
Author : "W.Armstrong, C.Peng"
Members:
- float energy // Energy of the cluster
- float energy // Reconstructed energy of the cluster.
- float edep // Energy deposit of the cluster.
- int nhits // Number of hits in the cluster.
- eic::VectorXYZ position // Global position of the cluster.
- eic::CovXYZ positionError // Covariance matrix of the position (6 Parameters)
- float theta // Intrinsic direction of cluster at position - Theta.
- float phi // Intrinsic direction of cluster at position - Phi.
- eic::CovXYZ positionError // Covariance matrix of the position (6 Parameters).
- 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<float, 3> directionError // Covariance matrix of the direction (3 Parameters)
#- std::vector<float> shape // Shape parameters
#- std::vector<float> weight // weight of a particular cluster
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment