Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions roofit/roofitcore/inc/RooAbsArg.h
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ class RooAbsArg : public TNamed, public RooPrintable {

mutable bool _prohibitServerRedirect ; //! Prohibit server redirects -- Debugging tool

mutable RooExpensiveObjectCache* _eocache{nullptr}; // Pointer to global cache manager for any expensive components created by this object
mutable RooExpensiveObjectCache* _eocache{nullptr}; //! Pointer to global cache manager for any expensive components created by this object

mutable const TNamed * _namePtr ; //! De-duplicated name pointer. This will be equal for all objects with the same name.
bool _isConstant ; //! Cached isConstant status
Expand All @@ -742,7 +742,7 @@ class RooAbsArg : public TNamed, public RooPrintable {
static std::stack<RooAbsArg*> _ioReadStack ; // reading stack
/// \endcond

ClassDefOverride(RooAbsArg,8) // Abstract variable
ClassDefOverride(RooAbsArg,9) // Abstract variable
};

std::ostream& operator<<(std::ostream& os, const RooAbsArg &arg);
Expand Down