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

Contents of /root2paw/src/retrklev1.for

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Mon Dec 5 16:17:39 2005 UTC (18 years, 11 months ago) by mocchiut
Branch point for: GroundDataConvert, MAIN
Initial revision

1 C------------------------------------------------
2 FUNCTION RETRKLEV1(evno)
3 C------------------------------------------------
4 C Written by Emiliano Mocchiutti
5 C v. 0.2
6 C
7 INCLUDE 'COMMON.TXT'
8 integer retrklev1, evno, ierr
9 C
10 C change here if you changed the ntuple id number
11 C
12 retrklev1 = 0
13 call HCDIR('//LEVEL1',' ')
14 call HGNT(41,evno,ierr)
15 if (ierr.ne.0) print *,'Error reading tracker ntuple'
16 C
17 RETURN
18 END
19
20

  ViewVC Help
Powered by ViewVC 1.1.23