]> git.uio.no Git - u/mrichter/AliRoot.git/blame - GEANT321/gxint/gxscah.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / GEANT321 / gxint / gxscah.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1995/10/24 10:21:51 cernlib
6* Geant
7*
8*
9#include "geant321/pilot.h"
10*CMZ : 3.21/02 29/03/94 15.41.33 by S.Giani
11*-- Author :
12 SUBROUTINE GXSCAH(ID,NAME,CHOPT)
13C.
14C. ******************************************************************
15C. * *
16C. * Generates and plot an histogram of physics quantities such as *
17C. * the total number of radiation lengths or interaction lengths *
18C. * in function of the SCAN parameter TETA for a value of PHI. *
19C. * CHOPT='O' histogram is generated at Exit of VOLUME. *
20C. * CHOPT='I' histogram is generated at Entry of VOLUME. *
21C. * CHOPT='X' radiation lengths *
22C. * CHOPT='L' Interaction lengths *
23C. * CHOPT='P' Plot the histogram *
24C. * If VOLUME='XXXX' Mother volume is used. *
25C. * The histogram identifier IDPHI is used to also identify which *
26C. * PHI division to plot. IPHI=MOD(IDPHI,1000). *
27C. * If IPHI=0, then all PHI divisions are generated (not plotted) *
28C. * with histogram identifiers IDPHI+PHI division number. *
29C. * *
30C. * Author: R.Brun ********** *
31C. * *
32C. ******************************************************************
33C.
34#include "geant321/gcbank.inc"
35#include "geant321/gcscan.inc"
36 CHARACTER*(*) NAME,CHOPT
37C.
38C. ------------------------------------------------------------------
39C.
40 99 END
41