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
!30
add cluster id, sector id, and layer id to CalorimeterHit
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add cluster id, sector id, and layer id to CalorimeterHit
update_cal_hits
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Chao Peng
requested to merge
update_cal_hits
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
b02076dd
1 commit,
3 years ago
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
eic_data.yaml
+
3
−
0
Options
@@ -117,6 +117,9 @@ datatypes :
Author
:
"
W.Armstrong"
Members
:
-
long long cellID // The detector specific (geometrical) cell id.
-
int clusterID // ID of the cluster that owns this hit
-
int layerID // ID of the layer that has this hit
-
int sectorID // ID of the sector that has this hit
-
float energy // The energy of the hit in [GeV].
-
float time // The time of the hit in [ns].
-
eic::VectorXYZ position // The global position of the hit in world coordinates.
Loading