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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Wed Mar 8 15:00:40 2006 UTC (18 years, 9 months ago) by pam-fi
Branch: MAIN, trk-ground
CVS Tags: R3v02, HEAD
Changes since 1.1: +0 -0 lines
First CVS release of tracker ground software (R3v02) 

1 pam-fi 1.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