From 4f3940ee4e13e6e55402ad7be994ebd792464854 Mon Sep 17 00:00:00 2001 From: Vanya Belyaev Date: Thu, 7 Dec 2023 18:33:00 +0100 Subject: [PATCH] fix? --- source/src/GetWeight.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/src/GetWeight.cpp b/source/src/GetWeight.cpp index 01bb1a72..ff638b14 100644 --- a/source/src/GetWeight.cpp +++ b/source/src/GetWeight.cpp @@ -54,7 +54,7 @@ namespace bool storeAsymError () const { return RooDataSet::_wgtVar ? RooDataSet::_wgtVar->getAttribute ( "StoreAsymError" ) : false ; } // ======================================================================== - const RooAbsReal* wgtVar () const { return _wgtVar ; } + const RooAbsReal* wgtVar () const { return RooDataSet::_wgtVar ; } // ======================================================================== } ; // ==========================================================================