miranov25 / fastMCKalman

Fast simulation and performance parameterization - primary for ALICE3 and DUNE
MIT License
0 stars 1 forks source link

All arrays are now the same size (doesn't include scalars) #35

Closed Trenchcoat95 closed 1 year ago

Trenchcoat95 commented 1 year ago

Now all the arrays are resized to have equal size. The scalars are not duplicated

miranov25 commented 1 year ago

In order to save resources - it will be better to keep sizes the same. It could be guaranteed in case we allocate/resize arrays just at the beginning to the size as in the MC.

Can be done later. I will merge it and test the current but later I prefer this option.