Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooAbsArg.h File Reference
#include "TNamed.h"
#include "TObjArray.h"
#include "TRefArray.h"
#include "RooPrintable.h"
#include "RooSTLRefCountList.h"
#include "RooAbsCache.h"
#include "RooNameReg.h"
#include "RooLinkedListIter.h"
#include <RooFit/Config.h>
#include <RooFit/Detail/NormalizationHelpers.h>
#include <RooStringView.h>
#include <deque>
#include <iostream>
#include <map>
#include <memory>
#include <set>
#include <stack>
#include <string>
#include <unordered_map>
Include dependency graph for RooAbsArg.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  RooAbsArg::ProxyListCache
 
class  RooAbsArg
 RooAbsArg is the common abstract base class for objects that represent a value and a "shape" in RooFit. More...
 
class  RooRefArray
 

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.
 

Typedef Documentation

◆ RooListProxy

Definition at line 52 of file RooAbsArg.h.

◆ RooSetProxy

Definition at line 51 of file RooAbsArg.h.

Function Documentation

◆ operator<<()

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

Ostream operator.

Definition at line 1689 of file RooAbsArg.cxx.

◆ operator>>()

std::istream & operator>> ( std::istream &  is,
RooAbsArg arg 
)

Istream operator.

Definition at line 1698 of file RooAbsArg.cxx.