library: libGeom
#include "TGeoPatternFinder.h"

TGeoPatternTrapZ


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

class TGeoPatternTrapZ : public TGeoPatternFinder

Inheritance Chart:
TObject
<-
TGeoPatternFinder
<-
TGeoPatternTrapZ

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

Data Members

    private:
Double_t fTxz tangent of alpha xz Double_t fTyz tangent of alpha yz

Class Description


TGeoPatternTrapZ()
 Default constructor

TGeoPatternTrapZ(TGeoVolume *vol, Int_t ndivisions) :TGeoPatternFinder(vol, ndivisions)
 constructor

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

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

~TGeoPatternTrapZ()
 Destructor

void cd(Int_t idiv)

TGeoNode* FindNode(Double_t *point)
 get the node division containing the query point



Inline Functions


                 Double_t GetTxz() const
                 Double_t GetTyz() const
                  TClass* Class()
                  TClass* IsA() const
                     void ShowMembers(TMemberInspector& insp, char* parent)
                     void Streamer(TBuffer& b)
                     void StreamerNVirtual(TBuffer& b)
         TGeoPatternTrapZ TGeoPatternTrapZ(const TGeoPatternTrapZ&)
        TGeoPatternTrapZ& operator=(const TGeoPatternTrapZ&)


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.