Import Geant4 2.0.0 source tree
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
PARAMETER (NBIN= 50)
|
||||
COMMON/CELOSS/ SEL1(NBIN), SEL1C(NBIN), SER1(NBIN), SER1C(NBIN),
|
||||
+ SEL2(NBIN), SEL2C(NBIN), SER2(NBIN), SER2C(NBIN),
|
||||
+ DEDL(NBIN), DEDR(NBIN) , FNPAT(NBIN,3),
|
||||
+ STRCH,STRCH1,STRCH2,STRNE,STRNE1,STRNE2
|
||||
@@ -0,0 +1,30 @@
|
||||
|
||||
*
|
||||
* TEST PROGRAM FOR GEANT/SHOWER STUDIES
|
||||
*
|
||||
* Authors R.Brun, M.Maire *********
|
||||
*
|
||||
* This program generates showers within a cylinder made of an
|
||||
* homogeneous material.The statistics of shower profiles and
|
||||
* particle's flux are computed and plotted.
|
||||
* It has been used to do the GEANT/EGS comparison.(CERN/DD/85/1)
|
||||
*
|
||||
* The present release has been modified :
|
||||
*
|
||||
* - to increase the flexibility of the volume definition from
|
||||
* data cards.(see description of the common /PVOLUM/ )
|
||||
*
|
||||
* - to permit to define all kinds of primary particles,i.e electrons
|
||||
* as well pions ( ===> hadronic showers ).
|
||||
* see data card KINE.
|
||||
*
|
||||
*
|
||||
* History
|
||||
* -------
|
||||
*
|
||||
* 08-02-99 : adapted for Geant4 comparison: electromagnetic/test/TestEm2
|
||||
* 17-02-98 : adapted to Unix + interactive + graphic
|
||||
* 21-01-90 : Simplified version (i.e. near gexam1)
|
||||
* 06-04-89 : Add Hydrogen in the material library (imate=2)
|
||||
* 10-02-89 : new histgrams for the resolution of the energy profile
|
||||
*
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
COMMON/PVOLUM/ IMAT,NLTOT,NRTOT,DLX0,DRX0,X0,Z1,R1
|
||||
*
|
||||
* IMAT = GEANT material number. (data card MATE)
|
||||
* NLTOT = total number of longitudinal bins. (data card BINS)
|
||||
* NRTOT = total number of radial bins. (data card BINS)
|
||||
* DLX0 = longitudinal bin length , in radiation length unit. (data card BINS)
|
||||
* DRX0 = radial bin length , in radiation length unit. (data card BINS)
|
||||
*
|
||||
Reference in New Issue
Block a user