#include <iostream>
#include <memory>
#include <stdexcept>
#include <string>
#include <vector>
Namespaces | |
namespace | RooFit |
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments). | |
namespace | RooFit::Experimental |
Functions | |
std::ostream & | operator<< (std::ostream &os, RooFit::Experimental::JSONNode const &s) |
template<class T > | |
std::vector< T > & | operator<< (std::vector< T > &v, RooFit::Experimental::JSONNode const &n) |
std::ostream & operator<< | ( | std::ostream & | os, |
RooFit::Experimental::JSONNode const & | s | ||
) |
std::vector< T > & operator<< | ( | std::vector< T > & | v, |
RooFit::Experimental::JSONNode const & | n | ||
) |
Definition at line 135 of file JSONInterface.h.