#include <PTStatistics.h>
Public Member Functions | |
long double | eff (int ptCut) |
PTStatistics () | |
long int | sum (const int &ptCut) const |
long int | sum () const |
long double | sumR () const |
long double | sumR (const int &ptCut) const |
std::string | toString () |
void | update (PTStatistics &otherPtStats) |
Static Public Attributes | |
static const std::vector< long double > | m_rates = initializeRates() |
Definition at line 12 of file PTStatistics.h.
PTStatistics::PTStatistics | ( | ) |
Definition at line 34 of file PTStatistics.cc.
References assign(), and RPCpg::ptBins_s.
long double PTStatistics::eff | ( | int | ptCut | ) |
long int PTStatistics::sum | ( | const int & | ptCut | ) | const |
long int PTStatistics::sum | ( | ) | const |
long double PTStatistics::sumR | ( | ) | const |
long double PTStatistics::sumR | ( | const int & | ptCut | ) | const |
std::string PTStatistics::toString | ( | ) |
Definition at line 48 of file PTStatistics.cc.
References i, findQualityFiles::size, and contentValuesCheck::ss.
void PTStatistics::update | ( | PTStatistics & | otherPtStats | ) |
Definition at line 39 of file PTStatistics.cc.
References i, and findQualityFiles::size.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
static |
Definition at line 25 of file PTStatistics.h.
Referenced by sumR().