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

Contents of /tracker/ground/source/tof/common_tof.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Wed Mar 8 15:00:40 2006 UTC (18 years, 9 months ago) by pam-fi
Branch point for: MAIN, trk-ground
Initial revision

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

  ViewVC Help
Powered by ViewVC 1.1.23