Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eicd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chao Peng
eicd
Commits
9ffd2cb0
Commit
9ffd2cb0
authored
Sep 28, 2020
by
Whitney Armstrong
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'master'
Unifying vector-like data components See merge request
EIC/eicd!1
parents
c675e0ef
9d619335
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
eic_data.yaml
+40
-19
40 additions, 19 deletions
eic_data.yaml
with
40 additions
and
19 deletions
eic_data.yaml
+
40
−
19
View file @
9ffd2cb0
...
...
@@ -28,6 +28,27 @@ components :
-
double y // y
-
double z // z
eic::VectorXYZLocal
:
Members
:
-
double local_x
-
double local_y
-
double local_z
eic::DimensionXYZ
:
Members
:
-
double dim_x
-
double dim_y
-
double dim_z
eic::CovXYZ
:
Members
:
-
double cov_xx
-
double cov_yy
-
double cov_zz
-
double cov_xy
-
double cov_xz
-
double cov_yz
datatypes
:
...
...
@@ -56,8 +77,7 @@ datatypes :
Description
:
"
Raw
(digitized)
calorimeter
hit"
Author
:
"
W.Armstrong"
Members
:
-
long long cellID0 // The detector specific (geometrical) cell id.
-
long long cellID1 // The second detector specific (geometrical) cell id.
-
long long cellID // The detector specific (geometrical) cell id.
-
long long amplitude // The amplitude of the hit in ADC counts.
-
long long timeStamp // The time stamp for the hit.
...
...
@@ -65,12 +85,13 @@ datatypes :
Description
:
"
Calorimeter
hit"
Author
:
"
W.Armstrong"
Members
:
-
long long cellID0 // The detector specific (geometrical) cell id.
-
long long cellID1 // The second detector specific (geometrical) cell id.
-
long long cellID // The detector specific (geometrical) cell id.
-
float energy // The energy of the hit in [GeV].
-
float time // The time of the hit in [ns].
-
eic::VectorXYZ position // The position of the hit in world coordinates.
-
int type // The type of the hit
-
eic::VectorXYZ position // The global position of the hit in world coordinates.
-
eic::VectorXYZLocal local // The local position of the hit in detector coordinates.
-
eic::DimensionXYZ dimension // The dimension information of the cell
-
int type // The type of the hit.
OneToOneRelations
:
-
eic::RawCalorimeterHit rawHit // The RawCalorimeterHit
...
...
@@ -113,8 +134,8 @@ datatypes :
Author
:
"
F.Gaede,
B.
Hegner"
Members
:
-
float energy // Energy of the cluster
-
std::array<float, 3>
position //
P
osition of the cluster.
-
std::array<float, 6>
positionError // Covariance matrix of the position (6 Parameters)
-
eic::VectorXYZ
position //
Global p
osition 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.
-
std::array<float, 3> directionError // Covariance matrix of the direction (3 Parameters)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment