CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
Genfun::RKIntegrator Class Reference

#include <CLHEP/GenericFunctions/RKIntegrator.hh>

Classes

class  RKData
class  RKFunction
class  RKStepper

Public Member Functions

 RKIntegrator (const RKStepper *stepper=NULL)
virtual ~RKIntegrator ()
ParameteraddDiffEquation (const AbsFunction *diffEquation, const std::string &variableName="anon", double defStartingValue=0.0, double startingValueMin=0.0, double startingValueMax=0.0)
ParametercreateControlParameter (const std::string &variableName="anon", double defStartingValue=0.0, double startingValueMin=0.0, double startingValueMax=0.0)
const RKFunctiongetFunction (unsigned int i) const

Detailed Description

Author

Definition at line 43 of file RKIntegrator.hh.

Constructor & Destructor Documentation

◆ RKIntegrator()

Genfun::RKIntegrator::RKIntegrator ( const RKStepper * stepper = NULL)

Referenced by getFunction().

◆ ~RKIntegrator()

virtual Genfun::RKIntegrator::~RKIntegrator ( )
virtual

Member Function Documentation

◆ addDiffEquation()

Parameter * Genfun::RKIntegrator::addDiffEquation ( const AbsFunction * diffEquation,
const std::string & variableName = "anon",
double defStartingValue = 0.0,
double startingValueMin = 0.0,
double startingValueMax = 0.0 )

◆ createControlParameter()

Parameter * Genfun::RKIntegrator::createControlParameter ( const std::string & variableName = "anon",
double defStartingValue = 0.0,
double startingValueMin = 0.0,
double startingValueMax = 0.0 )

◆ getFunction()

const RKFunction * Genfun::RKIntegrator::getFunction ( unsigned int i) const

References RKIntegrator().


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