Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RooAbsArg.h File Reference

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::Experimental

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 51 of file RooAbsArg.h.

◆ RooSetProxy

Definition at line 50 of file RooAbsArg.h.

Function Documentation

◆ operator<<()

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

Ostream operator.

Definition at line 1455 of file RooAbsArg.cxx.

◆ operator>>()

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

Istream operator.

Definition at line 1463 of file RooAbsArg.cxx.