Skip to content

[RF] Add documentation for RooKeysPdf, and to its Mirror option #8507

@ynikitenko

Description

@ynikitenko

Explain what you would like to see improved

It would be great to add documentation for several RooKeysPdf parameters.
In particular, there is a parameter rho in two constructors, which has no explanation. Constructors descriptions are very unclear. However, rho is explained in the article.

There is a parameter Mirror, which I could not find in the article (it has more options than there). From the code it looks like usually it is just reflecting pdf around the border:

if (_mirrorLeft) {
    p.x = 2. * _lo - x;

But from the source code, line 261 I can't understand the meaning of _asymLeft option (the code is not simple or intuitive, and has no comments).

Additional context

Maybe it would be worth to give a link to RooNDKeysPdf as a closely related class?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions