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
!84
eic_data.yaml: simID as uint32_t for compatibility with id()
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
eic_data.yaml: simID as uint32_t for compatibility with id()
wdconinc-master-patch-48229
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Wouter Deconinck
requested to merge
wdconinc-master-patch-48229
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
246fe86b
1 commit,
3 years ago
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
eic_data.yaml
+
4
−
4
Options
@@ -529,7 +529,7 @@ datatypes:
Description
:
"
Used
to
keep
track
of
the
correspondence
between
MC
and
reconstructed
particles"
Author
:
"
S.
Joosten"
Members
:
-
int32_t
simID // Index of corresponding MCParticle (position in MCParticles array)
-
u
int32_t simID // Index of corresponding MCParticle (position in MCParticles array)
-
float weight // weight of this association
OneToOneRelations
:
-
eicd::ReconstructedParticle rec // reference to the reconstructed particle
@@ -540,7 +540,7 @@ datatypes:
Description
:
"
Association
between
a
Cluster
and
a
MCParticle"
Author
:
"
S.
Joosten"
Members
:
-
int32_t
simID // Index of corresponding MCParticle (position in MCParticles array)
-
u
int32_t simID // Index of corresponding MCParticle (position in MCParticles array)
-
float weight // weight of this association
OneToOneRelations
:
-
eicd::Cluster rec // reference to the cluster
@@ -550,7 +550,7 @@ datatypes:
Description
:
"
Association
between
a
Track
and
a
MCParticle"
Author
:
"
S.
Joosten"
Members
:
-
int32_t
simID // Index of corresponding MCParticle (position in MCParticles array)
-
u
int32_t simID // Index of corresponding MCParticle (position in MCParticles array)
-
float weight // weight of this association
OneToOneRelations
:
-
eicd::Track rec // reference to the track
@@ -561,7 +561,7 @@ datatypes:
Description
:
"
Association
between
a
Vertex
and
a
MCParticle"
Author
:
"
S.
Joosten"
Members
:
-
int32_t
simID // Index of corresponding MCParticle (position in MCParticles array)
-
u
int32_t simID // Index of corresponding MCParticle (position in MCParticles array)
-
float weight // weight of this association
OneToOneRelations
:
-
eicd::Vertex rec // reference to the vertex
Loading