Skip to content

Commit a1e61a8

Browse files
committed
Pluralize vector member
1 parent b7034ee commit a1e61a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

edm4eic.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,11 @@ datatypes:
279279
Description: "Raw hit from an HGCROC chip"
280280
Author: "D. Anderson, S. Joosten, T. Protzman, N. Novitzky, D. Kalinkin"
281281
Members:
282-
- uint64_t cellID // Detector specific (geometrical) cell id
283-
- int32_t samplePhase // Phase of samples in [# samples], for synchronizing across chips
284-
- int32_t timeStamp // [TDC counts]
282+
- uint64_t cellID // Detector specific (geometrical) cell id
283+
- int32_t samplePhase // Phase of samples in [# samples], for synchronizing across chips
284+
- int32_t timeStamp // [TDC counts]
285285
VectorMembers:
286-
- edm4eic::HGCROCSample sample // ADC, Time of Arrival (TOA), and Time over Threshold (TOT) values for each sample read out
286+
- edm4eic::HGCROCSample samples // ADC, Time of Arrival (TOA), and Time over Threshold (TOT) values for each sample read out
287287

288288
edm4eic::CalorimeterHit:
289289
Description: "Calorimeter hit"

0 commit comments

Comments
 (0)