ROOTPWA
|
#include <TPWALikelihood.h>
Public Types | |
typedef boost::accumulators::accumulator_set < double, boost::accumulators::stats < boost::accumulators::tag::sum(boost::accumulators::compensated)> > | timeAccType |
Public Attributes | |
unsigned int | nmbCalls |
timeAccType | funcTime |
timeAccType | normTime |
timeAccType | totalTime |
Definition at line 93 of file TPWALikelihood.h.
typedef boost::accumulators::accumulator_set<double, boost::accumulators::stats <boost::accumulators::tag::sum(boost::accumulators::compensated)> > TPWALikelihood< complexT >::functionCallInfo::timeAccType |
Definition at line 96 of file TPWALikelihood.h.
timeAccType TPWALikelihood< complexT >::functionCallInfo::funcTime |
Definition at line 98 of file TPWALikelihood.h.
unsigned int TPWALikelihood< complexT >::functionCallInfo::nmbCalls |
Definition at line 97 of file TPWALikelihood.h.
Referenced by TPWALikelihood< complexT >::ncalls().
timeAccType TPWALikelihood< complexT >::functionCallInfo::normTime |
Definition at line 99 of file TPWALikelihood.h.
timeAccType TPWALikelihood< complexT >::functionCallInfo::totalTime |
Definition at line 100 of file TPWALikelihood.h.