Skip to content

Commit

Permalink
Add linked hit list to STGC (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
klendathu2k authored Feb 22, 2022
1 parent cb614dd commit 7d92ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pams/sim/idl/g2t_track.idl
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ struct g2t_track {
long hit_etr_p; /* Id of first etr hit on track linked list */
long hit_hca_p; /* Id of first hca hit on track linked list */
long hit_fts_p; /* Id of first fts hit on track linked list */
long hit_stg_p; /* Id of first stg hit on track linked list */
long hit_eto_p; /* Id of first etof hit on track linked list */
long hit_wca_p; /* Id of first wca hit on track linked list */
long hit_pre_p; /* Id of first pre hit on track linked list */
Expand Down

0 comments on commit 7d92ee8

Please # to comment.