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