Skip to content

ChargedProtoANNPIDTrainingTuple - Fix ntuple printout suppression

Fixes the suppression of the ntuple finalize printout from ChargedProtoANNPIDTrainingTuple. Was always my intention to not have this, but I appear to have set the option default in the wrong place.

Should fix a clang test failure, due to the ntuple variable order being different for some reason (which should be investigated independently).

https://lhcb-nightlies.web.cern.ch/logs/tests/nightly/lhcb-master/1013/x86_64-centos7-clang8-opt/Brunel/

- ChargedProtoPID...SUCCESS  ID=annInputs     Title="ProtoParticle PID Information for ANN T" #items=130{VeloCharge,CaloBremChi2,CaloBremMatch,CaloNeutralPrs,CaloNeutralSpd,CaloSpdE,InAc}
?                                                                                                                                    ^ --- ^ ^                               ---------
+ ChargedProtoPID...SUCCESS  ID=annInputs     Title="ProtoParticle PID Information for ANN T" #items=130{VeloCharge,CaloBremChi2,CaloNeutralEcal,CaloNeutralPrs,CaloNeutralSpd,InAccBrem,I}

Merge request reports