TGeoPatternCylPhi


class description - source file - inheritance tree

class TGeoPatternCylPhi : public TGeoPatternFinder


    public:
TGeoPatternCylPhi TGeoPatternCylPhi() TGeoPatternCylPhi TGeoPatternCylPhi(TGeoVolume* vol, Int_t ndivisions) TGeoPatternCylPhi TGeoPatternCylPhi(TGeoVolume* vol, Int_t ndivisions, Double_t step) TGeoPatternCylPhi TGeoPatternCylPhi(TGeoVolume* vol, Int_t ndivisions, Double_t start, Double_t end) TGeoPatternCylPhi TGeoPatternCylPhi(const TGeoPatternCylPhi&) virtual void ~TGeoPatternCylPhi() 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:
Double_t* fSinCos table of sines/cosines

Class Description


TGeoPatternCylPhi()
 Default constructor

TGeoPatternCylPhi(TGeoVolume *vol, Int_t ndivisions) :TGeoPatternFinder(vol, ndivisions)
 constructor
 compute step, start, end

TGeoPatternCylPhi(TGeoVolume *vol, Int_t ndivisions, Double_t step) :TGeoPatternFinder(vol, ndivisions)
 constructor

TGeoPatternCylPhi(TGeoVolume *vol, Int_t ndivisions, Double_t start, Double_t end) :TGeoPatternFinder(vol, ndivisions)
 constructor

~TGeoPatternCylPhi()
 Destructor

void cd(Int_t idiv)

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



Inline Functions


                  TClass* Class()
                  TClass* IsA() const
                     void ShowMembers(TMemberInspector& insp, char* parent)
                     void Streamer(TBuffer& b)
                     void StreamerNVirtual(TBuffer& b)
        TGeoPatternCylPhi TGeoPatternCylPhi(const TGeoPatternCylPhi&)


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.