#include <atomic>
Classes | |
struct | RooFit::UniqueId< Class > |
A UniqueId can be added as a class member to enhance any class with a unique identifier for each instantiated object. More... | |
Namespaces | |
namespace | RooFit |
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments). | |
Functions | |
template<class Class > | |
UniqueId< Class > | RooFit::getUniqueId (Class const *ptr) |
A helper function to replace pointer comparisons with UniqueId comparisons. | |