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
!48
Add direction to ReconstructedParticle
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add direction to ReconstructedParticle
RecPart_direction
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Sylvester Joosten
requested to merge
RecPart_direction
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
16f711c0
1 commit,
3 years ago
1 file
+
2
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
eic_data.yaml
+
2
−
1
Options
@@ -292,8 +292,9 @@ datatypes:
@@ -292,8 +292,9 @@ datatypes:
-
int16_t charge // Particle charge (or sign)
-
int16_t charge // Particle charge (or sign)
-
int32_t source // std::hash of producing algorithm name
-
int32_t source // std::hash of producing algorithm name
-
eic::Weight weight // Particle weight, e.g. from PID algorithm [0-1]
-
eic::Weight weight // Particle weight, e.g. from PID algorithm [0-1]
-
eic::Direction direction // Direction (theta/phi of this particle [mrad])
-
float momentum // particle 3-momentum magnitude [GeV]
-
float momentum // particle 3-momentum magnitude [GeV]
-
float energy //
Energy (from calorimetery) of the particle
[GeV]
-
float energy //
Particle energy, consistent with PID assigment
[GeV]
-
float mass // The mass of the particle in [GeV]
-
float mass // The mass of the particle in [GeV]
eic::ReconstructedParticleRelations
:
eic::ReconstructedParticleRelations
:
Loading