Main Page   Namespace List   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

maxFinder Class Reference

#include <maxFinder.h>

List of all members.

Public Methods

 maxFinder ()
 maxFinder (int iter, float range, float searchRange, float funStart, float funStop)
virtual ~maxFinder ()
void Eval (float &maxValue, float &maxTime,TGraph *aGraph)


Detailed Description

Interface for finding maximum of TGraph. A parabola fit is made around the maximum


Constructor & Destructor Documentation

maxFinder::maxFinder   [inline]
 

default constructer

maxFinder::maxFinder int    iter,
float    range,
float    searchRange,
float    funStart,
float    funStop
 

standard constructer arguments.

Parameters:
iter:  number of fit iteration.
range:  fit range (+/-).
searchRange:  range for searching for maximum (+/-).
funStart:  start of function range.
funStop:  end of function range.

maxFinder::~maxFinder   [virtual]
 

destructer


Member Function Documentation

void maxFinder::Eval float &    maxValue,
float &    maxTime,
TGraph *    aGraph
 

evaluate method

Parameters:
aGraph  input graph.
Returns:
maxValue estimated maximum. maxTime estimated time.


The documentation for this class was generated from the following files:
Generated on Tue Apr 27 09:37:59 2004 for Laser Ana by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002