#include <RooAbsCache.h>
#include <RooFit/Config.h>
#include <RooFit/Detail/NormalizationHelpers.h>
#include <RooLinkedListIter.h>
#include <RooNameReg.h>
#include <RooPrintable.h>
#include <RooSTLRefCountList.h>
#include <RooStringView.h>
#include <TNamed.h>
#include <TObjArray.h>
#include <TRefArray.h>
#include <deque>
#include <iostream>
#include <map>
#include <memory>
#include <set>
#include <stack>
#include <string>
#include <unordered_map>
Classes | |
struct | RooAbsArg::ProxyListCache |
class | RooAbsArg |
Common abstract base class for objects that represent a value and a "shape" in RooFit. More... | |
class | RooRefArray |
Namespaces | |
namespace | RooFit |
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments). | |
namespace | RooFit::Detail |
Typedefs | |
using | RooListProxy = RooCollectionProxy< RooArgList > |
using | RooSetProxy = RooCollectionProxy< RooArgSet > |
Functions | |
std::ostream & | operator<< (std::ostream &os, const RooAbsArg &arg) |
Ostream operator. | |
std::istream & | operator>> (std::istream &is, RooAbsArg &arg) |
Istream operator. | |
using RooListProxy = RooCollectionProxy<RooArgList> |
Definition at line 53 of file RooAbsArg.h.
using RooSetProxy = RooCollectionProxy<RooArgSet> |
Definition at line 52 of file RooAbsArg.h.
std::ostream & operator<< | ( | std::ostream & | os, |
const RooAbsArg & | arg | ||
) |
Ostream operator.
Definition at line 1668 of file RooAbsArg.cxx.
std::istream & operator>> | ( | std::istream & | is, |
RooAbsArg & | arg | ||
) |
Istream operator.
Definition at line 1677 of file RooAbsArg.cxx.