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

Merge branch 'imaging_cluster' into 'master'

replace relations to hits with raw data

See merge request !25
parents 62fe8444 fe22b438
Branches
Tags
1 merge request!25replace relations to hits with raw data
Pipeline #8631 passed
...@@ -72,6 +72,13 @@ components : ...@@ -72,6 +72,13 @@ components :
- double cell_y - double cell_y
- double cell_z - double cell_z
eic::BaseHit :
Members :
- double x
- double y
- double z
- double E
eic::ElectronBeam : eic::ElectronBeam :
Members : Members :
- float eEnergy - float eEnergy
...@@ -344,8 +351,7 @@ datatypes : ...@@ -344,8 +351,7 @@ datatypes :
- float x0cum // estimated radiation length before this layer - float x0cum // estimated radiation length before this layer
- eic::VectorXYZ position // Global center position. - eic::VectorXYZ position // Global center position.
- eic::VectorPolar polar // Global center position in polar coordinates - eic::VectorPolar polar // Global center position in polar coordinates
OneToManyRelations: - std::array<eic::BaseHit, 100> hits // hits x data
- eic::CalorimeterHit hits // Hits belong to this layer
eic::ImagingCluster: eic::ImagingCluster:
Description: "Cluster for Imaging Calorimeter" Description: "Cluster for Imaging Calorimeter"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment