]> git.uio.no Git - u/mrichter/AliRoot.git/blame - GEANT321/geocad/readme.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / GEANT321 / geocad / readme.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
62be6b28 5* Revision 1.1.1.1 1999/05/18 15:55:17 fca
6* AliRoot sources
7*
fe4da5cc 8* Revision 1.1.1.1 1995/10/24 10:20:45 cernlib
9* Geant
10*
11*
12#include "geant321/pilot.h"
13*CMZ : 3.21/02 29/03/94 15.41.32 by S.Giani
14*-- Author :
15*
16* INFORMATION ABOUT THE GEANT-SET-INTERFACE (CADINT 1.20)
17*
18C The interface is available in the CMZ patch CADINT. (CAR file CADINT.car)
19C An updated GXINT as well as command file CDF are also required.
20C
21C You must recompile gxint and cdf, then you copy the interface code to your
22C directory in CMZ (YTOC cadint.car.)
23C
24C You have to specify the name of the volume where you want to
25C start your conversion and the number of division instances to be written
26C into the SET file. This is useful in a case of many divisions.
27C
28C Selection of volumes to export into SET is done with the visibility
29C attribute command (SATT volume SEEN x). Volume names will
30C be written into SET with an index to distinguish different instances
31C of a volume. In a case of many divisions, the indexing of slices will be
32C reset in each division.
33C
34C The colors of the volumes will be transformed inte SET file as well.
35C
36C When you export GEANT geometry to a CAD system,
37C be a bit careful not to have
38C too many volumes, because this will fill up the CAD system. (Divided
39C volumes which contains 100's of equal daughters are
40C therefore better to be SATT volume SEEN -2, or you can define the number
41C of division instances).
42C
43C A good strategy is to make several SET files,
44C one for each sub part of the detector.
45C Material information is currently written into .mat file as well as
46C the tree information.
47C
48C Remember that you must specify the drawing parameters again if you
49C want to draw your detector after you have used the interface command.
50C
51C Contact Nils Hoimyr/CN/CE or Jouko Vuoskoski/CN/AS if you have any
52C questions regarding the interface.
53
54
62be6b28 55 SUBROUTINE README_DUMMY
56 END