library: libGeom
#include "TGeoPatternFinder.h"

TGeoPatternSphTheta


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

class TGeoPatternSphTheta : public TGeoPatternFinder

Inheritance Chart:
TObject
<-
TGeoPatternFinder
<-
TGeoPatternSphTheta

    public:
TGeoPatternSphTheta() TGeoPatternSphTheta(TGeoVolume* vol, Int_t ndivisions) TGeoPatternSphTheta(TGeoVolume* vol, Int_t ndivisions, Double_t step) TGeoPatternSphTheta(TGeoVolume* vol, Int_t ndivisions, Double_t start, Double_t end) TGeoPatternSphTheta(const TGeoPatternSphTheta&) virtual ~TGeoPatternSphTheta() virtual void cd(Int_t idiv) static TClass* Class() virtual TGeoNode* FindNode(Double_t* point) virtual TClass* IsA() const TGeoPatternSphTheta& operator=(const TGeoPatternSphTheta&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description


TGeoPatternSphTheta()
 Default constructor

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

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

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

~TGeoPatternSphTheta()
 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)
         TGeoPatternSphTheta TGeoPatternSphTheta(const TGeoPatternSphTheta&)
        TGeoPatternSphTheta& operator=(const TGeoPatternSphTheta&)


Author: Andrei Gheata 30/10/01
Last update: root/geom:$Name: $:$Id: TGeoPatternFinder.cxx,v 1.10 2004/02/10 08:56:20 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.