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