Skip to content

replace std::pow() by multiplications

Sergey Gorbunov requested to merge se.gorbunov/cbmroot:mass2 into master

small improvements: replace pow() by multiplications, store particle mass in addition to the squared mass in order to avoid sqrt(mass2)

Merge request reports