Hi Rudger,
I will add the getters for the geometry shapes in the coming version.
> 2) The 'first' contructor of TRotMatrix (i.e.
>
> TRotMatrix(Text_t *name, Text_t *title, Double_t theta, Double_t phi,
> Double_t psi);
>
> is not implemented.
True. You should get a message.
>
> 3) TELTU seems to be implemented as a normal cylinder, not as a cylinder
> with elliptical cross section.
Several shapes are not functional (TSPHE, TELTU in particular).
Valery Fine is currently working on TSPHE.
>
> 4) In my setup I have several types of detection elements/cells, which all
> have the shape of a 'cylinder' of a certain lenght and a varying shape of
> the cross section (i.e. cylinder, elliptical, honeycomb etc...) So I would
> like to have a shape with 'arbitrary' cross section (defined by an array
> of n points in 2d) and lenght l along the (z)-axis. As far as I know, I
> can't use any of the available TShapes to make such shapes. This could
> also be solved by the following...
>
> 5) Geant (on which the classes are based) has the mechanism to combine
> volumes with simple boolean operations (GEOM020). It would be great to
> have a mechanism like this for the TShapes. We could begin by defining
> something as a TCompositeShape. Ofcourse I could implement this partly by
> defining a TNode which combines a few TNodes with the shapes I would like
> to combine. But in this way I only have the possibillity to 'add' ('union'
> in Geant) shapes, not to substract them! => not possible to make all
> shapes...
>
No boolean operations are supported in this version. You must add
shapes to your node to simulate teh functionality.
> This are just some points which came to my mind the last few days working
> with the classes. I would like to stress that I am already quite impressed
> by the simple way I can define 'simple' geometries. I think my basic
> question is if there is anybody working/developping these classes at the
> moment, or if we can expect anything in the near (!) future.
We are not developping the geometry package at this point.
The Root geometry system was essentially developed to visualize
geometries coming from Geant3 and to provide very basic support
for event display. No tracking functionality is supported.
We obviously have many ideas of what could and should be implemented.
We are delaying the implementation waiting to see if geometry systems
such as the one developed for Geant4 offer some real and efficient
functionality. Some other candidates could also be considered.
Rene Brun