Skip to content

Commit 98a150a

Browse files
committed
added track time setter
1 parent 5d0ed5f commit 98a150a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tracking/src/main/java/org/hps/recon/tracking/TrackData.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ public void setTrackMomentum(float[] momentum) {
133133
floats[PZ_INDEX] = momentum[2];
134134
}
135135

136+
public void setTrackTime(float time) {
137+
floats[TRACK_TIME_INDEX] = time;
138+
}
139+
136140
/**
137141
* @return The track time
138142
*/

0 commit comments

Comments
 (0)