Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
PDFSumExtendable.h File Reference
#include <hydra/detail/Config.h>
#include <hydra/Types.h>
#include <hydra/Parameter.h>
#include <hydra/Placeholders.h>
#include <hydra/Pdf.h>
#include <hydra/detail/utility/Utility_Tuple.h>
#include <hydra/detail/utility/Generic.h>
#include <hydra/detail/FunctorTraits.h>
#include <hydra/detail/functors/AddPdfFunctor.h>
#include <hydra/detail/external/hydra_thrust/tuple.h>
#include <hydra/detail/AddPdfBase.h>
#include <initializer_list>
#include <tuple>
#include <utility>
Include dependency graph for PDFSumExtendable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  hydra::PDFSumExtendable< PDF1, PDF2, PDFs >
 Class representing a pdf object built summing up other pdfs. More...
 

Namespaces

 hydra
 Generic policies definition.
 

Functions

template<typename PDF1 , typename PDF2 , typename ... PDFs>
PDFSumExtendable< PDF1, PDF2, PDFs... > hydra::add_pdfs (std::array< Parameter, sizeof...(PDFs)+2 >const &var_list, PDF1 const &pdf1, PDF2 const &pdf2, PDFs const &...pdfs)
 Function to build up extendable pdfs models. More...