LRandomWalk


class description - source file - inheritance tree

class LRandomWalk : public LMiki

    private:
void Init() void RandomStep() public:
LRandomWalk LRandomWalk() LRandomWalk LRandomWalk(LSpace* space) LRandomWalk LRandomWalk(const LRandomWalk&) virtual void ~LRandomWalk() static TClass* Class() virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) void Walk()

Data Members

    private:
LSpace* fspace space LParticle* fe electron in a space from LSpace

Class Description

  Simulation of random walk

 an exaple of simulation is in file
 simple.cc


 Logs:

  $Log: LRandomWalk.cc,v $
  Revision 1.3  2003/06/26 11:24:25  cvs
  modified particle moving with LMiki and faster LDisorder operations

  Revision 1.2  2003/06/26 09:27:11  cvs
  added log fields...


void RandomStep()
particle do a random step

void Init()
get fe,fspace,fwspace and from LMiki class

void Walk()
do a random walk of the particle, correcting energies and
calculating time with uncertainty principle.



Inline Functions


        LRandomWalk LRandomWalk()
        LRandomWalk LRandomWalk(LSpace* space)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
        LRandomWalk LRandomWalk(const LRandomWalk&)
               void ~LRandomWalk()


Author: Egon Pavlica
Last update: Sat Oct 16 19:10:34 2004


ROOT page - Class index - 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.