Skip to content

Creating ParticleFilter that runs TMVA

Marcel Materok requested to merge mmaterok_ParticleFilterWithtMVA into master

A new particle filter is introduced that is able to run TMVA. In the new framework, the "addTool" function previously used does not work anymore and the names of the tools have to be setup correctly. It needs to match the naming scheme expected by the ToolSvc().

Merge request reports