void rf508_listsetmanip()
{
cout << "sclone = " << (*sclone) << endl;
}
Common abstract base class for objects that represent a value and a "shape" in RooFit.
TObject * Clone(const char *newname=nullptr) const override
Make a clone of an object using the Streamer facility.
virtual bool addOwned(RooAbsArg &var, bool silent=false)
Add an argument and transfer the ownership to the collection.
virtual RooAbsArg * addClone(const RooAbsArg &var, bool silent=false)
Add a clone of the specified argument to list.
void Print(Option_t *options=nullptr) const override
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.
RooArgSet * selectByAttrib(const char *name, bool value) const
Use RooAbsCollection::selectByAttrib(), but return as RooArgSet.
RooArgSet * selectByName(const char *nameList, bool verbose=false) const
Use RooAbsCollection::selectByName(), but return as RooArgSet.
Object to represent discrete states.
Variable that can be changed from the outside.
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
[#0] WARNING:InputArguments -- The parameter 'b' with range [-10, 10] of the RooGaussian 'g' exceeds the safe range of (0, inf). Advise to limit its range.
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) 0x557f5cfb19f0 RooRealVar:: a = 1 C L(-10 - 10) "a"
2) 0x557f5ad69ca0 RooRealVar:: b = 2 C L(-10 - 10) "b"
3) 0x557f59fddab0 RooRealVar:: c = 3 +/- 0.5 L(-10 - 10) "c"
4) 0x557f5b580e50 RooRealVar:: d = 4 L(-10 - 10) "d"
5) 0x557f5d03b160 RooCategory:: e = sig(idx = 0)
"e"
6) 0x557f59dd4ab0 RooGaussian:: g[ x=x mean=a sigma=b ] = 0.882497 "g"