|
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) |
|
std::unique_ptr< RooLinkedList > | createCmdList () |
|
template<typename... Args> |
std::unique_ptr< RooLinkedList > | createCmdList (RooCmdArg const *arg1, Args &&...args) |
|
std::unique_ptr< RooLinkedList > | createCmdList (RooLinkedList const *cmdList) |
|
template<class Key_t , class Val_t > |
auto | flatMapToStdMap (FlatMap< Key_t, Val_t > const &flatMap) |
|
RooCmdArg | ImportFlatMap (FlatMap< std::string, RooDataHist * > const &args) |
|
RooCmdArg | ImportFlatMap (FlatMap< std::string, RooDataSet * > const &args) |
|
RooCmdArg | ImportFlatMap (FlatMap< std::string, TH1 * > const &args) |
|
std::pair< double, int > | integrate1d (std::function< double(double)> func, bool doTrapezoid, int maxSteps, int minStepsZero, int fixSteps, double epsAbs, double epsRel, bool doExtrap, double xmin, double xmax, std::span< double > hArr, std::span< double > sArr) |
|
RooCmdArg | LinkFlatMap (FlatMap< std::string, RooAbsData * > const &args) |
|
std::string | makeValidVarName (std::string const &in) |
|
template<typename Iterator > |
bool | nextCombination (const Iterator first, Iterator k, const Iterator last) |
|
template<class Key , class T , class Compare , class Allocator > |
RooFit::Detail::JSONNode & | operator<< (RooFit::Detail::JSONNode &n, const std::map< Key, T, Compare, Allocator > &m) |
|
template<class Key , class T , class Hash , class KeyEqual , class Allocator > |
RooFit::Detail::JSONNode & | operator<< (RooFit::Detail::JSONNode &n, const std::unordered_map< Key, T, Hash, KeyEqual, Allocator > &m) |
|
RooFit::Detail::JSONNode & | operator<< (RooFit::Detail::JSONNode &n, std::span< const double > v) |
|
RooFit::Detail::JSONNode & | operator<< (RooFit::Detail::JSONNode &n, std::span< const float > v) |
|
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) |
|
void | replaceAll (std::string &inOut, std::string_view what, std::string_view with) |
|
RooCmdArg | SliceFlatMap (FlatMap< RooCategory *, std::string > const &args) |
|