/[PAMELA software]/root2paw/src/retoflev1.for
ViewVC logotype

Annotation of /root2paw/src/retoflev1.for

Parent Directory Parent Directory | Revision Log Revision Log


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

1 mocchiut 1.1 C------------------------------------------------
2     FUNCTION RETOFLEV1(evno)
3     C------------------------------------------------
4     C Written by Emiliano Mocchiutti
5     C v. 0.2
6     C
7     INCLUDE 'COMMONTOF.TXT'
8     integer retoflev1, evno, ierr
9     REAL hmemor(9000000)
10     integer Iquest(100)
11     COMMON /pawc/hmemor
12     save /pawc/
13     Common /QUEST/ Iquest
14     save /quest/
15    
16     C
17     C change here if you changed the ntuple id number
18     C
19     retoflev1 = 0
20     call HCDIR('//TOF',' ')
21     call HGNT(2,evno,ierr)
22     if (ierr.ne.0) print *,'Error reading tracker ntuple'
23     c if (ntrk.eq.1) print *,' RIG = ',1./al(5,1)
24     C
25     RETURN
26     END
27    
28    

  ViewVC Help
Powered by ViewVC 1.1.23