]> git.uio.no Git - u/mrichter/AliRoot.git/blame - GEANT321/gdraw/gdcgrs.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / GEANT321 / gdraw / gdcgrs.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1995/10/24 10:20:21 cernlib
6* Geant
7*
8*
9#include "geant321/pilot.h"
10*CMZ : 3.21/02 29/03/94 15.41.26 by S.Giani
11*-- Author :
12 SUBROUTINE GDCGRS
13C.
14C. ******************************************************************
15C. * *
16C. * Reset the pointers and counters for the Zebra Bank *
17C. * of CG, HS and Wire Objects. *
18C. * *
19C. * ==>Called by : GDRAW,GDCGHI *
20C. * *
21C. * *
22C. * Author : J. Salt ; S. Giani ********** *
23C. * *
24C. ******************************************************************
25C.
26#include "geant321/gcgobj.inc"
27*
28 IST=2
29* DO 10 I=1,NST
30* LPST(I)=0
31* 10 CONTINUE
32* LPST(1)=1
33* LPST(2)=4000
34* LPST(3)=8000
35 IFCG=3
36 ILCG=2
37*SG
38* NTCUR=0
39* NFILT=0
40* NTNEX=0
41*SG
42 KCGST=0
43 NCGVOL=0
44 IVCLOS=0
45 IVFUN=1
46 NCLAS1=0
47*SG
48* NCLAS2=0
49* NCLAS3=0
50*SG
51 END
52