Skip to content

Renaming TAU to CTAU in DecayTreeFitter

Andrea Villa requested to merge avilla_tau_renaming into master

The variable that DTF stores as TAU (and TAUERR) is actually c*tau. Renaming it to avoid misunderstandings.

DECAY_LENGTH is also being renamed FLIGHT_DISTANCE, to match it with the more commonly variable name FD

LHCb!4485 (merged) takes care of renaming the ParticleParams attribute decayLength to flightDistance, while DaVinci!1057 (merged) changes the name in the DecayTreeFitterResults functor collection

Edited by Andrea Villa

Merge request reports