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

#include <CLHEP/GenericFunctions/RKIntegrator.hh>

Inheritance diagram for Genfun::RKIntegrator::RKData:
Genfun::RCBase

Classes

struct  Data
 

Public Member Functions

 RKData ()
 
void lock ()
 
void recache ()
 
- Public Member Functions inherited from Genfun::RCBase
 RCBase ()
 
void ref () const
 
void unref () const
 
unsigned int refCount () const
 

Public Attributes

std::vector< Parameter * > _startingValParameter
 
std::vector< double > _startingValParameterCache
 
std::vector< Parameter * > _controlParameter
 
std::vector< double > _controlParameterCache
 
std::vector< const AbsFunction * > _diffEqn
 
std::set< Data_fx
 
bool _locked
 
const RKStepper_stepper
 

Friends

class ImaginaryFriend
 

Additional Inherited Members

- Protected Member Functions inherited from Genfun::RCBase
virtual ~RCBase ()
 

Detailed Description

Definition at line 102 of file RKIntegrator.hh.

Constructor & Destructor Documentation

◆ RKData()

Genfun::RKIntegrator::RKData::RKData ( )

Member Function Documentation

◆ lock()

void Genfun::RKIntegrator::RKData::lock ( )

◆ recache()

void Genfun::RKIntegrator::RKData::recache ( )

Friends And Related Symbol Documentation

◆ ImaginaryFriend

friend class ImaginaryFriend
friend

Definition at line 136 of file RKIntegrator.hh.

References ImaginaryFriend.

Referenced by ImaginaryFriend.

Member Data Documentation

◆ _controlParameter

std::vector<Parameter *> Genfun::RKIntegrator::RKData::_controlParameter

Definition at line 126 of file RKIntegrator.hh.

◆ _controlParameterCache

std::vector<double> Genfun::RKIntegrator::RKData::_controlParameterCache

Definition at line 127 of file RKIntegrator.hh.

◆ _diffEqn

std::vector<const AbsFunction *> Genfun::RKIntegrator::RKData::_diffEqn

Definition at line 129 of file RKIntegrator.hh.

◆ _fx

std::set<Data > Genfun::RKIntegrator::RKData::_fx

Definition at line 130 of file RKIntegrator.hh.

◆ _locked

bool Genfun::RKIntegrator::RKData::_locked

Definition at line 131 of file RKIntegrator.hh.

◆ _startingValParameter

std::vector<Parameter *> Genfun::RKIntegrator::RKData::_startingValParameter

Definition at line 123 of file RKIntegrator.hh.

◆ _startingValParameterCache

std::vector<double> Genfun::RKIntegrator::RKData::_startingValParameterCache

Definition at line 124 of file RKIntegrator.hh.

◆ _stepper

const RKStepper* Genfun::RKIntegrator::RKData::_stepper

Definition at line 132 of file RKIntegrator.hh.


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