Skip to content
Snippets Groups Projects

replace relations to hits with raw data

Merged Chao Peng requested to merge imaging_cluster into master
1 file
+ 16
10
Compare changes
  • Side-by-side
  • Inline
+ 16
10
@@ -72,6 +72,13 @@ components :
- double cell_y
- double cell_z
eic::BaseHit :
Members :
- double x
- double y
- double z
- double E
eic::ElectronBeam :
Members :
- float eEnergy
@@ -336,16 +343,15 @@ datatypes :
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
OneToManyRelations:
- eic::CalorimeterHit hits // Hits belong to this layer
- 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
- std::array<eic::BaseHit, 100> hits // hits x data
eic::ImagingCluster:
Description: "Cluster for Imaging Calorimeter"
Loading