LMiki


class description - source file - inheritance tree

class LMiki


    public:
LMiki LMiki() LMiki LMiki(LSpace* space) LMiki LMiki(const LMiki&) virtual void ~LMiki() static TClass* Class() LParticle* GetParticle() const LSpace* GetSpace() const virtual TClass* IsA() const int Move(const int i, const int j, const int k) int MoveTo(const int i, const int j, const int k) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


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


See also

LDisorder, LRandomWalk

Class Description

  This class is the motion controler of
  particle e in a space LSpace
  you must first create LSpace with
  particles and than bind this class
  with them


 Logs:

  $Log: LMiki.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...


LMiki(LSpace* space)
with this constructor we link LMiki class
with LSpace and LParticle

~LMiki()
Default destructor
  fmonitor=0;

int Move(const int i,const int j,const int k)
move particle e to coordinate i,j,k and set its energy
if it is successful, returns 1 else if the particle exited space returns 0

int MoveTo(const int i,const int j,const int k)
move particle e relative to current coordinate by i,j,k and set its energy
if it is successful, returns 1 else if the particle exited space returns 0



Inline Functions


              LMiki LMiki(LSpace* space)
            LSpace* GetSpace() const
         LParticle* GetParticle() const
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
              LMiki LMiki(const LMiki&)


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.