Skip to content

JetForwardJvtToolBDT: fixing returns from getPV function

Louis Portales requested to merge lportale/athena:mvfjvtfix into 21.2

getPV() was returning unchecked statusCodes, now changed to int. Now also checking value returned in modify() function.

Other functions had mismatches between function & return types, and have been fixed as well.

Edited by Louis Portales

Merge request reports