From 97f76527f29be41c1aeddb8f41546c0e89d5e8a6 Mon Sep 17 00:00:00 2001 From: tmadlener Date: Thu, 27 Jun 2024 09:42:48 +0200 Subject: [PATCH] Remove no longer relevant part of docstring --- edm4hep.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edm4hep.yaml b/edm4hep.yaml index 6c2f2f7f1..78099dd6c 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -432,7 +432,7 @@ datatypes: Description: "Calorimeter Hit Cluster" Author: "EDM4hep authors" Members: - - int32_t type // flagword that defines the type of cluster. Bits 16-31 are used internally + - int32_t type // flagword that defines the type of cluster - float energy [GeV] // energy of the cluster - float energyError [GeV] // error on the energy - edm4hep::Vector3f position [mm] // position of the cluster