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
Commits
29408132
Commit
29408132
authored
2 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
feat: add recID for convenience and compatibility
parent
2004466d
No related branches found
No related tags found
1 merge request
!90
feat: add recID for convenience and compatibility
Pipeline
#34894
passed
2 years ago
Stage: config
Stage: build
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
eic_data.yaml
+8
-4
8 additions, 4 deletions
eic_data.yaml
with
8 additions
and
4 deletions
eic_data.yaml
+
8
−
4
View file @
29408132
...
@@ -516,7 +516,8 @@ datatypes:
...
@@ -516,7 +516,8 @@ datatypes:
Description
:
"
Used
to
keep
track
of
the
correspondence
between
MC
and
reconstructed
particles"
Description
:
"
Used
to
keep
track
of
the
correspondence
between
MC
and
reconstructed
particles"
Author
:
"
S.
Joosten"
Author
:
"
S.
Joosten"
Members
:
Members
:
-
uint32_t simID // Index of corresponding MCParticle (position in MCParticles array)
-
uint32_t simID // Index of corresponding MCParticle (position in MCParticles array)
-
uint32_t recID // Index of corresponding ReconstructedParticle (position in ReconstructedParticles array)
-
float weight // weight of this association
-
float weight // weight of this association
OneToOneRelations
:
OneToOneRelations
:
-
eicd::ReconstructedParticle rec // reference to the reconstructed particle
-
eicd::ReconstructedParticle rec // reference to the reconstructed particle
...
@@ -527,7 +528,8 @@ datatypes:
...
@@ -527,7 +528,8 @@ datatypes:
Description
:
"
Association
between
a
Cluster
and
a
MCParticle"
Description
:
"
Association
between
a
Cluster
and
a
MCParticle"
Author
:
"
S.
Joosten"
Author
:
"
S.
Joosten"
Members
:
Members
:
-
uint32_t simID // Index of corresponding MCParticle (position in MCParticles array)
-
uint32_t simID // Index of corresponding MCParticle (position in MCParticles array)
-
uint32_t recID // Index of corresponding Cluster (position in Clusters array)
-
float weight // weight of this association
-
float weight // weight of this association
OneToOneRelations
:
OneToOneRelations
:
-
eicd::Cluster rec // reference to the cluster
-
eicd::Cluster rec // reference to the cluster
...
@@ -537,7 +539,8 @@ datatypes:
...
@@ -537,7 +539,8 @@ datatypes:
Description
:
"
Association
between
a
Track
and
a
MCParticle"
Description
:
"
Association
between
a
Track
and
a
MCParticle"
Author
:
"
S.
Joosten"
Author
:
"
S.
Joosten"
Members
:
Members
:
-
uint32_t simID // Index of corresponding MCParticle (position in MCParticles array)
-
uint32_t simID // Index of corresponding MCParticle (position in MCParticles array)
-
uint32_t recID // Index of corresponding Track (position in Tracks array)
-
float weight // weight of this association
-
float weight // weight of this association
OneToOneRelations
:
OneToOneRelations
:
-
eicd::Track rec // reference to the track
-
eicd::Track rec // reference to the track
...
@@ -548,7 +551,8 @@ datatypes:
...
@@ -548,7 +551,8 @@ datatypes:
Description
:
"
Association
between
a
Vertex
and
a
MCParticle"
Description
:
"
Association
between
a
Vertex
and
a
MCParticle"
Author
:
"
S.
Joosten"
Author
:
"
S.
Joosten"
Members
:
Members
:
-
uint32_t simID // Index of corresponding MCParticle (position in MCParticles array)
-
uint32_t simID // Index of corresponding MCParticle (position in MCParticles array)
-
uint32_t recID // Index of corresponding Vertex (position in Vertices array)
-
float weight // weight of this association
-
float weight // weight of this association
OneToOneRelations
:
OneToOneRelations
:
-
eicd::Vertex rec // reference to the vertex
-
eicd::Vertex rec // reference to the vertex
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment