Skip to content

WIP: Extrapolate to z-position of muon station hits

Florian Reiss requested to merge freiss_muonid_tdr into allen_tdr

previously, the SciFi tracks were extrapolated to station_z = muon_hits_event.z[station_offset], which for each station is the z-position of the first hit in the list of hits of that station. This resulted in station_z being dependent on the order of hits since the z-position of the hits on one layer is not a constant value. In particular, differences in station_z were observed for the same event between GPU and CPU compilations. This change extrapolates the tracks to the actual z-position of the hit of interest

Merge request reports