/[PAMELA software]/calo/unpacking/pedesc.for
ViewVC logotype

Annotation of /calo/unpacking/pedesc.for

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Mon Dec 5 16:23:21 2005 UTC (18 years, 11 months ago) by mocchiut
Branch: MAIN, unpacking
CVS Tags: start, v1r00, HEAD
Changes since 1.1: +0 -0 lines
Imported sources

1 mocchiut 1.1 REAL FUNCTION pedesc(m)
2     *********************************************************
3     * *
4     * This file was generated by HUWFUN. *
5     * *
6     *********************************************************
7     *
8     * Ntuple Id: 1
9     * Ntuple Title: Pamela Calo
10     * Creation: 14/07/2004 17.49.44
11     *
12     *********************************************************
13     *
14     INCLUDE 'comchkp.txt'
15     *
16     VECTOR pede(2,22,96)
17     *
18     *-- Enter user code here
19     *
20     do i =1, 11
21     pre = 0
22     do j = 1, 96
23     if (mod(j+15,16).eq.0) pre = pre + 1
24     c print *,'pre ',pre
25     if (m.eq.3.and.calbase(1,i,pre).lt.10000.)
26     & pede(2,2*i-1,j) = calped(1,i,j)
27     if (m.eq.2.and.calbase(2,i,pre).lt.10000.)
28     & pede(1,2*i-1,j) = calped(2,i,j)
29     if (m.eq.4.and.calbase(3,i,pre).lt.10000.)
30     & pede(2,2*i,j) = calped(3,i,j)
31     if (m.eq.1.and.calbase(4,i,pre).lt.10000.)
32     & pede(1,2*i,j) = calped(4,i,j)
33     enddo
34     enddo
35    
36    
37     * pedes = 1.
38     *
39     return
40     END

  ViewVC Help
Powered by ViewVC 1.1.23