Skip to content

Commit

Permalink
Remove no longer relevant bit of docstring relating to Track::type (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Jun 27, 2024
1 parent 4f72168 commit 75e4721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -533,7 +533,7 @@ datatypes:
Description: "Reconstructed track"
Author: "EDM4hep authors"
Members:
- int32_t type // flagword that defines the type of track.Bits 16-31 are used internally
- int32_t type // flagword that defines the type of track
- float chi2 // Chi^2 of the track fit
- int32_t ndf // number of degrees of freedom of the track fit
- float dEdx // dEdx of the track
Expand Down

0 comments on commit 75e4721

Please sign in to comment.