Functions | |
RooAbsArg * | cloneTreeWithSameParametersImpl (RooAbsArg const &arg, RooArgSet const *observables) |
bool | snapshotImpl (RooAbsCollection const &input, RooAbsCollection &output, bool deepCopy, RooArgSet const *observables) |
Implementation of RooAbsCollection::snapshot() with some extra parameters. | |
RooAbsArg * RooHelpers::Detail::cloneTreeWithSameParametersImpl | ( | RooAbsArg const & | arg, |
RooArgSet const * | observables | ||
) |
Definition at line 379 of file RooHelpers.cxx.
bool RooHelpers::Detail::snapshotImpl | ( | RooAbsCollection const & | input, |
RooAbsCollection & | output, | ||
bool | deepCopy, | ||
RooArgSet const * | observables | ||
) |
Implementation of RooAbsCollection::snapshot() with some extra parameters.
to be used in other RooHelpers functions. param[in] input The input collection. param[in] output The output collection. param[in] deepCopy If the whole computation graph should be cloned recursively. param[in] observables If this is not a nullptr, only the fundamental variables that are in observables are deep cloned.
Definition at line 354 of file RooHelpers.cxx.