StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Member Functions | List of all members
EvtItgFunction Class Reference

#include <EvtItgFunction.hh>

Inheritance diagram for EvtItgFunction:
EvtItgAbsFunction

Public Member Functions

 EvtItgFunction (double(*theFunction)(double), double lowerRange, double upperRange)
 
virtual void setCoeff (int, int, double)
 
virtual double getCoeff (int, int)
 
- Public Member Functions inherited from EvtItgAbsFunction
 EvtItgAbsFunction (double lowerRange, double upperRange)
 
virtual double value (double x) const
 
virtual double operator() (double x) const
 
double upperRange () const
 
double lowerRange () const
 
void getRange (double &lower, double &upper) const
 

Protected Member Functions

virtual double myFunction (double x) const
 
- Protected Member Functions inherited from EvtItgAbsFunction
void setRange (double x1, double x2)
 

Detailed Description

Copyright (C) 1998 LBNL

Generic function where the pointer to the function is available.

The function is taken as type pointer to function returning double and taking a double (the abscissa) and a const RWTValVector<double> reference (the parameter values of the function) as arguments.

See Also
EvtItgFunctionEvtItgFunction
Version
Id:
EvtItgFunction.hh,v 1.1 2016/09/23 18:37:37 jwebb Exp
Author
Phil Strother Originator

Definition at line 33 of file EvtItgFunction.hh.


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