Skip to content
Snippets Groups Projects

Unifying vector-like data components

Merged Chao Peng requested to merge (removed):master into master
4 unresolved threads

Goal: use a consistent way for all vector-like data components in the data model

Edited by Whitney Armstrong

Merge request reports

Merged by Whitney ArmstrongWhitney Armstrong 4 years ago (Sep 28, 2020 10:00pm UTC)

Pipeline #3952 canceled

Pipeline canceled on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
65 65 Description: "Calorimeter hit"
66 66 Author : "W.Armstrong"
67 67 Members:
68 - long long cellID0 // The detector specific (geometrical) cell id.
69 - long long cellID1 // The second detector specific (geometrical) cell id.
70 - float energy // The energy of the hit in [GeV].
71 - float time // The time of the hit in [ns].
72 - eic::VectorXYZ position // The position of the hit in world coordinates.
73 - int type // The type of the hit
68 - long long cellID0 // The detector specific (geometrical) cell id.
  • 65 65 Description: "Calorimeter hit"
    66 66 Author : "W.Armstrong"
    67 67 Members:
    68 - long long cellID0 // The detector specific (geometrical) cell id.
    69 - long long cellID1 // The second detector specific (geometrical) cell id.
    70 - float energy // The energy of the hit in [GeV].
    71 - float time // The time of the hit in [ns].
    72 - eic::VectorXYZ position // The position of the hit in world coordinates.
    73 - int type // The type of the hit
    68 - long long cellID0 // The detector specific (geometrical) cell id.
    69 - long long cellID1 // The second detector specific (geometrical) cell id.
    70 - float energy // The energy of the hit in [GeV].
    71 - float time // The time of the hit in [ns].
    72 - eic::VectorXYZ localPosition // The local position of the hit in detector coordinates.
  • 113 113 Author : "F.Gaede, B. Hegner"
    114 114 Members:
    115 115 - float energy // Energy of the cluster
    116 - std::array<float, 3> position // Position of the cluster.
    116 - eic::VectorXYZ position // Global position of the cluster.
    117 117 - std::array<float, 6> positionError // Covariance matrix of the position (6 Parameters)
  • Author Maintainer

    @whit add a few new components for the local position and dimension

  • Whitney Armstrong
  • Whitney Armstrong unmarked as a Work In Progress

    unmarked as a Work In Progress

  • mentioned in commit 352cfa7a

  • Please register or sign in to reply
    Loading