Skip to content
Snippets Groups Projects

add imaging cluster data

Merged Chao Peng requested to merge imaging_cluster into master
1 file
+ 33
1
Compare changes
  • Side-by-side
  • Inline
+ 33
1
@@ -28,6 +28,12 @@ components :
@@ -28,6 +28,12 @@ components :
- double y // y
- double y // y
- double z // z
- double z // z
 
eic::VectorPolar:
 
Members:
 
- double r
 
- double theta
 
- double phi
 
eic::VectorXYZLocal :
eic::VectorXYZLocal :
Members :
Members :
- double local_x
- double local_x
@@ -76,6 +82,7 @@ components :
@@ -76,6 +82,7 @@ components :
- float hEnergy
- float hEnergy
- int pol
- int pol
 
datatypes :
datatypes :
eic::EventInfo:
eic::EventInfo:
@@ -325,5 +332,30 @@ datatypes :
@@ -325,5 +332,30 @@ datatypes :
OneToManyRelations:
OneToManyRelations:
- eic::PMTHit hits // The hits that have been included in this cluster
- eic::PMTHit hits // The hits that have been included in this cluster
eic::ImagingLayer:
 
Description: "Layer for Imaging Calorimeter"
 
Author: "C. Peng"
 
Members:
 
- int nhits // Number of hits
 
- float edep // Energy deposit
 
- float radius // Shower radius
 
- float skewness // Skewness of hits distribution
 
- float chi2 // Edep chi2
 
- float x0cum // estimated radiation length before this layer
 
- eic::VectorXYZ position // Global center position.
 
- eic::VectorPolar polar // Global center position in polar coordinates
 
 
eic::ImagingCluster:
 
Description: "Cluster for Imaging Calorimeter"
 
Author: "C. Peng"
 
Members:
 
- float energy // Energy of 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.
Loading