Dear all,
I’m searching, without luck, the mathematical function of the RooBCPEffDecay and RooBCPGenDecay.
From the description I suppose the RooBCPEffDecay is the one I need but I want to be sure.
Thank you
Chiara
Dear all,
I’m searching, without luck, the mathematical function of the RooBCPEffDecay and RooBCPGenDecay.
From the description I suppose the RooBCPEffDecay is the one I need but I want to be sure.
Thank you
Chiara
The documentation in the ROOT reference guide is here:
https://root.cern/doc/master/classRooBCPEffDecay.html
https://root.cern/doc/master/classRooBCPGenDecay.html
If you have more specific questions on this documentation I guess @moneta can
help you.
Hi chiara,
you can reach the code from couets links. Click e.g. on the line number in
coefficient()
That leads you here:
https://root.cern/doc/master/RooBCPEffDecay_8cxx_source.html#l00116
You see:
There’s multiple formulae in use, depending on how you set up the class.
Dear all,
I’ve solved using the RooBDecay, it’s generic but easy to understand.
Thank you for your help.