From 0b0e8ae81aec6d1d18d75fe19557873942f97a09 Mon Sep 17 00:00:00 2001 From: BrieucF Date: Tue, 6 Feb 2024 10:47:23 +0100 Subject: [PATCH] [DCHDigi] specify units in DriftChamberDigi --- DCHdigi/dataFormatExtension/driftChamberHit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DCHdigi/dataFormatExtension/driftChamberHit.yaml b/DCHdigi/dataFormatExtension/driftChamberHit.yaml index 6edf605..7afd9b2 100644 --- a/DCHdigi/dataFormatExtension/driftChamberHit.yaml +++ b/DCHdigi/dataFormatExtension/driftChamberHit.yaml @@ -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].