star-bnl / star-sw

Core software for STAR experiment
26 stars 63 forks source link

Fix job crashing for 9 time-bin FST data #634

Closed techuan-huang closed 4 months ago

techuan-huang commented 4 months ago

Issue #631 was due to an inconsistent number of time bins used in the data and the codes. In most FST data and in the codes, we used 3 time bins, while some data used 9 time bins. Only changing a constant in StRoot/StEvent/StFstConsts.h is needed to fix this issue.

genevb commented 4 months ago

Thanks, @techuan-huang . Two notes from me:

-Gene

genevb commented 4 months ago

Are we waiting for @akioogawa 's approval, or can this be merged now?