Skip to content
Snippets Groups Projects

Specialized ProtoClusterHit structure

Merged Sylvester Joosten requested to merge Minor_cleanup into master
1 file
+ 7
6
Compare changes
  • Side-by-side
  • Inline
+ 7
6
@@ -58,11 +58,6 @@ components:
@@ -58,11 +58,6 @@ components:
operator float() const {return value;}
operator float() const {return value;}
"
"
## Index with weight
eic::WeightedIndex:
Members:
- eic::Index ID
- eic::Weight weight
## first-second pair of float s
## first-second pair of float s
eic::FloatPair:
eic::FloatPair:
@@ -241,6 +236,12 @@ components:
@@ -241,6 +236,12 @@ components:
return *(&xy + i + j - 1);\n
return *(&xy + i + j - 1);\n
}\n
}\n
"
"
 
## ProtoCluster hit relation
 
eic::ProtoClusterHit:
 
Members:
 
- eic::Index ID // ID of the hit
 
- uint32_t index // Raw index of the hit in the relevant array
 
- eic::Weight weight // weight of the hit
datatypes:
datatypes:
@@ -345,7 +346,7 @@ datatypes:
@@ -345,7 +346,7 @@ datatypes:
Members:
Members:
- eic::Index ID // ID of the cluster
- eic::Index ID // ID of the cluster
VectorMembers:
VectorMembers:
- eic::WeightedIndex hits // List of hits associated with the cluster
- eic::ProtoClusterHit hits // List of hits associated with the cluster
eic::Cluster:
eic::Cluster:
Description: "EIC cluster"
Description: "EIC cluster"
Loading