TGeoPatternHoneycomb


class description - source file - inheritance tree

class TGeoPatternHoneycomb : public TGeoPatternFinder


    public:
TGeoPatternHoneycomb TGeoPatternHoneycomb() TGeoPatternHoneycomb TGeoPatternHoneycomb(TGeoVolume* vol, Int_t nrows) TGeoPatternHoneycomb TGeoPatternHoneycomb(const TGeoPatternHoneycomb&) virtual void ~TGeoPatternHoneycomb() virtual void cd(Int_t idiv) static TClass* Class() virtual TGeoNode* FindNode(Double_t* point) virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Int_t fNrows number of rows Int_t fAxisOnRows axis along each row Int_t* fNdivisions [fNrows] number of divisions for each row Double_t* fStart [fNrows] starting points for each row

Class Description


TGeoPatternHoneycomb()
 Default constructor

TGeoPatternHoneycomb(TGeoVolume *vol, Int_t nrows) :TGeoPatternFinder(vol, nrows)
 Default constructor

~TGeoPatternHoneycomb()
 destructor

TGeoNode* FindNode(Double_t *point)
 find the node containing the query point



Inline Functions


                        void cd(Int_t idiv)
                     TClass* Class()
                     TClass* IsA() const
                        void ShowMembers(TMemberInspector& insp, char* parent)
                        void Streamer(TBuffer& b)
                        void StreamerNVirtual(TBuffer& b)
        TGeoPatternHoneycomb TGeoPatternHoneycomb(const TGeoPatternHoneycomb&)


Author: Andrei Gheata 30/10/01
Last update: root/geom:$Name: $:$Id: TGeoPatternFinder.cxx,v 1.2 2002/07/10 19:24:16 brun Exp $


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.