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
EIC
eicd
Merge requests
!15
Updated Reconstructed Particle
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Updated Reconstructed Particle
rec_part
into
master
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Updated Reconstructed Particle
Whitney Armstrong
requested to merge
rec_part
into
master
Feb 16, 2021
Overview
0
Commits
2
Pipelines
2
Changes
1
Since this is the last chance we will have.
0
0
Merge request reports
Compare
master
version 1
2bb3af1f
Feb 16, 2021
master (base)
and
latest version
latest version
6ff00beb
2 commits,
Feb 16, 2021
version 1
2bb3af1f
1 commit,
Feb 16, 2021
1 file
+
7
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
eic_data.yaml
+
7
−
7
View file @ 6ff00beb
Edit in single-file editor
Open in Web IDE
Show full file
@@ -186,15 +186,15 @@ datatypes :
eic::ReconstructedParticle
:
Description
:
"
EIC
Reconstructed
Particle"
Author
:
"
F.Gaede,
B.
Hegner
"
Author
:
"
W.Armstrong
"
Members
:
-
int type
//
Type
of reconstructed particle.
-
double
energy
// Energy of the reconstructed particle.
-
std::array<double, 3> momentum // The reconstructed particle's 3-
momentum
-
float charg
e
// The particle's charge
-
double
mass
// The mass of the particle in [GeV]
-
long long
pid
//
PID
of reconstructed particle.
-
double
energy
// Energy of the reconstructed particle.
-
eic::VectorXYZ p // three
momentum
.
-
doubl
e
charge
// The particle's charge
-
double
mass
// The mass of the particle in [GeV]
OneToOneRelations
:
-
eic::Vertex vertex
// The start vertex associated to this particle.
-
eic::Vertex vertex // The start vertex associated to this particle.
OneToManyRelations
:
-
eic::Cluster clusters // The clusters combined to this particle.
-
eic::Track tracks // The tracks combined to this particle"
Loading