HomeHEPForge

Fix apparent variable shadowing bug in EvtPropSLPole

Description

Fix apparent variable shadowing bug in EvtPropSLPole

Thanks to warning from clang8 that private field was unused, noticed
that three member variables were shadowed by local variables in one
member function, which appeared to be a mistake.
We should maybe consider enabling -Wshadow in future.
Need to check the impact of this bug fix on this model.

Details

Provenance
tlathamAuthored on Feb 13 2020, 1:08 PM
tlathamPushed on Feb 13 2020, 1:13 PM
Parents
rEVTGEN8dad424923ec: Remove unused private members from EvtbTosllScalarAmp and EvtbTosllVectorAmp
Branches
Unknown
Tags
Unknown
Tasks
T13: Modernize EvtGen