Vector entries in TMVAClassification and Application

It looks like this is the problem. If the branch in the file is really a vector, it is not possible to use the address of a single float in SetBranchAddress(). You need to use an equivalent vector type in that case. Using a vector in a branch is discussed also in this other post, if you’d like to have a look.