/[PAMELA software]/tof/ground/common_tof.f
ViewVC logotype

Annotation of /tof/ground/common_tof.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Thu Mar 9 12:31:47 2006 UTC (18 years, 8 months ago) by pam-de
Branch: v_tag, MAIN
CVS Tags: r_tag, HEAD
Changes since 1.1: +0 -0 lines
Initial Release

1 pam-de 1.1 integer tdcid(12),evcount(12)
2     integer tdcmask(12),adc(4,12),tdc(4,12)
3     integer temp1(12),temp2(12)
4     COMMON / tofvar /tdcid,evcount,tdcmask,adc,tdc,temp1,temp2
5    
6     integer*4 trig_evcount
7     integer pmtpl(3), trigrate(6), dltime(2), s4calcount(2)
8     integer pmtcount1(24), pmtcount2(24)
9     integer*4 patternbusy(3)
10     integer patterntrig(6), trigconf
11     COMMON / trig / trig_evcount, pmtpl, trigrate, dltime,
12     & s4calcount, pmtcount1, pmtcount2,
13     & patternbusy, patterntrig, trigconf
14    
15    
16     parameter (ntp_tof=17)
17     parameter (ntp_tofcalib=60)
18    
19     logical good
20     integer nev_trk
21     common / event_tof /good,nev_trk

  ViewVC Help
Powered by ViewVC 1.1.23