Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Algorithms.h File Reference
#include <vector>
Include dependency graph for Algorithms.h:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  RooFit
 The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments).
 
namespace  RooFit::Detail
 

Functions

template<typename T >
void RooFit::Detail::cartesianProduct (std::vector< std::vector< T > > &out, std::vector< std::vector< T > > &in)
 
template<typename Iterator >
bool RooFit::Detail::nextCombination (const Iterator first, Iterator k, const Iterator last)