Skip to content

Commit

Permalink
[DCHDigi] specify units in DriftChamberDigi
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucF committed Feb 6, 2024
1 parent dbb6ab0 commit 0b0e8ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DCHdigi/dataFormatExtension/driftChamberHit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ datatypes:
Author: "B. Francois, CERN"
Members:
- uint64_t cellID // ID of the wire that created this hit
- float distanceToWire // smeared distance of closest approach between the wire and the hit
- float zPositionAlongWire // smeared z position in the local wire coordinate system
- float distanceToWire // smeared distance of closest approach between the wire and the hit [mm]
- float zPositionAlongWire // smeared z position in the local wire coordinate system [mm]
- float time // time of the hit [ns].
- float eDep // energy deposited on the hit [GeV].
- float eDepError // error measured on eDep [GeV].
Expand Down

0 comments on commit 0b0e8ae

Please sign in to comment.