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
1b4919ea
Commit
1b4919ea
authored
3 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
Add data structure to store relational info for cluster mergin
parent
e75745fc
Branches
Branches containing commit
Tags
v0.7.0
Tags containing commit
1 merge request
!47
Add data structure to store relational info for cluster mergin
Pipeline
#17084
failed
3 years ago
Stage: config
Stage: build
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
eic_data.yaml
+14
-6
14 additions, 6 deletions
eic_data.yaml
with
14 additions
and
6 deletions
eic_data.yaml
+
14
−
6
View file @
1b4919ea
...
...
@@ -301,12 +301,12 @@ datatypes:
Author
:
"
S.
Joosten"
Members
:
-
eic::Index recID // ReconstructedParticle index
-
eic::Relation vertex
ID
// Start vertex
ID
for this particle
-
eic::Relation track
ID
// Index of the associated track, if any
-
eic::Relation ecal
ID
// Index of associated pos/barrel/neg ECAL cluster, if any
-
eic::Relation hcal
ID
// Index of associated pos/barrel/neg HCAL cluster, if any
-
eic::Relation cher
ID
// Index of associated pos/barrel/neg Cherenkov info, if any
-
eic::Relation tof
ID
// Index of the associated TOF info, if any
-
eic::Relation vertex
// Start vertex for this particle
-
eic::Relation track
// Index of the associated track, if any
-
eic::Relation ecal
// Index of associated pos/barrel/neg ECAL cluster, if any
-
eic::Relation hcal
// Index of associated pos/barrel/neg HCAL cluster, if any
-
eic::Relation cher
// Index of associated pos/barrel/neg Cherenkov info, if any
-
eic::Relation tof
// Index of the associated TOF info, if any
## ==========================================================================
## Calorimetry
...
...
@@ -396,6 +396,14 @@ datatypes:
-
float skewness // Skewness of hits distribution
-
eic::VectorXYZ position // Global center position. [mm]
eic::MergedClusterRelations
:
Description
:
"
Relational
info
between
a
merged
cluster
and
its
parents"
Author
:
"
S.
Joosten"
Members
:
-
eic::Index clusterID // associated cluster ID
-
uint32_t size // number of valid parents
-
std::array<eic::Relation, 4> parent // (up to 4) parents for this cluster
## ==========================================================================
## RICH/Cherenkov data structures
## ==========================================================================
...
...
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