BPVCORRM functor broken in ThOr
The BPVCORRM functor doesn't work and causes a crash in the code, see the log file for the full crash: log_BPVCORRM.txt
It looks like bestPV_position
is a pointer to a vertex rather than a 3-vector as seems to be assumed in auto const d = decay_vertex - bestPV_position;
.