Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Dec 7, 2023
1 parent 03c7149 commit 4f3940e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/src/GetWeight.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ; }
// ========================================================================
} ;
// ==========================================================================
Expand Down

0 comments on commit 4f3940e

Please sign in to comment.