library: libGeom
#include "TGeoPatternFinder.h"

TGeoPatternHoneycomb


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

class TGeoPatternHoneycomb : public TGeoPatternFinder

Inheritance Chart:
TObject
<-
TGeoPatternFinder
<-
TGeoPatternHoneycomb

    protected:
TGeoPatternHoneycomb(const TGeoPatternHoneycomb&) TGeoPatternHoneycomb& operator=(const TGeoPatternHoneycomb&) public:
TGeoPatternHoneycomb() TGeoPatternHoneycomb(TGeoVolume* vol, Int_t nrows) virtual ~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)
 Default constructor
TGeoPatternHoneycomb(const TGeoPatternHoneycomb& pfh)
copy constructor
TGeoPatternHoneycomb& operator=(const TGeoPatternHoneycomb& pfh)
assignment operator
~TGeoPatternHoneycomb()
 destructor
void cd(Int_t idiv)
 methods

Author: Andrei Gheata 30/10/01
Last update: root/geom:$Name: $:$Id: TGeoPatternFinder.cxx,v 1.19 2006/07/09 05:27:53 brun Exp $


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.