te::sa::BayesGlobalOperation Class Reference

Class used to execute the bayes global operations. More...

#include <BayesGlobalOperation.h>

Public Member Functions

 BayesGlobalOperation ()
 Default constructor. More...
 
void execute ()
 Function to execute the bayes operation. More...
 
void setParameters (te::sa::BayesInputParams *inParams, te::sa::BayesOutputParams *outParams)
 
 ~BayesGlobalOperation ()
 Virtual destructor. More...
 

Protected Member Functions

std::auto_ptr< te::mem::DataSetcreateDataSet (te::da::DataSet *inputDataSet, te::da::DataSetType *dsType)
 
std::auto_ptr< te::da::DataSetTypecreateDataSetType (te::da::DataSetType *dsType)
 
void runBayesGlobal (te::mem::DataSet *ds, std::size_t eventIdx, std::size_t popIdx, std::size_t bayesIdx)
 
void saveDataSet (te::da::DataSet *dataSet, te::da::DataSetType *dsType)
 

Protected Attributes

std::auto_ptr< te::sa::BayesInputParamsm_inputParams
 Attribute with the bayes input parameters. More...
 
std::auto_ptr< te::sa::BayesOutputParamsm_outputParams
 Attribute with the bayes output parameters. More...
 

Detailed Description

Class used to execute the bayes global operations.

Definition at line 55 of file BayesGlobalOperation.h.

Constructor & Destructor Documentation

te::sa::BayesGlobalOperation::BayesGlobalOperation ( )

Default constructor.

te::sa::BayesGlobalOperation::~BayesGlobalOperation ( )

Virtual destructor.

Member Function Documentation

std::auto_ptr<te::mem::DataSet> te::sa::BayesGlobalOperation::createDataSet ( te::da::DataSet inputDataSet,
te::da::DataSetType dsType 
)
protected

Function used to create the output dataset

std::auto_ptr<te::da::DataSetType> te::sa::BayesGlobalOperation::createDataSetType ( te::da::DataSetType dsType)
protected

Function used to create the output dataset type

void te::sa::BayesGlobalOperation::execute ( )

Function to execute the bayes operation.

void te::sa::BayesGlobalOperation::runBayesGlobal ( te::mem::DataSet ds,
std::size_t  eventIdx,
std::size_t  popIdx,
std::size_t  bayesIdx 
)
protected
void te::sa::BayesGlobalOperation::saveDataSet ( te::da::DataSet dataSet,
te::da::DataSetType dsType 
)
protected

Function used to save the output dataset

void te::sa::BayesGlobalOperation::setParameters ( te::sa::BayesInputParams inParams,
te::sa::BayesOutputParams outParams 
)

Member Data Documentation

std::auto_ptr<te::sa::BayesInputParams> te::sa::BayesGlobalOperation::m_inputParams
protected

Attribute with the bayes input parameters.

Definition at line 87 of file BayesGlobalOperation.h.

std::auto_ptr<te::sa::BayesOutputParams> te::sa::BayesGlobalOperation::m_outputParams
protected

Attribute with the bayes output parameters.

Definition at line 89 of file BayesGlobalOperation.h.


The documentation for this class was generated from the following file: