Skip to content

Commit

Permalink
Use edm4hep type which uses signed instead of unsigned members
Browse files Browse the repository at this point in the history
Suggested by @veprbl
  • Loading branch information
rahmans1 authored Jul 26, 2024
1 parent 51ed062 commit c93d8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edm4eic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ datatypes:
- int32_t layer // Layer that the hit occurred in
- edm4hep::Vector3f local // The local coordinates of the hit in the detector segment [mm].
OneToOneRelations:
- edm4eic::RawCalorimeterHit rawHit // Related raw calorimeter hit
- edm4hep::RawCalorimeterHit rawHit // Related raw calorimeter hit

## ==========================================================================
## Clustering
Expand Down Expand Up @@ -569,5 +569,5 @@ datatypes:
Members:
- float weight // weight of this association
OneToOneRelations:
- edm4eic::RawCalorimeterHit rawHit // reference to the digitized calorimeter hit
- edm4hep::RawCalorimeterHit rawHit // reference to the digitized calorimeter hit
- edm4hep::SimCalorimeterHit simHit // reference to the simulated calorimeter hit

0 comments on commit c93d8af

Please sign in to comment.