#include "ODECrawler.h"

ODECrawlerMaster


class description - source file - inheritance tree (.pdf)

class ODECrawlerMaster

Inheritance Chart:
ODECrawlerMaster
<-
Moonraker
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.


    public:
virtual ~ODECrawlerMaster() static TClass* Class() virtual TClass* IsA() const virtual void ODEDerivatives(const Double_t x, const TVectorD& y, TVectorD& d) virtual UInt_t ODEOrder() virtual void ODEStart(TVectorD& v, Double_t& x1, Double_t& x2) ODECrawlerMaster& operator=(const ODECrawlerMaster&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description

 ODECrawler

 ODE integrator built upon adaptive step 4th order runge-kutta.
 Based on odeint from numerical recipes.
 X corresponds to time (scalar).
 Y corresponds to state vector at a given time.
 Works in double precision.

 No good way for permanent storage or broadcasting of results yet.
 Trajectory is stored in mXStored, mYstored;
 Final state can be obtained from mY.

 Example glass Moonraker. Macro moonraker.C.
________________________________________________________________________



Inline Functions


                     void ~ODECrawlerMaster()
                   UInt_t ODEOrder()
                     void ODEDerivatives(const Double_t x, const TVectorD& y, TVectorD& d)
                     void ODEStart(TVectorD& v, Double_t& x1, Double_t& x2)
                  TClass* Class()
                  TClass* IsA() const
                     void ShowMembers(TMemberInspector& insp, char* parent)
                     void Streamer(TBuffer& b)
                     void StreamerNVirtual(TBuffer& b)
        ODECrawlerMaster& operator=(const ODECrawlerMaster&)


Last update: Thu Jun 9 15:57:32 2005


ROOT page - Home page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.