Skip to content
Snippets Groups Projects
Commit 8717f4ba authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Merge branch 'cellid' into 'master'

Single cellID everywhere

See merge request !3
parents 352cfa7a c7f96f26
No related branches found
No related tags found
No related merge requests found
...@@ -121,8 +121,7 @@ datatypes : ...@@ -121,8 +121,7 @@ datatypes :
Description : "Tracker hit (reconstructed from Raw)" Description : "Tracker hit (reconstructed from Raw)"
Author : "W.Armstrong" Author : "W.Armstrong"
Members : Members :
- long long cellID0 // The detector specific (geometrical) cell id. - long long cellID // The detector specific (geometrical) cell id.
- long long cellID1 // The second detector specific (geometrical) cell id.
- long long time // The time of the hit. - long long time // The time of the hit.
- float EDep // EDep - float EDep // EDep
- float EDepError // error on EDep - float EDepError // error on EDep
...@@ -209,8 +208,7 @@ datatypes : ...@@ -209,8 +208,7 @@ datatypes :
Description : "EIC tracker data" Description : "EIC tracker data"
Author : "F.Gaede, B. Hegner" Author : "F.Gaede, B. Hegner"
Members: Members:
- long long cellID0 // The detector specific (geometrical) cell id. - long long cellID // The detector specific (geometrical) cell id.
- long long cellID1 // The second detector specific (geometrical) cell id.
- int time // The time of the hit. - int time // The time of the hit.
- int charge // adc value - int charge // adc value
#- std::vector<float> charge // The corrected (calibrated) FADC spectrum. #- std::vector<float> charge // The corrected (calibrated) FADC spectrum.
...@@ -219,8 +217,7 @@ datatypes : ...@@ -219,8 +217,7 @@ datatypes :
Description : "EIC tracker pulse" Description : "EIC tracker pulse"
Author : "F. Gaede, B. Hegner" Author : "F. Gaede, B. Hegner"
Members: Members:
- long long cellID0 // The detector specific (geometrical) cell id. - long long cellID // The detector specific (geometrical) cell id.
- long long cellID1 // The second detector specific (geometrical) cell id.
- int quality // ... - int quality // ...
- float time // The time of the pulse. - float time // The time of the pulse.
- float charge // The integrated charge of the pulse - float charge // The integrated charge of the pulse
...@@ -232,8 +229,7 @@ datatypes : ...@@ -232,8 +229,7 @@ datatypes :
Description: "EIC tracker raw data" Description: "EIC tracker raw data"
Author : "Whit Armstrong" Author : "Whit Armstrong"
Members: Members:
- long long cellID0 // The detector specific (geometrical) cell id. - long long cellID // The detector specific (geometrical) cell id.
- long long cellID1 // The second detector specific (geometrical) cell id.
- long long channelID // channel id. - long long channelID // channel id.
- int time // time measurement associated with the adc values. - int time // time measurement associated with the adc values.
- int adc // measured ADC values - int adc // measured ADC values
...@@ -243,8 +239,7 @@ datatypes : ...@@ -243,8 +239,7 @@ datatypes :
Description: "EIC tracker data" Description: "EIC tracker data"
Author : "F.Gaede, B. Hegner" Author : "F.Gaede, B. Hegner"
Members: Members:
- long long cellID0 // The detector specific (geometrical) cell id. - long long cellID // The detector specific (geometrical) cell id.
- long long cellID1 // The second detector specific (geometrical) cell id.
- int time // time measurement associated with the adc values. - int time // time measurement associated with the adc values.
# - std::vector<short> charge // The actual FADC spectrum. # - std::vector<short> charge // The actual FADC spectrum.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment