Changing the name of the instance of LH tool
This MR is to sanitize precisionElectronHypoTool
(https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaPrecisionElectronHypoToolInc.h#L49). As we are investigating the performance of the electronLikeliHoodTool the 1st thing caught my attention that the instance of the lhtool is named as CutID tool. So would like to clear this in the MR. Its WIP because I tried latest test suggested by @rbielski https://atlassoftwaredocs.web.cern.ch/guides/trigger/validation/. The ctest -j4 --output-on-failure --rerun-failed
was a success but runTrigART.py -m -j4
has 2 tests failed:
ERROR ==================================================
ERROR The following 2 tests failed:
ERROR test_trig_data_v1Dev_build.py
ERROR test_trigAna_RDOtoRDOTrig_mt1_build.py
ERROR ==================================================
I ran those in build directory can't see the exact error, can you point where to look at? adding @fernando , @tbold, @tamartin as watcher