library: libGeom
#include "TGeoPatternFinder.h"

TGeoPatternCylPhi


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

class TGeoPatternCylPhi : public TGeoPatternFinder

Inheritance Chart:
TObject
<-
TGeoPatternFinder
<-
TGeoPatternCylPhi

    protected:
TGeoPatternCylPhi(const TGeoPatternCylPhi& pfc) TGeoPatternCylPhi& operator=(const TGeoPatternCylPhi& pfc) public:
TGeoPatternCylPhi() TGeoPatternCylPhi(TGeoVolume* vol, Int_t ndivisions) TGeoPatternCylPhi(TGeoVolume* vol, Int_t ndivisions, Double_t step) TGeoPatternCylPhi(TGeoVolume* vol, Int_t ndivisions, Double_t start, Double_t end) virtual ~TGeoPatternCylPhi() virtual void cd(Int_t idiv) static TClass* Class() virtual TGeoNode* FindNode(Double_t* point) virtual Int_t GetDivAxis() virtual TClass* IsA() const virtual void SavePrimitive(ostream& out, Option_t* option = "") virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Double_t* fSinCos ![2*fNdivisions] table of sines/cosines

Class Description

______________________________________________________________________________
TGeoPatternCylPhi()
 Default constructor
TGeoPatternCylPhi(TGeoVolume *vol, Int_t ndivisions)
 constructor
 compute step, start, end
TGeoPatternCylPhi(TGeoVolume *vol, Int_t ndivisions, Double_t step)
 constructor
TGeoPatternCylPhi(TGeoVolume *vol, Int_t ndivisions, Double_t start, Double_t end)
 constructor
~TGeoPatternCylPhi()
 Destructor
void cd(Int_t idiv)
TGeoNode * FindNode(Double_t *point)
 find the node containing the query point
void SavePrimitive(ostream &out, Option_t * /*option*/ /*= ""*/)
 Save a primitive as a C++ statement(s) on output stream "out".
TGeoPatternFinder& operator=(const TGeoPatternFinder&)
Int_t GetDivAxis()
TGeoPatternCylPhi(const TGeoPatternCylPhi& pfc)

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.