The following two Reader functions are deprecated and do not work in versions 4.0 and higher. The input float or double vectors are simply ignored.
Double_t Reader::EvaluateMVA( const std::vector<Float_t> &, const TString& methodTag, Double_t aux);
Double_t Reader::EvaluateMVA( const std::vector<Double_t>&, const TString& methodTag, Double_t aux);
Please use another EvaluateMVA function, for example Double_t Reader::EvaluateMVA( const TString& methodTag) and provide the input data via Reader::AddVariable.