library: libGeom
#include "TGeoNode.h"

TGeoNodeOffset


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

class TGeoNodeOffset : public TGeoNode

Inheritance Chart:
TObject
<-
TNamed
TGeoAtt
<-
TGeoNode
<-
TGeoNodeOffset

    public:
TGeoNodeOffset() TGeoNodeOffset(const TGeoVolume* vol, Int_t index, Double_t offset) TGeoNodeOffset(const TGeoNodeOffset&) virtual ~TGeoNodeOffset() virtual void cd() const static TClass* Class() virtual TGeoPatternFinder* GetFinder() const virtual Int_t GetIndex() const virtual TGeoMatrix* GetMatrix() const Double_t GetOffset() const virtual TClass* IsA() const virtual TGeoNode* MakeCopyNode() const TGeoNodeOffset& operator=(const TGeoNodeOffset&) void SetFinder(const TGeoPatternFinder* finder) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Double_t fOffset X offset for this node with respect to its mother Int_t fIndex index of this node in the division TGeoPatternFinder* fFinder finder for this node

Class Description


Int_t GetIndex() const

TGeoNode* MakeCopyNode() const
 make a copy of this node



Inline Functions


                      void ~TGeoNodeOffset()
            TGeoNodeOffset TGeoNodeOffset()
            TGeoNodeOffset TGeoNodeOffset(const TGeoVolume* vol, Int_t index, Double_t offset)
                      void cd() const
                  Double_t GetOffset() const
        TGeoPatternFinder* GetFinder() const
               TGeoMatrix* GetMatrix() const
                      void SetFinder(const TGeoPatternFinder* finder)
                   TClass* Class()
                   TClass* IsA() const
                      void ShowMembers(TMemberInspector& insp, char* parent)
                      void Streamer(TBuffer& b)
                      void StreamerNVirtual(TBuffer& b)
            TGeoNodeOffset TGeoNodeOffset(const TGeoNodeOffset&)
           TGeoNodeOffset& operator=(const TGeoNodeOffset&)


Author: Andrei Gheata 24/10/01
Last update: root/geom:$Name: $:$Id: TGeoNode.cxx,v 1.24 2005/04/01 13:53:17 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT 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.