␛[1mRooFit v3.60 -- Developed by Wouter Verkerke and David Kirkby␛[0m
Copyright (C) 2000-2013 NIKHEF, University of California & Stanford University
All rights reserved, please read http://roofit.sourceforge.net/license.txt
sclone = (a,b,c,d,e,g)
RooArgSet::sclone = (a,b,c,d,e,g)
1) RooRealVar:: a = 1
2) RooRealVar:: b = 2
3) RooRealVar:: c = 3 +/- 0.5
4) RooRealVar:: d = 4
5) RooCategory:: e = sig(idx = 0)
6) RooGaussian:: g = 0.882497
1) 0x5566299985f0 RooRealVar:: a = 1 C L(-10 - 10) "a"
2) 0x556629776490 RooRealVar:: b = 2 C L(-10 - 10) "b"
3) 0x5566299b24c0 RooRealVar:: c = 3 +/- 0.5 L(-10 - 10) "c"
4) 0x5566294645a0 RooRealVar:: d = 4 L(-10 - 10) "d"
5) 0x556629458440 RooCategory:: e = sig(idx = 0)
"e"
6) 0x5566298c7ad0 RooGaussian:: g[ x=x mean=a sigma=b ] = 0.882497 "g"
void rf508_listsetmanip()
{
cout << "sclone = " << (*sclone) << endl ;
}
RooAbsArg is the common abstract base class for objects that represent a value (of arbitrary type) an...
RooAbsCollection * snapshot(Bool_t deepCopy=kTRUE) const
Take a snap shot of current collection contents: An owning collection is returned containing clones o...
virtual TObject * Clone(const char *newname=0) const
Make a clone of an object using the Streamer facility.
virtual void Print(Option_t *options=0) const
This method must be overridden when a class wants to print itself.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
virtual Bool_t addOwned(const RooAbsCollection &col, Bool_t silent=kFALSE)
Add a collection of arguments to this collection by calling addOwned() for each element in the source...
virtual void addClone(const RooAbsCollection &col, Bool_t silent=kFALSE)
Add a collection of arguments to this collection by calling addOwned() for each element in the source...
RooCategory represents a fundamental (non-derived) discrete value object.
RooRealVar represents a fundamental (non-derived) real valued object.
static constexpr double s