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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
eicd
Merge requests
!45
Hit type
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Hit type
hit_type
into
master
Overview
0
Commits
3
Pipelines
2
Changes
1
Merged
Sylvester Joosten
requested to merge
hit_type
into
master
3 years ago
Overview
0
Commits
3
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
3dc1c8db
3 years ago
master (base)
and
latest version
latest version
7ac4dca2
3 commits,
3 years ago
version 1
3dc1c8db
3 commits,
3 years ago
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
eic_data.yaml
+
6
−
0
Options
@@ -276,6 +276,7 @@ datatypes:
-
int32_t pid // particle PDG code
-
int16_t status // Status code
-
int16_t charge // Particle charge (or sign)
-
int32_t type // particle algorithm/source info
eic::ReconstructedParticle
:
Description
:
"
EIC
Reconstructed
Particle"
@@ -288,6 +289,7 @@ datatypes:
-
int32_t pid // PID of reconstructed particle.
-
int16_t status // Status code
-
int16_t charge // Particle charge (or sign)
-
int32_t type // Reconstructed particle algorithm/source info
-
float momentum // particle 3-momentum magnitude [GeV]
-
float energy // Energy (from calorimetery) of the particle [GeV]
-
float mass // The mass of the particle in [GeV]
@@ -412,6 +414,7 @@ datatypes:
Members
:
-
int64_t cellID // The detector specific (geometrical) cell id.
-
eic::Index ID // Unique hit ID
-
int32_t type // PMT hit type
-
float npe // estimated number of photo-electrons [#]
-
float time // Time [ns]
-
float timeError // Error on the time [ns]
@@ -424,6 +427,7 @@ datatypes:
Author
:
"
S.
Joosten,
C.
Peng"
Members
:
-
eic::Index ID // Unique cluster ID
-
int32_t type // Ring image type
-
float npe // number of photo-electrons [#]
-
eic::VectorXYZ position // Global position of the cluster [mm]
-
eic::VectorXYZ positionError // Error on the position
@@ -453,6 +457,7 @@ datatypes:
-
eic::Index ID // unique ID for this hit
-
eic::VectorXYZT position // Hit (cell) position and time [mm, ns]
-
eic::CovDiagXYZT covMatrix // Covariance Matrix
-
int32_t type // Tracker hit type
-
float edep // Energy deposit in this hit [GeV]
-
float edepError // Error on the energy deposit [GeV]
ConstExtraCode
:
@@ -495,6 +500,7 @@ datatypes:
Members
:
-
eic::Index ID // unique vertex ID
-
eic::VectorXYZ position // postion of vertex [mm]
-
int32_t type // vertex type
-
float time // time of vertex [ns]
-
float chi2 // Chi squared of the vertex fit.
-
float probability // Probability of the vertex fit
Loading