Skip to content

Commit a7647fc

Browse files
committed
Add basic version of sensor-local tracker hit
1 parent d592cdd commit a7647fc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

edm4hep.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,22 @@ datatypes:
475475
/// Set the position covariance matrix value for the two passed dimensions
476476
void setCovMatrix(float value, edm4hep::Cartesian dimI, edm4hep::Cartesian dimJ) { getCovMatrix().setValue(value, dimI, dimJ); }
477477
478+
edm4hep::TrackerHitLocal:
479+
Description: "hi"
480+
Author: "batman"
481+
Members:
482+
- uint64_t cellID // ID of the sensor that created this hit
483+
- int32_t type // type of raw data hit, use depends on writer
484+
- int32_t quality // quality bit flag of the hit
485+
- float time [ns] // time of the hit (depends on measurement tupe)
486+
- float eDep [GeV] // energy deposited on the hit (optional)
487+
- float eDepError [GeV] // error measured on EDep (optional)
488+
- edm4hep::Vector3d position [mm] // global hit position (depends on measurement type)
489+
490+
VectorMembers:
491+
- float measurement // Entries in the measurement value vector
492+
- float covariance // Entries in the measurement covariance vector. Order is column major
493+
478494
edm4hep::RawTimeSeries:
479495
Description: "Raw data of a detector readout"
480496
Author: "EDM4hep authors"
@@ -655,6 +671,7 @@ interfaces:
655671
Types:
656672
- edm4hep::TrackerHit3D
657673
- edm4hep::TrackerHitPlane
674+
- edm4hep::TrackerHitLocal
658675

659676
links:
660677
edm4hep::RecoMCParticleLink:

0 commit comments

Comments
 (0)