Parent Directory
|
Revision Log
S2 and S1 z-positions corrected, He3 and plystyrene mixture added, Top Plate geometry simulated and titanium mixture added.
| 1 | *-- Author : Marialuigia Ambriola 12/10/2006 |
| 2 | SUBROUTINE GPCAD |
| 3 | ************************************************************************ |
| 4 | * * |
| 5 | * To define special tracking parameters for Cadmium * |
| 6 | * * |
| 7 | * Called by: GPDAT * |
| 8 | * Author: Marialuigia Ambriola, 12/10/2006 20.40 * |
| 9 | * * |
| 10 | ************************************************************************ |
| 11 | #include "gpcad.inc" |
| 12 | * |
| 13 | CUTGAMCAD = 0.0001 |
| 14 | CUTELECAD = 0.0001 |
| 15 | CUTNEUCAD = 0.0001 |
| 16 | CUTHADCAD = 0.0001 |
| 17 | c ml: |
| 18 | BCUTECAD=0.001 |
| 19 | DCUTECAD=0.0001 |
| 20 | CUTMUOCAD=0.0001 |
| 21 | BCUTMCAD=0.001 |
| 22 | DCUTMCAD=0.0001 |
| 23 | PPCUTMCAD=0.01 |
| 24 | c end ml. |
| 25 | PAIRCAD = 1 |
| 26 | COMPCAD = 1 |
| 27 | PHOTCAD = 1 |
| 28 | PFISCAD = 0 |
| 29 | DRAYCAD = 1 |
| 30 | ANNICAD = 1 |
| 31 | BREMCAD = 1 |
| 32 | HADRCAD = 4 |
| 33 | MUNUCAD = 1 |
| 34 | DCAYCAD = 1 |
| 35 | LOSSCAD = 1 |
| 36 | MULSCAD = 1 |
| 37 | RETURN |
| 38 | END |
| 39 |
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |