␛[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) 0x55a535180710 RooRealVar:: a = 1 C L(-10 - 10) "a"
2) 0x55a53536af50 RooRealVar:: b = 2 C L(-10 - 10) "b"
3) 0x55a535333800 RooRealVar:: c = 3 +/- 0.5 L(-10 - 10) "c"
4) 0x55a53532a5a0 RooRealVar:: d = 4 L(-10 - 10) "d"
5) 0x55a5352bd1e0 RooCategory:: e = sig(idx = 0)
"e"
6) 0x55a5352d4b40 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...
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.
RooArgList is a container object that can hold multiple RooAbsArg objects.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
RooArgSet * snapshot(bool deepCopy=true) const
Use RooAbsCollection::snapshot(), but return as RooArgSet.
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.
Template specialisation used in RooAbsArg:
static constexpr double s