library: libGeom
#include "TGeoPatternFinder.h"

TGeoPatternZ


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

class TGeoPatternZ : public TGeoPatternFinder

Inheritance Chart:
TObject
<-
TGeoPatternFinder
<-
TGeoPatternZ

    public:
TGeoPatternZ() TGeoPatternZ(TGeoVolume* vol, Int_t ndivisions) TGeoPatternZ(TGeoVolume* vol, Int_t ndivisions, Double_t step) TGeoPatternZ(TGeoVolume* vol, Int_t ndivisions, Double_t start, Double_t end) TGeoPatternZ(const TGeoPatternZ&) virtual ~TGeoPatternZ() virtual void cd(Int_t idiv) static TClass* Class() virtual Double_t FindNextBoundary(Double_t* point, Double_t* dir, Int_t& indnext) 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




Class Description

______________________________________________________________________________
TGeoPatternZ()
 Default constructor
TGeoPatternZ(TGeoVolume *vol, Int_t ndivisions)
 constructor
TGeoPatternZ(TGeoVolume *vol, Int_t ndivisions, Double_t step)
 constructor
TGeoPatternZ(TGeoVolume *vol, Int_t ndivisions, Double_t start, Double_t end)
 constructor
~TGeoPatternZ()
 Destructor
TGeoNode * FindNode(Double_t *point)
 find the node containing the query point
Double_t FindNextBoundary(Double_t *point, Double_t *dir, Int_t &indnext)
 Compute distance to next division layer returning the index of next section.
 Point is in the frame of the divided volume.
void SavePrimitive(ostream &out, Option_t * /*option*/ /*= ""*/)
 Save a primitive as a C++ statement(s) on output stream "out".
Int_t GetDivAxis()
void cd(Int_t idiv)
 methods
TGeoPatternZ()
 constructors

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.