16#ifndef ROO_CONSTRAINT_SUM 
   17#define ROO_CONSTRAINT_SUM 
#define ClassDefOverride(name, id)
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
 
Abstract base class for binned and unbinned datasets.
 
Abstract base class for objects that represent a real value and implements functionality common to al...
 
RooArgList is a container object that can hold multiple RooAbsArg objects.
 
RooArgSet is a container object that can hold multiple RooAbsArg objects.
 
Calculates the sum of the -(log) likelihoods of a set of RooAbsPfs that represent constraint function...
 
void doEval(RooFit::EvalContext &) const override
Base function for computing multiple values of a RooAbsReal.
 
std::unique_ptr< RooAbsArg > compileForNormSet(RooArgSet const &normSet, RooFit::Detail::CompileContext &ctx) const override
 
bool setData(RooAbsData &data, bool cloneData=true) override
Replace the variables in this RooConstraintSum with the global observables in the dataset if they mat...
 
TObject * clone(const char *newname=nullptr) const override
 
bool setData(RooAbsData const &data, bool cloneData=true)
Replace the variables in this RooConstraintSum with the global observables in the dataset if they mat...
 
RooListProxy _set1
Set of constraint terms.
 
double evaluate() const override
Return sum of -log of constraint p.d.f.s.
 
RooArgSet _paramSet
Set of parameters to which constraints apply.
 
const RooArgList & list()
 
const bool _takeGlobalObservablesFromData
If the global observable values are taken from data.
 
Variable that can be changed from the outside.
 
Persistable container for RooFit projects.
 
Mother of all ROOT objects.