eic / EICrecon

EIC Reconstruction - JANA based
https://eic.github.io/EICrecon
GNU Lesser General Public License v3.0
5 stars 26 forks source link

Fix some data types #1473

Closed simonge closed 1 month ago

simonge commented 1 month ago

Briefly, what does this PR introduce?

Fixes Error: /home/runner/work/EICrecon/EICrecon/src/algorithms/fardetectors/FarDetectorTrackerCluster.cc:89:20: runtime error: implicit conversion from type 'std::uint64_t' (aka 'unsigned long') of value 18248302638875542214 (64-bit, unsigned) to type 'const long' changed the value to -198441434834009402 (64-bit, signed)

Flagged by ASAN in the CI runs, item in issue #1476