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

#include <HyperStatisticsFinder.h>

Inheritance diagram for HyperWidthErrorFinder:
HyperStatisticsFinder

Public Member Functions

 HyperWidthErrorFinder (int dim)
 
 HyperWidthErrorFinder (const HyperPoint &point)
 
 ~HyperWidthErrorFinder ()
 
- Public Member Functions inherited from HyperStatisticsFinder
 HyperStatisticsFinder (int dimension, bool mean=1, bool width=1, bool widthError=1, bool keepOrderedEvents=0)
 
 HyperStatisticsFinder (const HyperPoint &point, bool mean=1, bool width=1, bool widthError=1, bool keepOrderedEvents=0)
 
void add (const HyperPoint &x)
 
double correlation (int i, int j) const
 
double covarience (int i, int j) const
 
double mean (int i) const
 
double meanError (int i) const
 
double width (int i) const
 
double getMin (int i) const
 
double getMax (int i) const
 
HyperPoint mean () const
 
HyperPoint meanError () const
 
HyperPoint width () const
 
HyperPoint getMin () const
 
HyperPoint getMax () const
 
const StatisticsFindergetStatisticsFinder (int i) const
 
virtual ~HyperStatisticsFinder ()
 

Detailed Description

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

Make a HyperStatisticsFinder, but tell it to only store enough information to calcuate the mean and rms, and error on the rms

Definition at line 148 of file HyperStatisticsFinder.h.

Constructor & Destructor Documentation

◆ HyperWidthErrorFinder() [1/2]

HyperWidthErrorFinder::HyperWidthErrorFinder ( int  dim)
inline

Construct with given dimension

Definition at line 150 of file HyperStatisticsFinder.h.

◆ HyperWidthErrorFinder() [2/2]

HyperWidthErrorFinder::HyperWidthErrorFinder ( const HyperPoint point)
inline

Construct with dimension of given HyperPoint, and add this point to the statistics finder

Definition at line 151 of file HyperStatisticsFinder.h.

◆ ~HyperWidthErrorFinder()

HyperWidthErrorFinder::~HyperWidthErrorFinder ( )
inline

Destructor

Definition at line 153 of file HyperStatisticsFinder.h.


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