54 _realSet(
"realSet",
"Set of real-valued components to be tracked",this),
55 _catSet(
"catSet",
"Set of discrete-valued components to be tracked",this),
60for (
const auto arg : trackSet) {
75 for (
unsigned int i=0;
i <
_catSet.size(); ++
i) {
77 _catRef[
i++] = cat->getCurrentIndex() ;
129 bool valuesChanged(
false) ;
136 valuesChanged =
true ;
141 for (
unsigned int i=0;
i <
_catSet.size(); ++
i) {
143 if (cat->getCurrentIndex() !=
_catRef[
i]) {
145 valuesChanged =
true ;
146 _catRef[
i] = cat->getCurrentIndex() ;
160 return valuesChanged ;
174 for (
unsigned int i=0;
i <
_catSet.size(); ++
i) {
176 if (cat->getCurrentIndex() !=
_catRef[
i]) {
true
Register systematic variations for multiple existing columns using auto-generated tags.
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
void clearValueDirty() const
bool isValueDirty() const
A space to attach TBranches.
virtual bool add(const RooAbsArg &var, bool silent=false)
Add the specified argument to list.
RooAbsReal()
coverity[UNINIT_CTOR] Default constructor
RooArgSet is a container object that can hold multiple RooAbsArg objects.
Meta object that tracks value changes in a given set of RooAbsArgs by registering itself as value cli...
bool hasChanged(bool clearState)
Returns true if state has changed since last call with clearState=true.
RooListProxy _catSet
List of categories to check.
bool _checkVal
Check contents as well if true.
RooChangeTracker()=default
std::vector< Int_t > _catRef
Reference values for categories.
RooArgSet parameters() const
std::vector< double > _realRef
Reference values for reals.
RooListProxy _realSet
List of reals to track.