Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooFit::Detail Namespace Reference

Namespaces

namespace  XRooFit
 

Classes

class  CompileContext
 
class  DataKey
 
class  DataMap
 
struct  HashAssistedFind
 Helper for hash-map-assisted finding of elements by name. More...
 
class  JSONNode
 
class  JSONTree
 

Functions

template<typename T >
void cartesianProduct (std::vector< std::vector< T > > &out, std::vector< std::vector< T > > &in)
 
template<class T >
std::unique_ptr< T > compileForNormSet (T const &arg, RooArgSet const &normSet)
 
template<typename... Args>
std::unique_ptr< RooLinkedListcreateCmdList (Args &&... args)
 
template<typename Iterator >
bool nextCombination (const Iterator first, Iterator k, const Iterator last)
 
std::ostream & operator<< (std::ostream &os, RooFit::Detail::JSONNode const &s)
 
template<class T >
std::vector< T > & operator<< (std::vector< T > &v, RooFit::Detail::JSONNode const &n)
 
template<class T >
std::vector< T > & operator<< (std::vector< T > &v, RooFit::Detail::JSONNode::children_view const &cv)
 
template<class T >
std::vector< T > & operator<< (std::vector< T > &v, RooFit::Detail::JSONNode::const_children_view const &cv)
 
template<typename T >
OwningPtr< T > owningPtr (std::unique_ptr< T > &&ptr)
 Internal helper to turn a std::unique_ptr<T> into an OwningPtr.
 

Function Documentation

◆ cartesianProduct()

template<typename T >
void RooFit::Detail::cartesianProduct ( std::vector< std::vector< T > > &  out,
std::vector< std::vector< T > > &  in 
)

Definition at line 22 of file Algorithms.h.

◆ compileForNormSet()

template<class T >
std::unique_ptr< T > RooFit::Detail::compileForNormSet ( T const &  arg,
RooArgSet const &  normSet 
)

Definition at line 70 of file NormalizationHelpers.h.

◆ createCmdList()

template<typename... Args>
std::unique_ptr< RooLinkedList > RooFit::Detail::createCmdList ( Args &&...  args)
inline

Definition at line 429 of file RooGlobalFunc.h.

◆ nextCombination()

template<typename Iterator >
bool RooFit::Detail::nextCombination ( const Iterator  first,
Iterator  k,
const Iterator  last 
)

Definition at line 64 of file Algorithms.h.

◆ operator<<() [1/4]

std::ostream & RooFit::Detail::operator<< ( std::ostream &  os,
RooFit::Detail::JSONNode const &  s 
)

Definition at line 65 of file JSONInterface.cxx.

◆ operator<<() [2/4]

template<class T >
std::vector< T > & RooFit::Detail::operator<< ( std::vector< T > &  v,
RooFit::Detail::JSONNode const &  n 
)

Definition at line 210 of file JSONInterface.h.

◆ operator<<() [3/4]

template<class T >
std::vector< T > & RooFit::Detail::operator<< ( std::vector< T > &  v,
RooFit::Detail::JSONNode::children_view const &  cv 
)

Definition at line 210 of file JSONInterface.h.

◆ operator<<() [4/4]

template<class T >
std::vector< T > & RooFit::Detail::operator<< ( std::vector< T > &  v,
RooFit::Detail::JSONNode::const_children_view const &  cv 
)

Definition at line 210 of file JSONInterface.h.

◆ owningPtr()

template<typename T >
OwningPtr< T > RooFit::Detail::owningPtr ( std::unique_ptr< T > &&  ptr)

Internal helper to turn a std::unique_ptr<T> into an OwningPtr.

Definition at line 50 of file Config.h.