Skip to content
Snippets Groups Projects
user avatar
Kim Albertsson authored
* [TMVA] CV - Add workaround for large event numbers

Currently TMVA considers all internal variables floats, if large event
numbers are then input as part of "cv-in-app" these can overflow the
float resulting in erroneous fold assignments.

A workaround is to reduce the input range when reading the input from
the TTree as TTreeFormula retains awareness of the input type.
69be1d46
History