GooFit
v2.1.3
|
#include <MetricTaker.h>
Public Member Functions | |
MetricTaker (PdfBase *dat, void *dev_functionPtr) | |
MetricTaker (int fIdx, int pIdx) | |
__device__ fptype | operator() (thrust::tuple< int, fptype *, int > t) const |
__device__ fptype | operator() (thrust::tuple< int, int, fptype *> t) const |
Definition at line 11 of file MetricTaker.h.
GooFit::MetricTaker::MetricTaker | ( | PdfBase * | dat, |
void * | dev_functionPtr | ||
) |
GooFit::MetricTaker::MetricTaker | ( | int | fIdx, |
int | pIdx | ||
) |
Main operator: Calls the PDF to get a predicted value, then the metric to get the goodness-of-prediction number which is returned to MINUIT.
Event number, dev_event_array (pass this way for nvcc reasons), event size
Operator for binned evaluation, no metric. Used in normalisation.
Event number, event size, normalisation ranges (for binned stuff, eg integration)