/[PAMELA software]/gpamela/gpcdes/gpencal.inc
ViewVC logotype

Annotation of /gpamela/gpcdes/gpencal.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Wed Dec 17 12:12:33 2003 UTC (20 years, 11 months ago) by pamela
Branch: MAIN
CVS Tags: v4r4, v4r5, v4r6, v4r7, v4r0, v4r1, v4r2, v4r3, v4r8, v4r9, v4r14, v4r12, v4r13, v4r10, v4r11, HEAD
File: gpcdes/gpencal.inc added

1 pamela 1.1 *
2     * $Id: gpencal.inc,v 3.r3 02/21/2003 09:00 $
3    
4     * gpencal.inc
5     *
6     *-- Author : Marialuigia Ambriola 02/21/2003
7     C #
8     C # Common block to store the relesead energy in each strip of the calorimeter.
9     C #
10     C # ENEMAT(44,9,32) = Energy released in each strip of each module (keV).
11     C # They are 32 strips for module.
12     C # (filled in gpucal.F).
13     C # ENEPROVA(44,96) = Energy released in each strip of each plane. Here the
14     C # strips/plane are 96 as in the real detector (keV). This matrix is
15     C # calculated using the matrix ENEMAT in gpdcal.F.
16    
17     REAL ENEMAT,ENEPROVA
18     *
19     COMMON /GPENCAL/ENEMAT(44,9,32),ENEPROVA(44,96)
20    

  ViewVC Help
Powered by ViewVC 1.1.23