MINT2
Public Member Functions | List of all members
WidthFinder Class Reference

#include <StatisticsFinder.h>

Inheritance diagram for WidthFinder:
StatisticsFinder

Public Member Functions

 WidthFinder ()
 
 ~WidthFinder ()
 
- Public Member Functions inherited from StatisticsFinder
 StatisticsFinder (bool mean=1, bool width=1, bool widthError=1, bool keepOrderedEvents=0)
 
double median () const
 
double numEvents () const
 
void add (const double &x, const double &weight=1.0)
 
double mean () const
 
double meanError () const
 
double varience () const
 
double width () const
 
double widthError () const
 
double expX () const
 
double expX2 () const
 
double expX3 () const
 
double expX4 () const
 
double secondCentralMom () const
 
double fourthCentralMom () const
 
const double & getMin () const
 
const double & getMax () const
 
double range () const
 
virtual ~StatisticsFinder ()
 

Detailed Description

HyperPlot, Author: Sam Harnew, sam.h.nosp@m.arne.nosp@m.w@gma.nosp@m.il.c.nosp@m.om , Date: Dec 2015

Make a StatisticsFinder, but tell it to only store enough information to calcuate the mean and width (error on the mean also comes for free)

Definition at line 111 of file StatisticsFinder.h.

Constructor & Destructor Documentation

◆ WidthFinder()

WidthFinder::WidthFinder ( )
inline

Constructor

Definition at line 113 of file StatisticsFinder.h.

◆ ~WidthFinder()

WidthFinder::~WidthFinder ( )
inline

Destructor

Definition at line 114 of file StatisticsFinder.h.


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