mixpp: bdm::eprod Class Reference

bdm::eprod Class Reference

Product of independent epdfs. For dependent pdfs, use bdm::mprod. More...

#include <emix.h>

Inheritance diagram for bdm::eprod:

bdm::eprod_base bdm::epdf bdm::pdf bdm::root List of all members.

Public Member Functions

const epdffactor (int i) const
const int no_factors () const
void set_parameters (const Array< shared_ptr< epdf > > &epdfs0)
void from_setting (const Setting &set)

Protected Attributes

Array< shared_ptr< epdf > > factors

Detailed Description

Product of independent epdfs. For dependent pdfs, use bdm::mprod.


Member Function Documentation

void bdm::eprod::from_setting ( const Setting &  set  )  [inline, virtual]

Create object from the following structure

    class = 'eprod';
    pdfs = { list of any bdm::epdf offsprings };   % pdfs in the product, bdm::epdf::from_setting
    --- inherited fields ---
    bdm::eprod_base::from_setting

Reimplemented from bdm::epdf.


The documentation for this class was generated from the following file:
Generated on 2 Dec 2013 for mixpp by  doxygen 1.4.7