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

#include <CLHEP/GenericFunctions/RKIntegrator.hh>

Public Member Functions

 Data (int size)
bool operator< (const Data &right) const
bool operator== (const Data &right) const

Public Attributes

std::vector< double > variable
std::vector< double > firstDerivative
double time

Detailed Description

Definition at line 108 of file RKIntegrator.hh.

Constructor & Destructor Documentation

◆ Data()

Genfun::RKIntegrator::RKData::Data::Data ( int size)
inline

Definition at line 114 of file RKIntegrator.hh.

References firstDerivative, time, and variable.

Referenced by operator<(), and operator==().

Member Function Documentation

◆ operator<()

bool Genfun::RKIntegrator::RKData::Data::operator< ( const Data & right) const
inline

Definition at line 115 of file RKIntegrator.hh.

References Data(), and time.

◆ operator==()

bool Genfun::RKIntegrator::RKData::Data::operator== ( const Data & right) const
inline

Definition at line 116 of file RKIntegrator.hh.

References Data(), and time.

Member Data Documentation

◆ firstDerivative

std::vector<double> Genfun::RKIntegrator::RKData::Data::firstDerivative
mutable

Definition at line 111 of file RKIntegrator.hh.

Referenced by Data().

◆ time

double Genfun::RKIntegrator::RKData::Data::time

Definition at line 112 of file RKIntegrator.hh.

Referenced by Data(), operator<(), and operator==().

◆ variable

std::vector<double> Genfun::RKIntegrator::RKData::Data::variable

Definition at line 110 of file RKIntegrator.hh.

Referenced by Data().


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