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

Annotation of /root2paw/src/retrklev1.for

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Mon Dec 5 16:17:39 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 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