diff --git a/interface/HybridGBRTreeD.h b/interface/HybridGBRTreeD.h index a9dd69a..5608411 100644 --- a/interface/HybridGBRTreeD.h +++ b/interface/HybridGBRTreeD.h @@ -43,8 +43,8 @@ std::vector &Responses() { return fResponses; } const std::vector &Responses() const { return fResponses; } - std::vector &CutIndices() { return fCutIndices; } - const std::vector &CutIndices() const { return fCutIndices; } + std::vector &CutIndices() { return fCutIndices; } + const std::vector &CutIndices() const { return fCutIndices; } std::vector &CutVals() { return fCutVals; } const std::vector &CutVals() const { return fCutVals; } @@ -59,7 +59,7 @@ const std::vector > > &Limits() const { return fLimits; } protected: - std::vector fCutIndices; + std::vector fCutIndices; std::vector fCutVals; std::vector fLeftIndices; std::vector fRightIndices; @@ -68,7 +68,7 @@ private: - ClassDef(HybridGBRTreeD,3) + ClassDef(HybridGBRTreeD,2) };